Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj 2012/05/09 21:42:21 92 +++ 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,6 +85,7 @@ <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" /> @@ -72,6 +94,10 @@ <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>
ViewVC Help | |
Powered by ViewVC 1.1.22 |