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>9.0.30729</ProductVersion> |
7 |
<SchemaVersion>2.0</SchemaVersion> |
8 |
<ProjectGuid>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</ProjectGuid> |
9 |
<OutputType>Library</OutputType> |
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
<RootNamespace>libWin32</RootNamespace> |
12 |
<AssemblyName>libWin32</AssemblyName> |
13 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 |
<FileAlignment>512</FileAlignment> |
15 |
<FileUpgradeFlags> |
16 |
</FileUpgradeFlags> |
17 |
<OldToolsVersion>3.5</OldToolsVersion> |
18 |
<UpgradeBackupLocation /> |
19 |
<TargetFrameworkProfile /> |
20 |
</PropertyGroup> |
21 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
22 |
<DebugSymbols>true</DebugSymbols> |
23 |
<DebugType>full</DebugType> |
24 |
<Optimize>false</Optimize> |
25 |
<OutputPath>bin\Debug\</OutputPath> |
26 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
27 |
<ErrorReport>prompt</ErrorReport> |
28 |
<WarningLevel>4</WarningLevel> |
29 |
</PropertyGroup> |
30 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
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 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
39 |
<DebugSymbols>true</DebugSymbols> |
40 |
<OutputPath>bin\Debug\</OutputPath> |
41 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
42 |
<DebugType>full</DebugType> |
43 |
<PlatformTarget>x86</PlatformTarget> |
44 |
<ErrorReport>prompt</ErrorReport> |
45 |
<NoWarn>1607</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 |
</PropertyGroup> |
56 |
<ItemGroup> |
57 |
<Reference Include="System" /> |
58 |
<Reference Include="System.Core"> |
59 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
60 |
</Reference> |
61 |
<Reference Include="System.Data" /> |
62 |
<Reference Include="System.Drawing" /> |
63 |
<Reference Include="System.Windows.Forms" /> |
64 |
<Reference Include="System.Xml" /> |
65 |
<Reference Include="WindowsBase"> |
66 |
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
67 |
</Reference> |
68 |
</ItemGroup> |
69 |
<ItemGroup> |
70 |
<Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs"> |
71 |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
72 |
</Compile> |
73 |
<Compile Include="dummy.cs" /> |
74 |
<Compile Include="libWin32.cs" /> |
75 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
76 |
<Compile Include="Win32\Exceptions\UnimplimentedDirectXScanCodeException.cs" /> |
77 |
<Compile Include="Win32\Input\KeyTranslator.cs" /> |
78 |
<Compile Include="Win32\Input\DXKeysToScanCodes.cs" /> |
79 |
<Compile Include="Win32\Input\InputSender.cs" /> |
80 |
<Compile Include="Win32\Threading\ProcessIconEx.cs" /> |
81 |
<Compile Include="Win32\Threading\ProcessModeleInfoEx.cs" /> |
82 |
<Compile Include="Win32\Threading\ProcessTokenFlags.cs" /> |
83 |
<Compile Include="Win32\Threading\ThreadAccess.cs" /> |
84 |
<Compile Include="Win32\UI\FloatBox.cs"> |
85 |
<SubType>UserControl</SubType> |
86 |
</Compile> |
87 |
<Compile Include="Win32\UI\FloatBox.Designer.cs"> |
88 |
<DependentUpon>FloatBox.cs</DependentUpon> |
89 |
</Compile> |
90 |
<Compile Include="Win32\UI\IEEE754FloatConverter.cs"> |
91 |
<SubType>UserControl</SubType> |
92 |
</Compile> |
93 |
<Compile Include="Win32\UI\IEEE754FloatConverter.Designer.cs"> |
94 |
<DependentUpon>IEEE754FloatConverter.cs</DependentUpon> |
95 |
</Compile> |
96 |
<Compile Include="Win32\NumericConversion\IEEE754\ieee754FloatingPointConverter.cs" /> |
97 |
<Compile Include="Win32\NumericConversion\IEEE754\I_ieee754FloatingPointConverter.cs" /> |
98 |
<Compile Include="Win32\Threading\ProcessAccessFlags.cs" /> |
99 |
<Compile Include="Win32\Threading\ThreadControl.cs" /> |
100 |
<Compile Include="Win32\UI\MaskedHexBox.cs"> |
101 |
<SubType>UserControl</SubType> |
102 |
</Compile> |
103 |
<Compile Include="Win32\UI\MaskedHexBox.Designer.cs"> |
104 |
<DependentUpon>MaskedHexBox.cs</DependentUpon> |
105 |
</Compile> |
106 |
<Compile Include="Win32\UI\NumericBox.cs"> |
107 |
<SubType>UserControl</SubType> |
108 |
</Compile> |
109 |
<Compile Include="Win32\UI\NumericBox.Designer.cs"> |
110 |
<DependentUpon>NumericBox.cs</DependentUpon> |
111 |
</Compile> |
112 |
<Compile Include="Win32\Window\WindowControl.cs" /> |
113 |
</ItemGroup> |
114 |
<ItemGroup> |
115 |
<Content Include="ManagedWinapi.dll"> |
116 |
</Content> |
117 |
<Content Include="ManagedWinapiNativeHelper.dll"> |
118 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
119 |
</Content> |
120 |
</ItemGroup> |
121 |
<ItemGroup> |
122 |
<EmbeddedResource Include="Win32\UI\FloatBox.resx"> |
123 |
<DependentUpon>FloatBox.cs</DependentUpon> |
124 |
</EmbeddedResource> |
125 |
<EmbeddedResource Include="Win32\UI\IEEE754FloatConverter.resx"> |
126 |
<DependentUpon>IEEE754FloatConverter.cs</DependentUpon> |
127 |
</EmbeddedResource> |
128 |
<EmbeddedResource Include="Win32\UI\MaskedHexBox.resx"> |
129 |
<DependentUpon>MaskedHexBox.cs</DependentUpon> |
130 |
</EmbeddedResource> |
131 |
<EmbeddedResource Include="Win32\UI\NumericBox.resx"> |
132 |
<DependentUpon>NumericBox.cs</DependentUpon> |
133 |
</EmbeddedResource> |
134 |
</ItemGroup> |
135 |
<ItemGroup> |
136 |
<ProjectReference Include="..\..\RomCheater.Core\RomCheater.Core.csproj"> |
137 |
<Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project> |
138 |
<Name>RomCheater.Core</Name> |
139 |
</ProjectReference> |
140 |
<ProjectReference Include="..\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj"> |
141 |
<Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project> |
142 |
<Name>Sojaner.MemoryScanner</Name> |
143 |
</ProjectReference> |
144 |
</ItemGroup> |
145 |
<ItemGroup> |
146 |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
147 |
</ItemGroup> |
148 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
149 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
150 |
Other similar extension points exist, see Microsoft.Common.targets. |
151 |
<Target Name="BeforeBuild"> |
152 |
</Target> |
153 |
<Target Name="AfterBuild"> |
154 |
</Target> |
155 |
--> |
156 |
<PropertyGroup> |
157 |
<PostBuildEvent> |
158 |
</PostBuildEvent> |
159 |
</PropertyGroup> |
160 |
<PropertyGroup> |
161 |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
162 |
</PropertyGroup> |
163 |
</Project> |