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|x64'"> |
17 |
<DebugSymbols>true</DebugSymbols> |
18 |
<OutputPath>bin\x64\Debug\</OutputPath> |
19 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
20 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
21 |
<NoWarn>1607,0436</NoWarn> |
22 |
<DebugType>full</DebugType> |
23 |
<PlatformTarget>x64</PlatformTarget> |
24 |
<ErrorReport>prompt</ErrorReport> |
25 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
26 |
</PropertyGroup> |
27 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
28 |
<OutputPath>bin\x64\Release\</OutputPath> |
29 |
<DefineConstants>TRACE;RELEASE</DefineConstants> |
30 |
<Optimize>true</Optimize> |
31 |
<NoWarn>1607,0436</NoWarn> |
32 |
<DebugType>pdbonly</DebugType> |
33 |
<PlatformTarget>x64</PlatformTarget> |
34 |
<ErrorReport>prompt</ErrorReport> |
35 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
36 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
37 |
</PropertyGroup> |
38 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x64'"> |
39 |
<OutputPath>bin\x64\All Configurations\</OutputPath> |
40 |
<PlatformTarget>x64</PlatformTarget> |
41 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
42 |
</PropertyGroup> |
43 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
44 |
<DebugSymbols>true</DebugSymbols> |
45 |
<OutputPath>bin\x86\Debug\</OutputPath> |
46 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
47 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
48 |
<NoWarn>1607,0436</NoWarn> |
49 |
<DebugType>full</DebugType> |
50 |
<PlatformTarget>x86</PlatformTarget> |
51 |
<ErrorReport>prompt</ErrorReport> |
52 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
53 |
</PropertyGroup> |
54 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
55 |
<OutputPath>bin\x86\Release\</OutputPath> |
56 |
<DefineConstants>TRACE;RELEASE</DefineConstants> |
57 |
<Optimize>true</Optimize> |
58 |
<NoWarn>1607,0436</NoWarn> |
59 |
<DebugType>pdbonly</DebugType> |
60 |
<PlatformTarget>x86</PlatformTarget> |
61 |
<ErrorReport>prompt</ErrorReport> |
62 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
63 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
64 |
</PropertyGroup> |
65 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x86'"> |
66 |
<OutputPath>bin\x86\All Configurations\</OutputPath> |
67 |
<PlatformTarget>x86</PlatformTarget> |
68 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
69 |
</PropertyGroup> |
70 |
<ItemGroup> |
71 |
<Reference Include="Enterprise.Logging"> |
72 |
<HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath> |
73 |
</Reference> |
74 |
<Reference Include="System" /> |
75 |
<Reference Include="System.Core" /> |
76 |
<Reference Include="System.Drawing" /> |
77 |
<Reference Include="System.Windows.Forms" /> |
78 |
<Reference Include="System.Xml.Linq" /> |
79 |
<Reference Include="System.Data.DataSetExtensions" /> |
80 |
<Reference Include="Microsoft.CSharp" /> |
81 |
<Reference Include="System.Data" /> |
82 |
<Reference Include="System.Xml" /> |
83 |
</ItemGroup> |
84 |
<ItemGroup> |
85 |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
86 |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
87 |
</Compile> |
88 |
<Compile Include="BaseEventHandler.cs" /> |
89 |
<Compile Include="BitTools.cs" /> |
90 |
<Compile Include="ControlClosingEventArgs.cs" /> |
91 |
<Compile Include="dummy.cs" /> |
92 |
<Compile Include="GuidTools.cs" /> |
93 |
<Compile Include="IAcceptPEData.cs" /> |
94 |
<Compile Include="IAcceptsMemoryAddress.cs" /> |
95 |
<Compile Include="IAcceptsMemorySearch.cs" /> |
96 |
<Compile Include="IAssemblyGuid.cs" /> |
97 |
<Compile Include="IPEDData.cs" /> |
98 |
<Compile Include="IProgressMessage.cs" /> |
99 |
<Compile Include="IWebBrowserProvider.cs" /> |
100 |
<Compile Include="ListViewColumnSorter.cs" /> |
101 |
<Compile Include="MemorySizeConstants.cs" /> |
102 |
<Compile Include="PEData.cs" /> |
103 |
<Compile Include="PeHeaderReader.cs" /> |
104 |
<Compile Include="PluginInterfaces.cs" /> |
105 |
<Compile Include="ProcContainer.cs" /> |
106 |
<Compile Include="ProcessAccessFlags.cs" /> |
107 |
<Compile Include="ProcessChangedEventArgs.cs" /> |
108 |
<Compile Include="ProcessIconEx.cs" /> |
109 |
<Compile Include="ProcessModeleInfoEx.cs" /> |
110 |
<Compile Include="ProcessorAssemblyArchitecture.cs" /> |
111 |
<Compile Include="ProcessTokenFlags.cs" /> |
112 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
113 |
<Compile Include="SearchDataTypes.cs" /> |
114 |
<Compile Include="ThreadAccess.cs" /> |
115 |
<Compile Include="ThreadControl.cs" /> |
116 |
</ItemGroup> |
117 |
<ItemGroup> |
118 |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
119 |
</ItemGroup> |
120 |
<ItemGroup> |
121 |
<ProjectReference Include="..\deps\managedwinapi-0.3\ManagedWinapi\ManagedWinapi.csproj"> |
122 |
<Project>{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}</Project> |
123 |
<Name>ManagedWinapi</Name> |
124 |
</ProjectReference> |
125 |
<ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj"> |
126 |
<Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project> |
127 |
<Name>WinFormsUI</Name> |
128 |
</ProjectReference> |
129 |
<ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj"> |
130 |
<Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project> |
131 |
<Name>RomCheater.Logging</Name> |
132 |
</ProjectReference> |
133 |
</ItemGroup> |
134 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
135 |
<PropertyGroup> |
136 |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs" |
137 |
</PreBuildEvent> |
138 |
</PropertyGroup> |
139 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
140 |
Other similar extension points exist, see Microsoft.Common.targets. |
141 |
<Target Name="BeforeBuild"> |
142 |
</Target> |
143 |
<Target Name="AfterBuild"> |
144 |
</Target> |
145 |
--> |
146 |
</Project> |