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

Comparing trunk/Win32/Sojaner.MemoryScanner/Sojaner.MemoryScanner.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 67 | Line 67
67      <PlatformTarget>x86</PlatformTarget>
68      <ErrorReport>prompt</ErrorReport>
69    </PropertyGroup>
70 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
71 +    <DebugSymbols>true</DebugSymbols>
72 +    <OutputPath>bin\x64\Debug\</OutputPath>
73 +    <DefineConstants>DEBUG;TRACE</DefineConstants>
74 +    <DebugType>full</DebugType>
75 +    <PlatformTarget>x64</PlatformTarget>
76 +    <ErrorReport>prompt</ErrorReport>
77 +    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
78 +  </PropertyGroup>
79 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
80 +    <OutputPath>bin\x64\Release\</OutputPath>
81 +    <DefineConstants>TRACE</DefineConstants>
82 +    <Optimize>true</Optimize>
83 +    <DebugType>pdbonly</DebugType>
84 +    <PlatformTarget>x64</PlatformTarget>
85 +    <ErrorReport>prompt</ErrorReport>
86 +    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
87 +    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
88 +    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
89 +  </PropertyGroup>
90    <ItemGroup>
91      <Reference Include="System" />
92      <Reference Include="System.Core">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines