ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/RomCheater.csproj
Revision: 52
Committed: Wed May 9 14:22:58 2012 UTC (11 years, 4 months ago) by william
File size: 4655 byte(s)
Log Message:

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)' == '' ">x86</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{C481C0BC-F17F-45DB-A5D7-20D54F02ED99}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>RomCheater</RootNamespace>
12 <AssemblyName>RomCheater</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <TargetFrameworkProfile>
15 </TargetFrameworkProfile>
16 <FileAlignment>512</FileAlignment>
17 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
19 <PlatformTarget>x86</PlatformTarget>
20 <DebugSymbols>true</DebugSymbols>
21 <DebugType>full</DebugType>
22 <Optimize>false</Optimize>
23 <OutputPath>bin\Debug\</OutputPath>
24 <DefineConstants>DEBUG;TRACE</DefineConstants>
25 <ErrorReport>prompt</ErrorReport>
26 <WarningLevel>4</WarningLevel>
27 <NoWarn>1607</NoWarn>
28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
30 <PlatformTarget>x86</PlatformTarget>
31 <DebugType>pdbonly</DebugType>
32 <Optimize>true</Optimize>
33 <OutputPath>bin\Release\</OutputPath>
34 <DefineConstants>TRACE</DefineConstants>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 </PropertyGroup>
38 <ItemGroup>
39 <Reference Include="System" />
40 <Reference Include="System.Core" />
41 <Reference Include="System.Xml.Linq" />
42 <Reference Include="System.Data.DataSetExtensions" />
43 <Reference Include="Microsoft.CSharp" />
44 <Reference Include="System.Data" />
45 <Reference Include="System.Deployment" />
46 <Reference Include="System.Drawing" />
47 <Reference Include="System.Windows.Forms" />
48 <Reference Include="System.Xml" />
49 </ItemGroup>
50 <ItemGroup>
51 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
52 <Link>Properties\SharedAssemblyInfo.cs</Link>
53 </Compile>
54 <Compile Include="Main.cs">
55 <SubType>Form</SubType>
56 </Compile>
57 <Compile Include="Main.Designer.cs">
58 <DependentUpon>Main.cs</DependentUpon>
59 </Compile>
60 <Compile Include="Program.cs" />
61 <Compile Include="Properties\AssemblyInfo.cs" />
62 <EmbeddedResource Include="Main.resx">
63 <DependentUpon>Main.cs</DependentUpon>
64 </EmbeddedResource>
65 <EmbeddedResource Include="Properties\Resources.resx">
66 <Generator>ResXFileCodeGenerator</Generator>
67 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
68 <SubType>Designer</SubType>
69 </EmbeddedResource>
70 <Compile Include="Properties\Resources.Designer.cs">
71 <AutoGen>True</AutoGen>
72 <DependentUpon>Resources.resx</DependentUpon>
73 <DesignTime>True</DesignTime>
74 </Compile>
75 <None Include="app.config" />
76 <None Include="Properties\Settings.settings">
77 <Generator>SettingsSingleFileGenerator</Generator>
78 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
79 </None>
80 <Compile Include="Properties\Settings.Designer.cs">
81 <AutoGen>True</AutoGen>
82 <DependentUpon>Settings.settings</DependentUpon>
83 <DesignTimeSharedInput>True</DesignTimeSharedInput>
84 </Compile>
85 </ItemGroup>
86 <ItemGroup>
87 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
88 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
89 <Name>RomCheater.Logging</Name>
90 </ProjectReference>
91 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
92 <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
93 <Name>RomCheater.UserSettingsSupport</Name>
94 </ProjectReference>
95 </ItemGroup>
96 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
97 <PropertyGroup>
98 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs.tmpl" "$(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>