10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
<RootNamespace>libWin32</RootNamespace> |
<RootNamespace>libWin32</RootNamespace> |
12 |
<AssemblyName>libWin32</AssemblyName> |
<AssemblyName>libWin32</AssemblyName> |
13 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 |
<FileAlignment>512</FileAlignment> |
<FileAlignment>512</FileAlignment> |
15 |
<FileUpgradeFlags> |
<FileUpgradeFlags> |
16 |
</FileUpgradeFlags> |
</FileUpgradeFlags> |
17 |
<OldToolsVersion>3.5</OldToolsVersion> |
<OldToolsVersion>3.5</OldToolsVersion> |
18 |
<UpgradeBackupLocation /> |
<UpgradeBackupLocation /> |
19 |
|
<TargetFrameworkProfile /> |
20 |
</PropertyGroup> |
</PropertyGroup> |
21 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
22 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
43 |
<PlatformTarget>x86</PlatformTarget> |
<PlatformTarget>x86</PlatformTarget> |
44 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
45 |
<NoWarn>1607</NoWarn> |
<NoWarn>1607</NoWarn> |
46 |
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
47 |
</PropertyGroup> |
</PropertyGroup> |
48 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
49 |
<OutputPath>bin\x86\Release\</OutputPath> |
<OutputPath>bin\x86\Release\</OutputPath> |
70 |
<Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs"> |
<Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs"> |
71 |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
72 |
</Compile> |
</Compile> |
73 |
|
<Compile Include="dummy.cs" /> |
74 |
<Compile Include="libWin32.cs" /> |
<Compile Include="libWin32.cs" /> |
75 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
<Compile Include="Properties\AssemblyInfo.cs" /> |
76 |
<Compile Include="Win32\Exceptions\UnimplimentedDirectXScanCodeException.cs" /> |
<Compile Include="Win32\Exceptions\UnimplimentedDirectXScanCodeException.cs" /> |
77 |
<Compile Include="Win32\Input\KeyTranslator.cs" /> |
<Compile Include="Win32\Input\KeyTranslator.cs" /> |
78 |
<Compile Include="Win32\Input\DXKeysToScanCodes.cs" /> |
<Compile Include="Win32\Input\DXKeysToScanCodes.cs" /> |
79 |
<Compile Include="Win32\Input\InputSender.cs" /> |
<Compile Include="Win32\Input\InputSender.cs" /> |
80 |
|
<Compile Include="Win32\Threading\ProcessIconEx.cs" /> |
81 |
<Compile Include="Win32\Threading\ProcessModeleInfoEx.cs" /> |
<Compile Include="Win32\Threading\ProcessModeleInfoEx.cs" /> |
82 |
<Compile Include="Win32\Threading\ProcessTokenFlags.cs" /> |
<Compile Include="Win32\Threading\ProcessTokenFlags.cs" /> |
83 |
<Compile Include="Win32\Threading\ThreadAccess.cs" /> |
<Compile Include="Win32\Threading\ThreadAccess.cs" /> |
133 |
</EmbeddedResource> |
</EmbeddedResource> |
134 |
</ItemGroup> |
</ItemGroup> |
135 |
<ItemGroup> |
<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"> |
<ProjectReference Include="..\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj"> |
141 |
<Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project> |
<Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project> |
142 |
<Name>Sojaner.MemoryScanner</Name> |
<Name>Sojaner.MemoryScanner</Name> |