Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj 2012/05/09 17:17:19 81 +++ trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj 2012/05/28 08:56:42 171 @@ -32,7 +32,7 @@ </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> <DebugSymbols>true</DebugSymbols> - <OutputPath>bin\Debug\</OutputPath> + <OutputPath>bin\Debug\x86\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <DebugType>full</DebugType> <PlatformTarget>x86</PlatformTarget> @@ -51,6 +51,27 @@ <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> + <DebugSymbols>true</DebugSymbols> + <OutputPath>bin\Debug\x64\</OutputPath> + <DefineConstants>DEBUG;TRACE</DefineConstants> + <DebugType>full</DebugType> + <PlatformTarget>x64</PlatformTarget> + <ErrorReport>prompt</ErrorReport> + <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> + <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> + <OutputPath>bin\x64\Release\</OutputPath> + <DefineConstants>TRACE</DefineConstants> + <Optimize>true</Optimize> + <DebugType>pdbonly</DebugType> + <PlatformTarget>x64</PlatformTarget> + <ErrorReport>prompt</ErrorReport> + <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> + <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> + <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> + </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Core" /> @@ -64,13 +85,19 @@ <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> <Link>Properties\SharedAssemblyInfo.cs</Link> </Compile> + <Compile Include="Config\DolphinConfig.cs" /> <Compile Include="Config\GenericConfig.cs" /> + <Compile Include="Config\PCSX2Config.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> <None Include="Properties\AssemblyInfo.cs.tmpl" /> </ItemGroup> <ItemGroup> + <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj"> + <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project> + <Name>RomCheater.Core</Name> + </ProjectReference> <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj"> <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project> <Name>RomCheater.Logging</Name> @@ -79,6 +106,10 @@ <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project> <Name>RomCheater.PluginFramework</Name> </ProjectReference> + <ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj"> + <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project> + <Name>Sojaner.MemoryScanner</Name> + </ProjectReference> </ItemGroup> <ItemGroup> <Folder Include="Input\" />
ViewVC Help | |
Powered by ViewVC 1.1.22 |