Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.RVACalculator/RomCheater.RVACalculator.csproj 2013/06/17 02:21:49 659 +++ trunk/RomCheater.RVACalculator/RomCheater.RVACalculator.csproj 2014/09/15 23:10:17 831 @@ -14,25 +14,48 @@ <FileAlignment>512</FileAlignment> <TargetFrameworkProfile /> </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> <DebugSymbols>true</DebugSymbols> - <DebugType>full</DebugType> - <Optimize>false</Optimize> - <OutputPath>bin\Debug\</OutputPath> + <OutputPath>bin\x64\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> - <ErrorReport>prompt</ErrorReport> - <WarningLevel>4</WarningLevel> <NoWarn>1607,0436</NoWarn> + <DebugType>full</DebugType> + <PlatformTarget>x64</PlatformTarget> + <ErrorReport>prompt</ErrorReport> + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <DebugType>pdbonly</DebugType> + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> + <OutputPath>bin\x64\Release\</OutputPath> + <DefineConstants>TRACE</DefineConstants> <Optimize>true</Optimize> - <OutputPath>bin\Release\</OutputPath> + <DebugType>pdbonly</DebugType> + <PlatformTarget>x64</PlatformTarget> + <ErrorReport>prompt</ErrorReport> + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> + <DebugSymbols>true</DebugSymbols> + <OutputPath>bin\x86\Debug\</OutputPath> + <DefineConstants>DEBUG;TRACE</DefineConstants> + <NoWarn>1607,0436</NoWarn> + <DebugType>full</DebugType> + <PlatformTarget>x86</PlatformTarget> + <ErrorReport>prompt</ErrorReport> + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> + <OutputPath>bin\x86\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> + <Optimize>true</Optimize> + <DebugType>pdbonly</DebugType> + <PlatformTarget>x86</PlatformTarget> <ErrorReport>prompt</ErrorReport> - <WarningLevel>4</WarningLevel> + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <ItemGroup> + <Reference Include="Enterprise.Logging"> + <HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath> + </Reference> <Reference Include="Microsoft.CSharp" /> <Reference Include="Microsoft.VisualBasic" /> <Reference Include="System" /> @@ -48,6 +71,12 @@ <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> <Link>Properties\SharedAssemblyInfo.cs</Link> </Compile> + <Compile Include="CheatInputDialog.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="CheatInputDialog.Designer.cs"> + <DependentUpon>CheatInputDialog.cs</DependentUpon> + </Compile> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="RVACalculatorDockControl.cs"> <SubType>Form</SubType> @@ -87,6 +116,9 @@ <None Include="Properties\AssemblyInfo.cs.tmpl" /> </ItemGroup> <ItemGroup> + <EmbeddedResource Include="CheatInputDialog.resx"> + <DependentUpon>CheatInputDialog.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="RVACalculatorDockControl.resx"> <DependentUpon>RVACalculatorDockControl.cs</DependentUpon> </EmbeddedResource>
ViewVC Help | |
Powered by ViewVC 1.1.22 |