ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.UserSettingsSupport/RomCheater.UserSettingsSupport.csproj
Revision: 831
Committed: Mon Sep 15 23:10:17 2014 UTC (9 years, 2 months ago) by william
File size: 5237 byte(s)
Log Message:
+ remove AnyCpu arch

File Contents

# Content
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>RomCheater.UserSettingsSupport</RootNamespace>
12 <AssemblyName>RomCheater.UserSettingsSupport</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 </PropertyGroup>
16 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
17 <DebugSymbols>true</DebugSymbols>
18 <OutputPath>bin\x64\Debug\</OutputPath>
19 <DefineConstants>DEBUG;TRACE</DefineConstants>
20 <NoWarn>1607,0436</NoWarn>
21 <DebugType>full</DebugType>
22 <PlatformTarget>x64</PlatformTarget>
23 <ErrorReport>prompt</ErrorReport>
24 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
25 </PropertyGroup>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
27 <OutputPath>bin\x64\Release\</OutputPath>
28 <DefineConstants>TRACE;RELEASE</DefineConstants>
29 <Optimize>true</Optimize>
30 <NoWarn>1607,0436</NoWarn>
31 <DebugType>pdbonly</DebugType>
32 <PlatformTarget>x64</PlatformTarget>
33 <ErrorReport>prompt</ErrorReport>
34 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
35 </PropertyGroup>
36 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x64'">
37 <OutputPath>bin\x64\All Configurations\</OutputPath>
38 <PlatformTarget>x64</PlatformTarget>
39 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
40 </PropertyGroup>
41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
42 <DebugSymbols>true</DebugSymbols>
43 <OutputPath>bin\x86\Debug\</OutputPath>
44 <DefineConstants>DEBUG;TRACE</DefineConstants>
45 <NoWarn>1607,0436</NoWarn>
46 <DebugType>full</DebugType>
47 <PlatformTarget>x86</PlatformTarget>
48 <ErrorReport>prompt</ErrorReport>
49 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
50 </PropertyGroup>
51 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
52 <OutputPath>bin\x86\Release\</OutputPath>
53 <DefineConstants>TRACE;RELEASE</DefineConstants>
54 <Optimize>true</Optimize>
55 <NoWarn>1607,0436</NoWarn>
56 <DebugType>pdbonly</DebugType>
57 <PlatformTarget>x86</PlatformTarget>
58 <ErrorReport>prompt</ErrorReport>
59 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
60 </PropertyGroup>
61 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x86'">
62 <OutputPath>bin\x86\All Configurations\</OutputPath>
63 <PlatformTarget>x86</PlatformTarget>
64 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65 </PropertyGroup>
66 <ItemGroup>
67 <Reference Include="System" />
68 <Reference Include="System.configuration" />
69 <Reference Include="System.Core" />
70 <Reference Include="System.Windows.Forms" />
71 <Reference Include="System.Xml.Linq" />
72 <Reference Include="System.Data.DataSetExtensions" />
73 <Reference Include="Microsoft.CSharp" />
74 <Reference Include="System.Data" />
75 <Reference Include="System.Xml" />
76 </ItemGroup>
77 <ItemGroup>
78 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
79 <Link>Properties\SharedAssemblyInfo.cs</Link>
80 </Compile>
81 <Compile Include="ExceptionUtil.cs" />
82 <Compile Include="FileUtil.cs" />
83 <Compile Include="Interlocked.cs" />
84 <Compile Include="IsolatedStoragePath.cs" />
85 <Compile Include="Properties\AssemblyInfo.cs" />
86 <Compile Include="SettingSubscriber.cs" />
87 <Compile Include="SR.cs" />
88 <Compile Include="StringUtil.cs" />
89 <Compile Include="UnsafeNativeMethods.cs" />
90 </ItemGroup>
91 <ItemGroup>
92 <None Include="Properties\AssemblyInfo.cs.tmpl" />
93 </ItemGroup>
94 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
95 <PropertyGroup>
96 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"
97 "$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs.tmpl" "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs"
98 "$(SolutionDir)SvnVersionHelper\bin\$(ConfigurationName)\SvnVersionHelper.exe" "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs"</PreBuildEvent>
99 </PropertyGroup>
100 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
101 Other similar extension points exist, see Microsoft.Common.targets.
102 <Target Name="BeforeBuild">
103 </Target>
104 <Target Name="AfterBuild">
105 </Target>
106 -->
107 </Project>