ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.Core/RomCheater.Core.csproj
(Generate patch)

Comparing trunk/RomCheater.Core/RomCheater.Core.csproj (file contents):
Revision 117 by william, Thu May 10 18:12:06 2012 UTC vs.
Revision 119 by william, Thu May 10 18:34:26 2012 UTC

# Line 50 | Line 50
50      <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
51      <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
52    </PropertyGroup>
53 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
54 +    <DebugSymbols>true</DebugSymbols>
55 +    <OutputPath>bin\x64\Debug\</OutputPath>
56 +    <DefineConstants>DEBUG;TRACE</DefineConstants>
57 +    <DebugType>full</DebugType>
58 +    <PlatformTarget>x64</PlatformTarget>
59 +    <ErrorReport>prompt</ErrorReport>
60 +    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
61 +  </PropertyGroup>
62 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
63 +    <OutputPath>bin\x64\Release\</OutputPath>
64 +    <DefineConstants>TRACE</DefineConstants>
65 +    <Optimize>true</Optimize>
66 +    <DebugType>pdbonly</DebugType>
67 +    <PlatformTarget>x64</PlatformTarget>
68 +    <ErrorReport>prompt</ErrorReport>
69 +    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
70 +    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
71 +    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
72 +  </PropertyGroup>
73    <ItemGroup>
74      <Reference Include="System" />
75      <Reference Include="System.Core" />
# Line 63 | Line 83
83      <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
84        <Link>SharedAssemblyInfo.cs</Link>
85      </Compile>
86 +    <Compile Include="dummy.cs" />
87      <Compile Include="ProcessorAssemblyArchitecture.cs" />
88      <Compile Include="Properties\AssemblyInfo.cs" />
89    </ItemGroup>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines