21 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
22 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
23 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
24 |
|
<NoWarn>1607</NoWarn> |
25 |
</PropertyGroup> |
</PropertyGroup> |
26 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 |
<DebugType>pdbonly</DebugType> |
<DebugType>pdbonly</DebugType> |
30 |
<DefineConstants>TRACE</DefineConstants> |
<DefineConstants>TRACE</DefineConstants> |
31 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
32 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<DebugType>full</DebugType> |
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
|
|
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
|
33 |
<NoWarn>1607</NoWarn> |
<NoWarn>1607</NoWarn> |
34 |
</PropertyGroup> |
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
|
<OutputPath>bin\x86\Release\</OutputPath> |
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
<Optimize>true</Optimize> |
|
|
<DebugType>pdbonly</DebugType> |
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
|
|
</PropertyGroup> |
|
35 |
<ItemGroup> |
<ItemGroup> |
36 |
<Reference Include="System" /> |
<Reference Include="System" /> |
37 |
<Reference Include="System.Core" /> |
<Reference Include="System.Core" /> |
45 |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
46 |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
47 |
</Compile> |
</Compile> |
48 |
|
<Compile Include="Config\DolphinConfig.cs" /> |
49 |
<Compile Include="Config\GenericConfig.cs" /> |
<Compile Include="Config\GenericConfig.cs" /> |
50 |
|
<Compile Include="Config\PCSX2Config.cs" /> |
51 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
<Compile Include="Properties\AssemblyInfo.cs" /> |
52 |
</ItemGroup> |
</ItemGroup> |
53 |
<ItemGroup> |
<ItemGroup> |
54 |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
55 |
</ItemGroup> |
</ItemGroup> |
56 |
<ItemGroup> |
<ItemGroup> |
57 |
|
<ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj"> |
58 |
|
<Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project> |
59 |
|
<Name>RomCheater.Core</Name> |
60 |
|
</ProjectReference> |
61 |
<ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj"> |
<ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj"> |
62 |
<Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project> |
<Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project> |
63 |
<Name>RomCheater.Logging</Name> |
<Name>RomCheater.Logging</Name> |
66 |
<Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project> |
<Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project> |
67 |
<Name>RomCheater.PluginFramework</Name> |
<Name>RomCheater.PluginFramework</Name> |
68 |
</ProjectReference> |
</ProjectReference> |
69 |
|
<ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj"> |
70 |
|
<Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project> |
71 |
|
<Name>Sojaner.MemoryScanner</Name> |
72 |
|
</ProjectReference> |
73 |
</ItemGroup> |
</ItemGroup> |
74 |
<ItemGroup> |
<ItemGroup> |
75 |
<Folder Include="Input\" /> |
<Folder Include="Input\" /> |
79 |
<PropertyGroup> |
<PropertyGroup> |
80 |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
81 |
</PropertyGroup> |
</PropertyGroup> |
82 |
|
<PropertyGroup> |
83 |
|
<PostBuildEvent>copy "$(TargetDir)$(TargetName).dll" "$(SolutionDir)RomCheater\$(TargetName).dll" |
84 |
|
copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)RomCheater\$(TargetName).pdb"</PostBuildEvent> |
85 |
|
</PropertyGroup> |
86 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
87 |
Other similar extension points exist, see Microsoft.Common.targets. |
Other similar extension points exist, see Microsoft.Common.targets. |
88 |
<Target Name="BeforeBuild"> |
<Target Name="BeforeBuild"> |