|
45 | 45 | <Reference Include="System.Xml" /> |
46 | 46 | </ItemGroup> |
47 | 47 | <ItemGroup> |
| 48 | + <Compile Include="Logging.cs" /> |
| 49 | + <Compile Include="Settings.cs" /> |
48 | 50 | <Compile Include="Constants.cs" /> |
| 51 | + <Compile Include="InstallChecker.cs" /> |
49 | 52 | <Compile Include="FieldTrainingLabModule.cs" /> |
50 | | - <Compile Include="Logging.cs" /> |
51 | 53 | <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"> |
55 | 55 | <AutoGen>True</AutoGen> |
56 | 56 | <DesignTime>True</DesignTime> |
57 | 57 | <DependentUpon>AssemblyVersion.tt</DependentUpon> |
58 | 58 | </Compile> |
59 | | - <Compile Include="Version.cs"> |
| 59 | + <Compile Include="Properties\Version.cs"> |
60 | 60 | <AutoGen>True</AutoGen> |
61 | 61 | <DesignTime>True</DesignTime> |
62 | 62 | <DependentUpon>Version.tt</DependentUpon> |
63 | 63 | </Compile> |
64 | 64 | </ItemGroup> |
65 | 65 | <ItemGroup> |
66 | | - <Content Include="Version.tt"> |
| 66 | + <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
| 67 | + </ItemGroup> |
| 68 | + <ItemGroup> |
| 69 | + <Content Include="Properties\AssemblyVersion.tt"> |
67 | 70 | <Generator>TextTemplatingFileGenerator</Generator> |
68 | | - <LastGenOutput>Version.cs</LastGenOutput> |
| 71 | + <LastGenOutput>AssemblyVersion.cs</LastGenOutput> |
69 | 72 | </Content> |
70 | | - <Content Include="AssemblyVersion.tt"> |
| 73 | + <Content Include="Properties\Version.tt"> |
71 | 74 | <Generator>TextTemplatingFileGenerator</Generator> |
72 | | - <LastGenOutput>AssemblyVersion.cs</LastGenOutput> |
| 75 | + <LastGenOutput>Version.cs</LastGenOutput> |
73 | 76 | </Content> |
74 | 77 | </ItemGroup> |
75 | | - <ItemGroup> |
76 | | - <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
77 | | - </ItemGroup> |
78 | 78 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
79 | 79 | <PropertyGroup> |
80 | 80 | <PreBuildEvent>set textTemplatingPath="$(DevEnvDir)texttransform.exe" |
81 | | -%25textTemplatingPath%25 "$(ProjectDir)AssemblyVersion.tt" |
| 81 | +%25textTemplatingPath%25 "$(ProjectDir)Properties\AssemblyVersion.tt" |
82 | 82 | </PreBuildEvent> |
83 | 83 | </PropertyGroup> |
84 | 84 | <PropertyGroup> |
|
0 commit comments