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