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> |
53 |
<PlatformTarget>x86</PlatformTarget> |
<PlatformTarget>x86</PlatformTarget> |
54 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
55 |
</PropertyGroup> |
</PropertyGroup> |
56 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
57 |
|
<DebugSymbols>true</DebugSymbols> |
58 |
|
<OutputPath>bin\x64\Debug\</OutputPath> |
59 |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
60 |
|
<DebugType>full</DebugType> |
61 |
|
<PlatformTarget>x64</PlatformTarget> |
62 |
|
<ErrorReport>prompt</ErrorReport> |
63 |
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
64 |
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
65 |
|
</PropertyGroup> |
66 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
67 |
|
<OutputPath>bin\x64\Release\</OutputPath> |
68 |
|
<DefineConstants>TRACE</DefineConstants> |
69 |
|
<Optimize>true</Optimize> |
70 |
|
<DebugType>pdbonly</DebugType> |
71 |
|
<PlatformTarget>x64</PlatformTarget> |
72 |
|
<ErrorReport>prompt</ErrorReport> |
73 |
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
74 |
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
75 |
|
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
76 |
|
</PropertyGroup> |
77 |
<ItemGroup> |
<ItemGroup> |
78 |
<Reference Include="System" /> |
<Reference Include="System" /> |
79 |
<Reference Include="System.Core"> |
<Reference Include="System.Core"> |
91 |
<Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs"> |
<Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs"> |
92 |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
93 |
</Compile> |
</Compile> |
94 |
|
<Compile Include="dummy.cs" /> |
95 |
<Compile Include="libWin32.cs" /> |
<Compile Include="libWin32.cs" /> |
96 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
<Compile Include="Properties\AssemblyInfo.cs" /> |
97 |
<Compile Include="Win32\Exceptions\UnimplimentedDirectXScanCodeException.cs" /> |
<Compile Include="Win32\Exceptions\UnimplimentedDirectXScanCodeException.cs" /> |
154 |
</EmbeddedResource> |
</EmbeddedResource> |
155 |
</ItemGroup> |
</ItemGroup> |
156 |
<ItemGroup> |
<ItemGroup> |
157 |
|
<ProjectReference Include="..\..\RomCheater.Core\RomCheater.Core.csproj"> |
158 |
|
<Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project> |
159 |
|
<Name>RomCheater.Core</Name> |
160 |
|
</ProjectReference> |
161 |
<ProjectReference Include="..\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj"> |
<ProjectReference Include="..\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj"> |
162 |
<Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project> |
<Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project> |
163 |
<Name>Sojaner.MemoryScanner</Name> |
<Name>Sojaner.MemoryScanner</Name> |