15 |
</TargetFrameworkProfile> |
</TargetFrameworkProfile> |
16 |
<FileAlignment>512</FileAlignment> |
<FileAlignment>512</FileAlignment> |
17 |
</PropertyGroup> |
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants> |
|
|
<DebugType>full</DebugType> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
|
|
</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> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'"> |
|
|
<OutputPath>bin\All Configurations\</OutputPath> |
|
|
</PropertyGroup> |
|
18 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
19 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
20 |
<OutputPath>bin\x64\Debug\</OutputPath> |
<OutputPath>bin\x64\Debug\</OutputPath> |
150 |
</ItemGroup> |
</ItemGroup> |
151 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
152 |
<PropertyGroup> |
<PropertyGroup> |
153 |
<PostBuildEvent>"$(TargetDir)MSBuild_CurrentVersion.exe" |
<PostBuildEvent>mkdir "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)" |
154 |
REM copy "$(TargetDir)current-version.txt" "$(SolutionDir)RomCheater\bin\$(ConfigurationName)\current-version.txt" |
"$(TargetDir)MSBuild_CurrentVersion.exe" |
155 |
xcopy /E /F /Y "$(TargetDir)*.*" "$(SolutionDir)Build\" |
xcopy /E /F /Y "$(TargetDir)*.*" "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)" |
156 |
erase /Q /F "$(SolutionDir)Build\MSBuild_CurrentVersion*"</PostBuildEvent> |
erase /Q /F "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)\MSBuild_CurrentVersion*"</PostBuildEvent> |
157 |
</PropertyGroup> |
</PropertyGroup> |
158 |
<PropertyGroup> |
<PropertyGroup> |
159 |
<PreBuildEvent> |
<PreBuildEvent> |