Skip to content

Commit 1280ce5

Browse files
committed
1.0.3.5
1 parent 6382a0c commit 1280ce5

4 files changed

Lines changed: 29 additions & 29 deletions

File tree

Binary file not shown.

Source/FieldTrainingLab173.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@
4545
<Reference Include="System.Xml" />
4646
</ItemGroup>
4747
<ItemGroup>
48+
<Compile Include="Logging.cs" />
49+
<Compile Include="Settings.cs" />
4850
<Compile Include="Constants.cs" />
51+
<Compile Include="InstallChecker.cs" />
4952
<Compile Include="FieldTrainingLabModule.cs" />
50-
<Compile Include="Logging.cs" />
5153
<Compile Include="Properties\AssemblyInfo.cs" />
52-
<Compile Include="InstallChecker.cs" />
5354
<Compile Include="Properties\AssemblyVersion.cs">
5455
<AutoGen>True</AutoGen>
5556
<DesignTime>True</DesignTime>
@@ -60,7 +61,6 @@
6061
<DesignTime>True</DesignTime>
6162
<DependentUpon>Version.tt</DependentUpon>
6263
</Compile>
63-
<Compile Include="Settings.cs" />
6464
</ItemGroup>
6565
<ItemGroup>
6666
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />

Source/FieldTrainingLab181.csproj

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,40 +45,40 @@
4545
<Reference Include="System.Xml" />
4646
</ItemGroup>
4747
<ItemGroup>
48+
<Compile Include="Logging.cs" />
49+
<Compile Include="Settings.cs" />
4850
<Compile Include="Constants.cs" />
51+
<Compile Include="InstallChecker.cs" />
4952
<Compile Include="FieldTrainingLabModule.cs" />
50-
<Compile Include="Logging.cs" />
5153
<Compile Include="Properties\AssemblyInfo.cs" />
52-
<Compile Include="InstallChecker.cs" />
53-
<Compile Include="Settings.cs" />
54-
<Compile Include="AssemblyVersion.cs">
54+
<Compile Include="Properties\AssemblyVersion.cs">
5555
<AutoGen>True</AutoGen>
5656
<DesignTime>True</DesignTime>
5757
<DependentUpon>AssemblyVersion.tt</DependentUpon>
5858
</Compile>
59-
<Compile Include="Version.cs">
59+
<Compile Include="Properties\Version.cs">
6060
<AutoGen>True</AutoGen>
6161
<DesignTime>True</DesignTime>
6262
<DependentUpon>Version.tt</DependentUpon>
6363
</Compile>
6464
</ItemGroup>
6565
<ItemGroup>
66-
<Content Include="Version.tt">
66+
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
67+
</ItemGroup>
68+
<ItemGroup>
69+
<Content Include="Properties\AssemblyVersion.tt">
6770
<Generator>TextTemplatingFileGenerator</Generator>
68-
<LastGenOutput>Version.cs</LastGenOutput>
71+
<LastGenOutput>AssemblyVersion.cs</LastGenOutput>
6972
</Content>
70-
<Content Include="AssemblyVersion.tt">
73+
<Content Include="Properties\Version.tt">
7174
<Generator>TextTemplatingFileGenerator</Generator>
72-
<LastGenOutput>AssemblyVersion.cs</LastGenOutput>
75+
<LastGenOutput>Version.cs</LastGenOutput>
7376
</Content>
7477
</ItemGroup>
75-
<ItemGroup>
76-
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
77-
</ItemGroup>
7878
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7979
<PropertyGroup>
8080
<PreBuildEvent>set textTemplatingPath="$(DevEnvDir)texttransform.exe"
81-
%25textTemplatingPath%25 "$(ProjectDir)AssemblyVersion.tt"
81+
%25textTemplatingPath%25 "$(ProjectDir)Properties\AssemblyVersion.tt"
8282
</PreBuildEvent>
8383
</PropertyGroup>
8484
<PropertyGroup>

Source/FieldTrainingLab191.csproj

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,40 +45,40 @@
4545
<Reference Include="System.Xml" />
4646
</ItemGroup>
4747
<ItemGroup>
48+
<Compile Include="Logging.cs" />
49+
<Compile Include="Settings.cs" />
4850
<Compile Include="Constants.cs" />
51+
<Compile Include="InstallChecker.cs" />
4952
<Compile Include="FieldTrainingLabModule.cs" />
50-
<Compile Include="Logging.cs" />
5153
<Compile Include="Properties\AssemblyInfo.cs" />
52-
<Compile Include="InstallChecker.cs" />
53-
<Compile Include="Settings.cs" />
54-
<Compile Include="AssemblyVersion.cs">
54+
<Compile Include="Properties\AssemblyVersion.cs">
5555
<AutoGen>True</AutoGen>
5656
<DesignTime>True</DesignTime>
5757
<DependentUpon>AssemblyVersion.tt</DependentUpon>
5858
</Compile>
59-
<Compile Include="Version.cs">
59+
<Compile Include="Properties\Version.cs">
6060
<AutoGen>True</AutoGen>
6161
<DesignTime>True</DesignTime>
6262
<DependentUpon>Version.tt</DependentUpon>
6363
</Compile>
6464
</ItemGroup>
6565
<ItemGroup>
66-
<Content Include="Version.tt">
66+
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
67+
</ItemGroup>
68+
<ItemGroup>
69+
<Content Include="Properties\AssemblyVersion.tt">
6770
<Generator>TextTemplatingFileGenerator</Generator>
68-
<LastGenOutput>Version.cs</LastGenOutput>
71+
<LastGenOutput>AssemblyVersion.cs</LastGenOutput>
6972
</Content>
70-
<Content Include="AssemblyVersion.tt">
73+
<Content Include="Properties\Version.tt">
7174
<Generator>TextTemplatingFileGenerator</Generator>
72-
<LastGenOutput>AssemblyVersion.cs</LastGenOutput>
75+
<LastGenOutput>Version.cs</LastGenOutput>
7376
</Content>
7477
</ItemGroup>
75-
<ItemGroup>
76-
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
77-
</ItemGroup>
7878
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7979
<PropertyGroup>
8080
<PreBuildEvent>set textTemplatingPath="$(DevEnvDir)texttransform.exe"
81-
%25textTemplatingPath%25 "$(ProjectDir)AssemblyVersion.tt"
81+
%25textTemplatingPath%25 "$(ProjectDir)Properties\AssemblyVersion.tt"
8282
</PreBuildEvent>
8383
</PropertyGroup>
8484
<PropertyGroup>

0 commit comments

Comments
 (0)