| 1 |
<?xml version="1.0" encoding="utf-8"?> |
| 2 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
| 3 |
<PropertyGroup> |
| 4 |
<ProjectType>Local</ProjectType> |
| 5 |
<ProductVersion>8.0.50727</ProductVersion> |
| 6 |
<SchemaVersion>2.0</SchemaVersion> |
| 7 |
<ProjectGuid>{9EEB5794-AE76-41E5-A27A-54089978C1FE}</ProjectGuid> |
| 8 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 9 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 10 |
<ApplicationIcon> |
| 11 |
</ApplicationIcon> |
| 12 |
<AssemblyKeyContainerName> |
| 13 |
</AssemblyKeyContainerName> |
| 14 |
<AssemblyName>Win32Util</AssemblyName> |
| 15 |
<AssemblyOriginatorKeyFile> |
| 16 |
</AssemblyOriginatorKeyFile> |
| 17 |
<DefaultClientScript>JScript</DefaultClientScript> |
| 18 |
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> |
| 19 |
<DefaultTargetSchema>IE50</DefaultTargetSchema> |
| 20 |
<DelaySign>false</DelaySign> |
| 21 |
<OutputType>Library</OutputType> |
| 22 |
<RootNamespace>nft.win32util</RootNamespace> |
| 23 |
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
| 24 |
<StartupObject> |
| 25 |
</StartupObject> |
| 26 |
<FileUpgradeFlags> |
| 27 |
</FileUpgradeFlags> |
| 28 |
<UpgradeBackupLocation> |
| 29 |
</UpgradeBackupLocation> |
| 30 |
<OldToolsVersion>3.5</OldToolsVersion> |
| 31 |
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
| 32 |
</PropertyGroup> |
| 33 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 34 |
<OutputPath>bin\Debug\</OutputPath> |
| 35 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 36 |
<BaseAddress>285212672</BaseAddress> |
| 37 |
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
| 38 |
<ConfigurationOverrideFile> |
| 39 |
</ConfigurationOverrideFile> |
| 40 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
| 41 |
<DocumentationFile> |
| 42 |
</DocumentationFile> |
| 43 |
<DebugSymbols>true</DebugSymbols> |
| 44 |
<FileAlignment>4096</FileAlignment> |
| 45 |
<NoStdLib>false</NoStdLib> |
| 46 |
<NoWarn> |
| 47 |
</NoWarn> |
| 48 |
<Optimize>false</Optimize> |
| 49 |
<RegisterForComInterop>false</RegisterForComInterop> |
| 50 |
<RemoveIntegerChecks>false</RemoveIntegerChecks> |
| 51 |
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
| 52 |
<WarningLevel>4</WarningLevel> |
| 53 |
<DebugType>full</DebugType> |
| 54 |
<ErrorReport>prompt</ErrorReport> |
| 55 |
</PropertyGroup> |
| 56 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 57 |
<OutputPath>bin\Release\</OutputPath> |
| 58 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 59 |
<BaseAddress>285212672</BaseAddress> |
| 60 |
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
| 61 |
<ConfigurationOverrideFile> |
| 62 |
</ConfigurationOverrideFile> |
| 63 |
<DefineConstants>TRACE</DefineConstants> |
| 64 |
<DocumentationFile> |
| 65 |
</DocumentationFile> |
| 66 |
<DebugSymbols>false</DebugSymbols> |
| 67 |
<FileAlignment>4096</FileAlignment> |
| 68 |
<NoStdLib>false</NoStdLib> |
| 69 |
<NoWarn> |
| 70 |
</NoWarn> |
| 71 |
<Optimize>true</Optimize> |
| 72 |
<RegisterForComInterop>false</RegisterForComInterop> |
| 73 |
<RemoveIntegerChecks>false</RemoveIntegerChecks> |
| 74 |
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
| 75 |
<WarningLevel>4</WarningLevel> |
| 76 |
<DebugType>none</DebugType> |
| 77 |
<ErrorReport>prompt</ErrorReport> |
| 78 |
</PropertyGroup> |
| 79 |
<ItemGroup> |
| 80 |
<Reference Include="System"> |
| 81 |
<Name>System</Name> |
| 82 |
</Reference> |
| 83 |
<Reference Include="System.Data"> |
| 84 |
<Name>System.Data</Name> |
| 85 |
</Reference> |
| 86 |
<Reference Include="System.Xml"> |
| 87 |
<Name>System.XML</Name> |
| 88 |
</Reference> |
| 89 |
</ItemGroup> |
| 90 |
<ItemGroup> |
| 91 |
<Compile Include="AssemblyInfo.cs"> |
| 92 |
<SubType>Code</SubType> |
| 93 |
</Compile> |
| 94 |
<Compile Include="GlobalMemoryInfo.cs"> |
| 95 |
<SubType>Code</SubType> |
| 96 |
</Compile> |
| 97 |
<Compile Include="Keyboard.cs"> |
| 98 |
<SubType>Code</SubType> |
| 99 |
</Compile> |
| 100 |
<Compile Include="RegistryHelper.cs"> |
| 101 |
<SubType>Code</SubType> |
| 102 |
</Compile> |
| 103 |
<Compile Include="Win32Util.cs"> |
| 104 |
<SubType>Code</SubType> |
| 105 |
</Compile> |
| 106 |
<Compile Include="Win32Version.cs"> |
| 107 |
<SubType>Code</SubType> |
| 108 |
</Compile> |
| 109 |
</ItemGroup> |
| 110 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 111 |
<PropertyGroup> |
| 112 |
<PreBuildEvent> |
| 113 |
</PreBuildEvent> |
| 114 |
<PostBuildEvent> |
| 115 |
</PostBuildEvent> |
| 116 |
</PropertyGroup> |
| 117 |
</Project> |