Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/RomCheater.csproj 2014/09/15 22:56:58 830 +++ trunk/RomCheater/RomCheater.csproj 2014/09/15 23:10:17 831 @@ -15,32 +15,6 @@ </TargetFrameworkProfile> <FileAlignment>512</FileAlignment> </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> - <DebugSymbols>true</DebugSymbols> - <OutputPath>bin\Debug\</OutputPath> - <DefineConstants>TRACE;DEBUG</DefineConstants> - <NoWarn>1607,0436</NoWarn> - <DebugType>full</DebugType> - <PlatformTarget>AnyCPU</PlatformTarget> - <ErrorReport>prompt</ErrorReport> - <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> - <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> - <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> - <OutputPath>bin\Release\</OutputPath> - <DefineConstants>TRACE;RELEASE</DefineConstants> - <Optimize>true</Optimize> - <DebugType>pdbonly</DebugType> - <PlatformTarget>AnyCPU</PlatformTarget> - <ErrorReport>prompt</ErrorReport> - <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> - <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> - <NoWarn>1607,0436</NoWarn> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'"> - <OutputPath>bin\All Configurations\</OutputPath> - </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> <DebugSymbols>true</DebugSymbols> <OutputPath>bin\x64\Debug\</OutputPath> @@ -456,7 +430,8 @@ </PropertyGroup> <PropertyGroup> <PostBuildEvent>REM Copy application configuration files -copy "$(TargetDir)$(TargetName)$(TargetExt).config" "$(SolutionDir)Build\$(TargetName)$(TargetExt).config"</PostBuildEvent> +mkdir "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)" +copy "$(TargetDir)$(TargetName)$(TargetExt).config" "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)\$(TargetName)$(TargetExt).config"</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.
ViewVC Help | |
Powered by ViewVC 1.1.22 |