1010 <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
1111 <FileAlignment >512</FileAlignment >
1212 <TargetFrameworkProfile />
13+ <NuGetPackageImportStamp >
14+ </NuGetPackageImportStamp >
1315 </PropertyGroup >
1416 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
1517 <DebugSymbols >true</DebugSymbols >
3638 <HintPath >..\GameBinaries\HavokWrapper.dll</HintPath >
3739 <Private >False</Private >
3840 </Reference >
39- <Reference Include =" NLog" >
40- <HintPath >..\packages\NLog.4.4.1 \lib\net45\NLog.dll</HintPath >
41+ <Reference Include =" NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL " >
42+ <HintPath >..\packages\NLog.4.4.12 \lib\net45\NLog.dll</HintPath >
4143 <Private >True</Private >
4244 </Reference >
4345 <Reference Include =" PresentationCore" />
173175 <Compile Include =" ModAPI\Ingame\GridExtensions.cs" />
174176 <Compile Include =" Plugins\PluginAttribute.cs" />
175177 <Compile Include =" Properties\AssemblyInfo.cs" />
178+ <Compile Include =" Properties\AssemblyInfoGen.cs" >
179+ <DependentUpon >AssemblyInfoGen.tt</DependentUpon >
180+ <AutoGen >True</AutoGen >
181+ <DesignTime >True</DesignTime >
182+ </Compile >
176183 <Compile Include =" ServerState.cs" />
177184 <Compile Include =" ModAPI\TorchAPI.cs" />
178185 </ItemGroup >
179186 <ItemGroup >
180187 <None Include =" packages.config" />
181188 </ItemGroup >
189+ <ItemGroup >
190+ <Content Include =" Properties\AssemblyInfoGen.tt" >
191+ <Generator >TextTemplatingFileGenerator</Generator >
192+ <LastGenOutput >AssemblyInfoGen.cs</LastGenOutput >
193+ </Content >
194+ </ItemGroup >
195+ <ItemGroup >
196+ <Service Include =" {508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
197+ </ItemGroup >
182198 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
183- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
184- Other similar extension points exist, see Microsoft.Common.targets.
185- <Target Name="BeforeBuild">
186- </Target>
187- <Target Name="AfterBuild">
188- </Target>
189- -->
199+ <Import Project =" $(SolutionDir)\TransformOnBuild.targets" />
190200</Project >
0 commit comments