Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.Logging/RomCheater.Logging.csproj 2012/05/09 14:18:27 51 +++ trunk/RomCheater.Logging/RomCheater.Logging.csproj 2012/05/09 14:52:52 53 @@ -65,6 +65,7 @@ <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> <Link>Properties\SharedAssemblyInfo.cs</Link> </Compile> + <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="LoggingConstants.cs" /> <Compile Include="logger.cs" /> <Compile Include="LogWriter.cs"> @@ -73,7 +74,6 @@ <Compile Include="LogWriter.designer.cs"> <DependentUpon>LogWriter.cs</DependentUpon> </Compile> - <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Settings.Designer.cs"> <AutoGen>True</AutoGen> <DesignTimeSharedInput>True</DesignTimeSharedInput> @@ -87,6 +87,7 @@ </ItemGroup> <ItemGroup> <None Include="app.config" /> + <None Include="Properties\AssemblyInfo.cs.tmpl" /> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> @@ -100,8 +101,7 @@ </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> - <PreBuildEvent> - </PreBuildEvent> + <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> </PropertyGroup> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets.
ViewVC Help | |
Powered by ViewVC 1.1.22 |