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> |
28 |
<Optimize>true</Optimize> |
<Optimize>true</Optimize> |
29 |
<OutputPath>bin\Release\</OutputPath> |
<OutputPath>bin\Release\</OutputPath> |
30 |
<DefineConstants>TRACE</DefineConstants> |
<DefineConstants>TRACE;RELEASE</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> |
35 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'"> |
36 |
<OutputPath>bin\x86\Release\</OutputPath> |
<OutputPath>bin\All Configurations\</OutputPath> |
|
<DefineConstants>TRACE</DefineConstants> |
|
|
<Optimize>true</Optimize> |
|
|
<DebugType>pdbonly</DebugType> |
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
|
37 |
</PropertyGroup> |
</PropertyGroup> |
38 |
<ItemGroup> |
<ItemGroup> |
39 |
<Reference Include="System" /> |
<Reference Include="System" /> |
48 |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
49 |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
50 |
</Compile> |
</Compile> |
51 |
|
<Compile Include="Config\DolphinConfig.cs" /> |
52 |
<Compile Include="Config\GenericConfig.cs" /> |
<Compile Include="Config\GenericConfig.cs" /> |
53 |
|
<Compile Include="Config\PCSX2Config.cs" /> |
54 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
<Compile Include="Properties\AssemblyInfo.cs" /> |
55 |
</ItemGroup> |
</ItemGroup> |
56 |
<ItemGroup> |
<ItemGroup> |
57 |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
58 |
</ItemGroup> |
</ItemGroup> |
59 |
<ItemGroup> |
<ItemGroup> |
60 |
|
<ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj"> |
61 |
|
<Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project> |
62 |
|
<Name>RomCheater.Core</Name> |
63 |
|
</ProjectReference> |
64 |
<ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj"> |
<ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj"> |
65 |
<Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project> |
<Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project> |
66 |
<Name>RomCheater.Logging</Name> |
<Name>RomCheater.Logging</Name> |
69 |
<Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project> |
<Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project> |
70 |
<Name>RomCheater.PluginFramework</Name> |
<Name>RomCheater.PluginFramework</Name> |
71 |
</ProjectReference> |
</ProjectReference> |
72 |
|
<ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj"> |
73 |
|
<Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project> |
74 |
|
<Name>Sojaner.MemoryScanner</Name> |
75 |
|
</ProjectReference> |
76 |
</ItemGroup> |
</ItemGroup> |
77 |
<ItemGroup> |
<ItemGroup> |
78 |
<Folder Include="Input\" /> |
<Folder Include="Input\" /> |
82 |
<PropertyGroup> |
<PropertyGroup> |
83 |
<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> |
84 |
</PropertyGroup> |
</PropertyGroup> |
85 |
|
<PropertyGroup> |
86 |
|
<PostBuildEvent>copy "$(TargetDir)$(TargetName).dll" "$(SolutionDir)RomCheater\Plugins\$(TargetName).dll" |
87 |
|
copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)RomCheater\Plugins\$(TargetName).pdb"</PostBuildEvent> |
88 |
|
</PropertyGroup> |
89 |
<!-- 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. |
90 |
Other similar extension points exist, see Microsoft.Common.targets. |
Other similar extension points exist, see Microsoft.Common.targets. |
91 |
<Target Name="BeforeBuild"> |
<Target Name="BeforeBuild"> |