diff --git a/VECTO/GUI/VectoJobForm.vb b/VECTO/GUI/VectoJobForm.vb index 8add30eee942d8790109646ef7bebefb50fc231f..3083ca2290b7a902f10026dd5e167190e7ac2933 100644 --- a/VECTO/GUI/VectoJobForm.vb +++ b/VECTO/GUI/VectoJobForm.vb @@ -423,7 +423,7 @@ Public Class VectoJobForm 'Update Form If inputData.JobInputData().EngineOnlyMode Then - TbENG.Text = GetRelativePath(inputData.JobInputData.Vehicle.EngineInputData.Source, _basePath) + TbENG.Text = GetRelativePath(inputData.JobInputData.EngineOnly.Source, _basePath) CbEngOnly.Checked = True Try Dim sb As ICycleData diff --git a/VectoCore/VectoCore/VectoCore.csproj b/VectoCore/VectoCore/VectoCore.csproj index 0dd2653b1ce3d303399842826afd75991bc88fdc..c34c5b71c3537df17a374a0591790da86e47a73f 100644 --- a/VectoCore/VectoCore/VectoCore.csproj +++ b/VectoCore/VectoCore/VectoCore.csproj @@ -342,11 +342,6 @@ <Compile Include="Utils\XmlResourceResolver.cs" /> <Compile Include="Utils\XMLValidator.cs" /> <Compile Include="Utils\XPathHelper.cs" /> - <Compile Include="VersionNumber1.cs"> - <AutoGen>True</AutoGen> - <DesignTime>True</DesignTime> - <DependentUpon>VersionNumber.t4</DependentUpon> - </Compile> </ItemGroup> <ItemGroup> <None Include="app.config" />