Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ItemGroup Label="ProjectConfigurations"> |
| 4 | <ProjectConfiguration Include="Debug|Win32"> |
| 5 | <Configuration>Debug</Configuration> |
| 6 | <Platform>Win32</Platform> |
| 7 | </ProjectConfiguration> |
| 8 | <ProjectConfiguration Include="Debug|x64"> |
| 9 | <Configuration>Debug</Configuration> |
| 10 | <Platform>x64</Platform> |
| 11 | </ProjectConfiguration> |
| 12 | <ProjectConfiguration Include="PGInstrument|Win32"> |
| 13 | <Configuration>PGInstrument</Configuration> |
| 14 | <Platform>Win32</Platform> |
| 15 | </ProjectConfiguration> |
| 16 | <ProjectConfiguration Include="PGInstrument|x64"> |
| 17 | <Configuration>PGInstrument</Configuration> |
| 18 | <Platform>x64</Platform> |
| 19 | </ProjectConfiguration> |
| 20 | <ProjectConfiguration Include="PGUpdate|Win32"> |
| 21 | <Configuration>PGUpdate</Configuration> |
| 22 | <Platform>Win32</Platform> |
| 23 | </ProjectConfiguration> |
| 24 | <ProjectConfiguration Include="PGUpdate|x64"> |
| 25 | <Configuration>PGUpdate</Configuration> |
| 26 | <Platform>x64</Platform> |
| 27 | </ProjectConfiguration> |
| 28 | <ProjectConfiguration Include="Release|Win32"> |
| 29 | <Configuration>Release</Configuration> |
| 30 | <Platform>Win32</Platform> |
| 31 | </ProjectConfiguration> |
| 32 | <ProjectConfiguration Include="Release|x64"> |
| 33 | <Configuration>Release</Configuration> |
| 34 | <Platform>x64</Platform> |
| 35 | </ProjectConfiguration> |
| 36 | </ItemGroup> |
| 37 | <PropertyGroup Label="Globals"> |
| 38 | <ProjectGuid>{E9E0A1F6-0009-4E8C-B8F8-1B8F5D49A058}</ProjectGuid> |
| 39 | <RootNamespace>w9xpopen</RootNamespace> |
| 40 | </PropertyGroup> |
| 41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'" Label="Configuration"> |
| 43 | <ConfigurationType>Application</ConfigurationType> |
| 44 | <UseOfMfc>false</UseOfMfc> |
| 45 | <CharacterSet>MultiByte</CharacterSet> |
| 46 | </PropertyGroup> |
| 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'" Label="Configuration"> |
| 48 | <ConfigurationType>Application</ConfigurationType> |
| 49 | <UseOfMfc>false</UseOfMfc> |
| 50 | <CharacterSet>MultiByte</CharacterSet> |
| 51 | </PropertyGroup> |
| 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 53 | <ConfigurationType>Application</ConfigurationType> |
| 54 | <UseOfMfc>false</UseOfMfc> |
| 55 | <CharacterSet>MultiByte</CharacterSet> |
| 56 | </PropertyGroup> |
| 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 58 | <ConfigurationType>Application</ConfigurationType> |
| 59 | <UseOfMfc>false</UseOfMfc> |
| 60 | <CharacterSet>NotSet</CharacterSet> |
| 61 | </PropertyGroup> |
| 62 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'" Label="Configuration"> |
| 63 | <ConfigurationType>Application</ConfigurationType> |
| 64 | <UseOfMfc>false</UseOfMfc> |
| 65 | <CharacterSet>MultiByte</CharacterSet> |
| 66 | </PropertyGroup> |
| 67 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'" Label="Configuration"> |
| 68 | <ConfigurationType>Application</ConfigurationType> |
| 69 | <UseOfMfc>false</UseOfMfc> |
| 70 | <CharacterSet>MultiByte</CharacterSet> |
| 71 | </PropertyGroup> |
| 72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 73 | <ConfigurationType>Application</ConfigurationType> |
| 74 | <UseOfMfc>false</UseOfMfc> |
| 75 | <CharacterSet>MultiByte</CharacterSet> |
| 76 | </PropertyGroup> |
| 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 78 | <ConfigurationType>Application</ConfigurationType> |
| 79 | <UseOfMfc>false</UseOfMfc> |
| 80 | <CharacterSet>MultiByte</CharacterSet> |
| 81 | </PropertyGroup> |
| 82 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 83 | <ImportGroup Label="ExtensionSettings"> |
| 84 | </ImportGroup> |
| 85 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'" Label="PropertySheets"> |
| 86 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Kristján Valur Jónsson | c45ea9e | 2012-05-19 21:10:14 +0000 | [diff] [blame] | 87 | <Import Project="pyproject.props" /> |
| 88 | <Import Project="release.props" /> |
| 89 | <Import Project="pgupdate.props" /> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 90 | </ImportGroup> |
| 91 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'" Label="PropertySheets"> |
| 92 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Kristján Valur Jónsson | c45ea9e | 2012-05-19 21:10:14 +0000 | [diff] [blame] | 93 | <Import Project="pyproject.props" /> |
| 94 | <Import Project="release.props" /> |
| 95 | <Import Project="pginstrument.props" /> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 96 | </ImportGroup> |
| 97 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
| 98 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Kristján Valur Jónsson | c45ea9e | 2012-05-19 21:10:14 +0000 | [diff] [blame] | 99 | <Import Project="pyproject.props" /> |
| 100 | <Import Project="release.props" /> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 101 | </ImportGroup> |
| 102 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 103 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Kristján Valur Jónsson | c45ea9e | 2012-05-19 21:10:14 +0000 | [diff] [blame] | 104 | <Import Project="pyproject.props" /> |
| 105 | <Import Project="debug.props" /> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 106 | </ImportGroup> |
| 107 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'" Label="PropertySheets"> |
| 108 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Kristján Valur Jónsson | c45ea9e | 2012-05-19 21:10:14 +0000 | [diff] [blame] | 109 | <Import Project="pyproject.props" /> |
| 110 | <Import Project="x64.props" /> |
| 111 | <Import Project="release.props" /> |
| 112 | <Import Project="pgupdate.props" /> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 113 | </ImportGroup> |
| 114 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'" Label="PropertySheets"> |
| 115 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Kristján Valur Jónsson | c45ea9e | 2012-05-19 21:10:14 +0000 | [diff] [blame] | 116 | <Import Project="pyproject.props" /> |
| 117 | <Import Project="x64.props" /> |
| 118 | <Import Project="release.props" /> |
| 119 | <Import Project="pginstrument.props" /> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 120 | </ImportGroup> |
| 121 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 122 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Kristján Valur Jónsson | c45ea9e | 2012-05-19 21:10:14 +0000 | [diff] [blame] | 123 | <Import Project="pyproject.props" /> |
| 124 | <Import Project="x64.props" /> |
| 125 | <Import Project="release.props" /> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 126 | </ImportGroup> |
| 127 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 128 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Kristján Valur Jónsson | c45ea9e | 2012-05-19 21:10:14 +0000 | [diff] [blame] | 129 | <Import Project="pyproject.props" /> |
| 130 | <Import Project="x64.props" /> |
| 131 | <Import Project="debug.props" /> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 132 | </ImportGroup> |
| 133 | <PropertyGroup Label="UserMacros" /> |
| 134 | <PropertyGroup> |
| 135 | <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> |
| 136 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 137 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
| 138 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
| 139 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 140 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
| 141 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
| 142 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 143 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'" /> |
| 144 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'" /> |
| 145 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 146 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'" /> |
| 147 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'" /> |
| 148 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 149 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'" /> |
| 150 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'" /> |
| 151 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 152 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'" /> |
| 153 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'" /> |
| 154 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 155 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
| 156 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
| 157 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 158 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
| 159 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
| 160 | </PropertyGroup> |
| 161 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 162 | <ClCompile> |
| 163 | <Optimization>Disabled</Optimization> |
| 164 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 165 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 166 | </ClCompile> |
| 167 | <Link> |
| 168 | <SubSystem>Console</SubSystem> |
| 169 | </Link> |
| 170 | </ItemDefinitionGroup> |
| 171 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 172 | <Midl> |
| 173 | <TargetEnvironment>X64</TargetEnvironment> |
| 174 | </Midl> |
| 175 | <ClCompile> |
| 176 | <Optimization>Disabled</Optimization> |
| 177 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 178 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 179 | </ClCompile> |
| 180 | <Link> |
| 181 | <SubSystem>Console</SubSystem> |
| 182 | </Link> |
| 183 | </ItemDefinitionGroup> |
| 184 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 185 | <ClCompile> |
| 186 | <Optimization>MaxSpeed</Optimization> |
| 187 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
| 188 | <StringPooling>true</StringPooling> |
| 189 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 190 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 191 | </ClCompile> |
| 192 | <Link> |
| 193 | <GenerateDebugInformation>false</GenerateDebugInformation> |
| 194 | <SubSystem>Console</SubSystem> |
| 195 | </Link> |
| 196 | </ItemDefinitionGroup> |
| 197 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 198 | <Midl> |
| 199 | <TargetEnvironment>X64</TargetEnvironment> |
| 200 | </Midl> |
| 201 | <ClCompile> |
| 202 | <Optimization>MaxSpeed</Optimization> |
| 203 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
| 204 | <StringPooling>true</StringPooling> |
| 205 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 206 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 207 | </ClCompile> |
| 208 | <Link> |
| 209 | <GenerateDebugInformation>false</GenerateDebugInformation> |
| 210 | <SubSystem>Console</SubSystem> |
| 211 | </Link> |
| 212 | </ItemDefinitionGroup> |
| 213 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'"> |
| 214 | <ClCompile> |
| 215 | <Optimization>MaxSpeed</Optimization> |
| 216 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
| 217 | <StringPooling>true</StringPooling> |
| 218 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 219 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 220 | </ClCompile> |
| 221 | <Link> |
| 222 | <GenerateDebugInformation>false</GenerateDebugInformation> |
| 223 | <SubSystem>Console</SubSystem> |
| 224 | <ImportLibrary> |
| 225 | </ImportLibrary> |
| 226 | </Link> |
| 227 | </ItemDefinitionGroup> |
| 228 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'"> |
| 229 | <Midl> |
| 230 | <TargetEnvironment>X64</TargetEnvironment> |
| 231 | </Midl> |
| 232 | <ClCompile> |
| 233 | <Optimization>MaxSpeed</Optimization> |
| 234 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
| 235 | <StringPooling>true</StringPooling> |
| 236 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 237 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 238 | </ClCompile> |
| 239 | <Link> |
| 240 | <GenerateDebugInformation>false</GenerateDebugInformation> |
| 241 | <SubSystem>Console</SubSystem> |
| 242 | <ImportLibrary> |
| 243 | </ImportLibrary> |
| 244 | <TargetMachine>MachineX64</TargetMachine> |
| 245 | </Link> |
| 246 | </ItemDefinitionGroup> |
| 247 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'"> |
| 248 | <ClCompile> |
| 249 | <Optimization>MaxSpeed</Optimization> |
| 250 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
| 251 | <StringPooling>true</StringPooling> |
| 252 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 253 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 254 | </ClCompile> |
| 255 | <Link> |
| 256 | <GenerateDebugInformation>false</GenerateDebugInformation> |
| 257 | <SubSystem>Console</SubSystem> |
| 258 | <ImportLibrary> |
| 259 | </ImportLibrary> |
| 260 | </Link> |
| 261 | </ItemDefinitionGroup> |
| 262 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'"> |
| 263 | <Midl> |
| 264 | <TargetEnvironment>X64</TargetEnvironment> |
| 265 | </Midl> |
| 266 | <ClCompile> |
| 267 | <Optimization>MaxSpeed</Optimization> |
| 268 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
| 269 | <StringPooling>true</StringPooling> |
| 270 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 271 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 272 | </ClCompile> |
| 273 | <Link> |
| 274 | <GenerateDebugInformation>false</GenerateDebugInformation> |
| 275 | <SubSystem>Console</SubSystem> |
| 276 | <ImportLibrary> |
| 277 | </ImportLibrary> |
| 278 | <TargetMachine>MachineX64</TargetMachine> |
| 279 | </Link> |
| 280 | </ItemDefinitionGroup> |
| 281 | <ItemGroup> |
| 282 | <ClCompile Include="..\PC\w9xpopen.c" /> |
| 283 | </ItemGroup> |
| 284 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 285 | <ImportGroup Label="ExtensionTargets"> |
| 286 | </ImportGroup> |
| 287 | </Project> |