1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 |
<PropertyGroup> |
5 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 |
<ProjectGuid>{54256714-E7C5-416A-9E69-D93315619B54}</ProjectGuid> |
8 |
<OutputType>Library</OutputType> |
9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 |
<RootNamespace>RomCheater.Interfaces</RootNamespace> |
11 |
<AssemblyName>RomCheater.Interfaces</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
13 |
<FileAlignment>512</FileAlignment> |
14 |
<TargetFrameworkProfile /> |
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 |
<DebugType>full</DebugType> |
21 |
<PlatformTarget>x64</PlatformTarget> |
22 |
<ErrorReport>prompt</ErrorReport> |
23 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
24 |
<NoWarn>1607,0436</NoWarn> |
25 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
26 |
</PropertyGroup> |
27 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
28 |
<OutputPath>bin\x64\Release\</OutputPath> |
29 |
<DefineConstants>TRACE</DefineConstants> |
30 |
<Optimize>true</Optimize> |
31 |
<DebugType>pdbonly</DebugType> |
32 |
<PlatformTarget>x64</PlatformTarget> |
33 |
<ErrorReport>prompt</ErrorReport> |
34 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
35 |
<NoWarn>1607,0436</NoWarn> |
36 |
</PropertyGroup> |
37 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
38 |
<DebugSymbols>true</DebugSymbols> |
39 |
<OutputPath>bin\x86\Debug\</OutputPath> |
40 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
41 |
<DebugType>full</DebugType> |
42 |
<PlatformTarget>x86</PlatformTarget> |
43 |
<ErrorReport>prompt</ErrorReport> |
44 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
45 |
<NoWarn>1607,0436</NoWarn> |
46 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
47 |
</PropertyGroup> |
48 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
49 |
<OutputPath>bin\x86\Release\</OutputPath> |
50 |
<DefineConstants>TRACE</DefineConstants> |
51 |
<Optimize>true</Optimize> |
52 |
<DebugType>pdbonly</DebugType> |
53 |
<PlatformTarget>x86</PlatformTarget> |
54 |
<ErrorReport>prompt</ErrorReport> |
55 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
56 |
<NoWarn>1607,0436</NoWarn> |
57 |
</PropertyGroup> |
58 |
<ItemGroup> |
59 |
<Reference Include="Enterprise.Logging"> |
60 |
<HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath> |
61 |
</Reference> |
62 |
<Reference Include="System" /> |
63 |
<Reference Include="System.Data" /> |
64 |
<Reference Include="System.Drawing" /> |
65 |
<Reference Include="System.Windows.Forms" /> |
66 |
<Reference Include="System.Xml" /> |
67 |
</ItemGroup> |
68 |
<ItemGroup> |
69 |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
70 |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
71 |
</Compile> |
72 |
<Compile Include="BaseEventHandler.cs" /> |
73 |
<Compile Include="BitTools.cs" /> |
74 |
<Compile Include="ControlClosingEventArgs.cs" /> |
75 |
<Compile Include="GuidTools.cs" /> |
76 |
<Compile Include="IAcceptPEData.cs" /> |
77 |
<Compile Include="IAcceptsMemoryAddress.cs" /> |
78 |
<Compile Include="IAcceptsMemorySearch.cs" /> |
79 |
<Compile Include="IAssemblyGuid.cs" /> |
80 |
<Compile Include="IPEDData.cs" /> |
81 |
<Compile Include="IProgressMessage.cs" /> |
82 |
<Compile Include="IWebBrowserProvider.cs" /> |
83 |
<Compile Include="ListViewColumnSorter.cs" /> |
84 |
<Compile Include="MemorySizeConstants.cs" /> |
85 |
<Compile Include="PEData.cs" /> |
86 |
<Compile Include="PeHeaderReader.cs" /> |
87 |
<Compile Include="PluginInterfaces.cs" /> |
88 |
<Compile Include="ProcContainer.cs" /> |
89 |
<Compile Include="ProcessAccessFlags.cs" /> |
90 |
<Compile Include="ProcessChangedEventArgs.cs" /> |
91 |
<Compile Include="ProcessIconEx.cs" /> |
92 |
<Compile Include="ProcessModeleInfoEx.cs" /> |
93 |
<Compile Include="ProcessorAssemblyArchitecture.cs" /> |
94 |
<Compile Include="ProcessTokenFlags.cs" /> |
95 |
<Compile Include="SearchDataTypes.cs" /> |
96 |
<Compile Include="ThreadAccess.cs" /> |
97 |
<Compile Include="ThreadControl.cs" /> |
98 |
</ItemGroup> |
99 |
<ItemGroup> |
100 |
<ProjectReference Include="..\deps\managedwinapi-0.3\ManagedWinapi\ManagedWinapi.csproj"> |
101 |
<Project>{fbd3ec1e-47e2-4d2d-81c9-d6506125a09a}</Project> |
102 |
<Name>ManagedWinapi</Name> |
103 |
</ProjectReference> |
104 |
<ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj"> |
105 |
<Project>{c75532c4-765b-418e-b09b-46d36b2abdb1}</Project> |
106 |
<Name>WinFormsUI</Name> |
107 |
</ProjectReference> |
108 |
<ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj"> |
109 |
<Project>{6a508c91-b8bb-4fe5-b9a8-c72d1832bc04}</Project> |
110 |
<Name>RomCheater.Logging</Name> |
111 |
</ProjectReference> |
112 |
</ItemGroup> |
113 |
<ItemGroup> |
114 |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
115 |
</ItemGroup> |
116 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
117 |
<PropertyGroup> |
118 |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
119 |
</PropertyGroup> |
120 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
121 |
Other similar extension points exist, see Microsoft.Common.targets. |
122 |
<Target Name="BeforeBuild"> |
123 |
</Target> |
124 |
<Target Name="AfterBuild"> |
125 |
</Target> |
126 |
--> |
127 |
</Project> |