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> |
33 |
</PropertyGroup> |
</PropertyGroup> |
34 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
35 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
36 |
<OutputPath>bin\Debug\</OutputPath> |
<OutputPath>bin\Debug\x86\</OutputPath> |
37 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
38 |
<DebugType>full</DebugType> |
<DebugType>full</DebugType> |
39 |
<PlatformTarget>x86</PlatformTarget> |
<PlatformTarget>x86</PlatformTarget> |
52 |
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
53 |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
54 |
</PropertyGroup> |
</PropertyGroup> |
55 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
56 |
|
<DebugSymbols>true</DebugSymbols> |
57 |
|
<OutputPath>bin\Debug\x64\</OutputPath> |
58 |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
59 |
|
<DebugType>full</DebugType> |
60 |
|
<PlatformTarget>x64</PlatformTarget> |
61 |
|
<ErrorReport>prompt</ErrorReport> |
62 |
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
63 |
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
64 |
|
<NoWarn>1607</NoWarn> |
65 |
|
</PropertyGroup> |
66 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
67 |
|
<OutputPath>bin\x64\Release\</OutputPath> |
68 |
|
<DefineConstants>TRACE</DefineConstants> |
69 |
|
<Optimize>true</Optimize> |
70 |
|
<DebugType>pdbonly</DebugType> |
71 |
|
<PlatformTarget>x64</PlatformTarget> |
72 |
|
<ErrorReport>prompt</ErrorReport> |
73 |
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
74 |
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
75 |
|
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
76 |
|
</PropertyGroup> |
77 |
<ItemGroup> |
<ItemGroup> |
78 |
<Reference Include="System" /> |
<Reference Include="System" /> |
79 |
<Reference Include="System.Core" /> |
<Reference Include="System.Core" /> |
87 |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
88 |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
89 |
</Compile> |
</Compile> |
90 |
|
<Compile Include="Config\DolphinConfig.cs" /> |
91 |
<Compile Include="Config\GenericConfig.cs" /> |
<Compile Include="Config\GenericConfig.cs" /> |
92 |
|
<Compile Include="Config\PCSX2Config.cs" /> |
93 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
<Compile Include="Properties\AssemblyInfo.cs" /> |
94 |
</ItemGroup> |
</ItemGroup> |
95 |
<ItemGroup> |
<ItemGroup> |
96 |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
97 |
</ItemGroup> |
</ItemGroup> |
98 |
<ItemGroup> |
<ItemGroup> |
99 |
|
<ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj"> |
100 |
|
<Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project> |
101 |
|
<Name>RomCheater.Core</Name> |
102 |
|
</ProjectReference> |
103 |
<ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj"> |
<ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj"> |
104 |
<Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project> |
<Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project> |
105 |
<Name>RomCheater.Logging</Name> |
<Name>RomCheater.Logging</Name> |
108 |
<Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project> |
<Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project> |
109 |
<Name>RomCheater.PluginFramework</Name> |
<Name>RomCheater.PluginFramework</Name> |
110 |
</ProjectReference> |
</ProjectReference> |
111 |
|
<ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj"> |
112 |
|
<Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project> |
113 |
|
<Name>Sojaner.MemoryScanner</Name> |
114 |
|
</ProjectReference> |
115 |
</ItemGroup> |
</ItemGroup> |
116 |
<ItemGroup> |
<ItemGroup> |
117 |
<Folder Include="Input\" /> |
<Folder Include="Input\" /> |