Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj 2012/05/28 09:26:22 176 +++ trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj 2012/05/28 09:37:16 177 @@ -30,6 +30,7 @@ <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> + <NoWarn>1607</NoWarn> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> <DebugSymbols>true</DebugSymbols> @@ -121,6 +122,10 @@ <PropertyGroup> <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> </PropertyGroup> + <PropertyGroup> + <PostBuildEvent>copy "$(TargetDir)$(TargetName).dll" "$(SolutionDir)RomCheater\$(TargetName).dll" +copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)RomCheater\$(TargetName).pdb"</PostBuildEvent> + </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 |