ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.Core/RomCheater.Core.csproj
Revision: 774
Committed: Thu Jun 20 22:33:04 2013 UTC (9 years, 11 months ago) by william
File size: 5054 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)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>RomCheater.Core</RootNamespace>
12 <AssemblyName>RomCheater.Core</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 <NoWarn>1607,0436</NoWarn>
25 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release\</OutputPath>
31 <DefineConstants>TRACE;RELEASE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 <NoWarn>1607,0436</NoWarn>
35 </PropertyGroup>
36 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'">
37 <OutputPath>bin\All Configurations\</OutputPath>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="System" />
41 <Reference Include="System.Core" />
42 <Reference Include="System.Drawing" />
43 <Reference Include="System.Windows.Forms" />
44 <Reference Include="System.Xml.Linq" />
45 <Reference Include="System.Data.DataSetExtensions" />
46 <Reference Include="Microsoft.CSharp" />
47 <Reference Include="System.Data" />
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="BaseEventHandler.cs" />
55 <Compile Include="BitTools.cs" />
56 <Compile Include="ControlClosingEventArgs.cs" />
57 <Compile Include="dummy.cs" />
58 <Compile Include="GuidTools.cs" />
59 <Compile Include="IAcceptPEData.cs" />
60 <Compile Include="IAcceptsMemoryAddress.cs" />
61 <Compile Include="IAcceptsMemorySearch.cs" />
62 <Compile Include="IAssemblyGuid.cs" />
63 <Compile Include="IPEDData.cs" />
64 <Compile Include="IProgressMessage.cs" />
65 <Compile Include="IWebBrowserProvider.cs" />
66 <Compile Include="ListViewColumnSorter.cs" />
67 <Compile Include="MemorySizeConstants.cs" />
68 <Compile Include="PEData.cs" />
69 <Compile Include="PeHeaderReader.cs" />
70 <Compile Include="PluginInterfaces.cs" />
71 <Compile Include="ProcContainer.cs" />
72 <Compile Include="ProcessAccessFlags.cs" />
73 <Compile Include="ProcessChangedEventArgs.cs" />
74 <Compile Include="ProcessIconEx.cs" />
75 <Compile Include="ProcessModeleInfoEx.cs" />
76 <Compile Include="ProcessorAssemblyArchitecture.cs" />
77 <Compile Include="ProcessTokenFlags.cs" />
78 <Compile Include="Properties\AssemblyInfo.cs" />
79 <Compile Include="SearchDataTypes.cs" />
80 <Compile Include="ThreadAccess.cs" />
81 <Compile Include="ThreadControl.cs" />
82 </ItemGroup>
83 <ItemGroup>
84 <None Include="Properties\AssemblyInfo.cs.tmpl" />
85 </ItemGroup>
86 <ItemGroup>
87 <ProjectReference Include="..\deps\managedwinapi-0.3\ManagedWinapi\ManagedWinapi.csproj">
88 <Project>{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}</Project>
89 <Name>ManagedWinapi</Name>
90 </ProjectReference>
91 <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj">
92 <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
93 <Name>WinFormsUI</Name>
94 </ProjectReference>
95 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
96 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
97 <Name>RomCheater.Logging</Name>
98 </ProjectReference>
99 </ItemGroup>
100 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
101 <PropertyGroup>
102 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"
103 </PreBuildEvent>
104 </PropertyGroup>
105 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
106 Other similar extension points exist, see Microsoft.Common.targets.
107 <Target Name="BeforeBuild">
108 </Target>
109 <Target Name="AfterBuild">
110 </Target>
111 -->
112 </Project>