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

Comparing trunk/MSBuild_CurrentVersion/MSBuild_CurrentVersion.csproj (file contents):
Revision 172 by william, Mon May 28 09:15:17 2012 UTC vs.
Revision 173 by william, Mon May 28 09:18:58 2012 UTC

# Line 55 | Line 55
55      <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
56      <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
57    </PropertyGroup>
58 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
59 +    <DebugSymbols>true</DebugSymbols>
60 +    <OutputPath>bin\Debug\</OutputPath>
61 +    <DefineConstants>DEBUG;TRACE</DefineConstants>
62 +    <DebugType>full</DebugType>
63 +    <PlatformTarget>AnyCPU</PlatformTarget>
64 +    <ErrorReport>prompt</ErrorReport>
65 +    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
66 +    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
67 +  </PropertyGroup>
68 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
69 +    <OutputPath>bin\Release\</OutputPath>
70 +    <DefineConstants>TRACE</DefineConstants>
71 +    <Optimize>true</Optimize>
72 +    <DebugType>pdbonly</DebugType>
73 +    <PlatformTarget>AnyCPU</PlatformTarget>
74 +    <ErrorReport>prompt</ErrorReport>
75 +    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
76 +    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
77 +  </PropertyGroup>
78    <ItemGroup>
79      <Reference Include="ManagedWinapi">
80        <HintPath>..\deps\managedwinapi-0.3\ManagedWinapi.dll</HintPath>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines