Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.Logging/RomCheater.Logging.csproj 2012/05/09 13:55:21 49 +++ trunk/RomCheater.Logging/RomCheater.Logging.csproj 2012/05/09 14:18:27 51 @@ -62,6 +62,9 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> + <Link>Properties\SharedAssemblyInfo.cs</Link> + </Compile> <Compile Include="LoggingConstants.cs" /> <Compile Include="logger.cs" /> <Compile Include="LogWriter.cs"> @@ -96,6 +99,10 @@ </ProjectReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> + <PropertyGroup> + <PreBuildEvent> + </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. <Target Name="BeforeBuild">
ViewVC Help | |
Powered by ViewVC 1.1.22 |