ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/RomCheater.csproj
Revision: 78
Committed: Wed May 9 17:10:48 2012 UTC (11 years, 6 months ago) by william
File size: 5976 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="Properties\AssemblyInfo.cs" />
55 <Compile Include="Main.cs">
56 <SubType>Form</SubType>
57 </Compile>
58 <Compile Include="Main.Designer.cs">
59 <DependentUpon>Main.cs</DependentUpon>
60 </Compile>
61 <Compile Include="Program.cs" />
62 <Compile Include="RomCheaterConfigDialog.cs">
63 <SubType>Form</SubType>
64 </Compile>
65 <Compile Include="RomCheaterConfigDialog.Designer.cs">
66 <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
67 </Compile>
68 <EmbeddedResource Include="Main.resx">
69 <DependentUpon>Main.cs</DependentUpon>
70 </EmbeddedResource>
71 <EmbeddedResource Include="Properties\Resources.resx">
72 <Generator>ResXFileCodeGenerator</Generator>
73 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
74 <SubType>Designer</SubType>
75 </EmbeddedResource>
76 <Compile Include="Properties\Resources.Designer.cs">
77 <AutoGen>True</AutoGen>
78 <DependentUpon>Resources.resx</DependentUpon>
79 <DesignTime>True</DesignTime>
80 </Compile>
81 <EmbeddedResource Include="RomCheaterConfigDialog.resx">
82 <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
83 </EmbeddedResource>
84 <None Include="app.config" />
85 <None Include="Properties\AssemblyInfo.cs.tmpl" />
86 <None Include="Properties\Settings.settings">
87 <Generator>SettingsSingleFileGenerator</Generator>
88 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
89 </None>
90 <Compile Include="Properties\Settings.Designer.cs">
91 <AutoGen>True</AutoGen>
92 <DependentUpon>Settings.settings</DependentUpon>
93 <DesignTimeSharedInput>True</DesignTimeSharedInput>
94 </Compile>
95 </ItemGroup>
96 <ItemGroup>
97 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
98 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
99 <Name>RomCheater.Logging</Name>
100 </ProjectReference>
101 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
102 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
103 <Name>RomCheater.PluginFramework</Name>
104 </ProjectReference>
105 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
106 <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
107 <Name>RomCheater.UserSettingsSupport</Name>
108 </ProjectReference>
109 </ItemGroup>
110 <ItemGroup>
111 <Content Include="..\RomCheater.CorePlugins\bin\Debug\RomCheater.CorePlugins.dll">
112 <Link>Plugins\RomCheater.CorePlugins.dll</Link>
113 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
114 </Content>
115 <Content Include="..\RomCheater.CorePlugins\bin\Debug\RomCheater.CorePlugins.pdb">
116 <Link>Plugins\RomCheater.CorePlugins.pdb</Link>
117 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
118 </Content>
119 </ItemGroup>
120 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
121 <PropertyGroup>
122 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs.tmpl" "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs"
123 "$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
124 </PropertyGroup>
125 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
126 Other similar extension points exist, see Microsoft.Common.targets.
127 <Target Name="BeforeBuild">
128 </Target>
129 <Target Name="AfterBuild">
130 </Target>
131 -->
132 </Project>