| 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>{86937F53-C189-40EF-8CE8-8759D8E7D480}</ProjectGuid> | 
 | 39 |     <RootNamespace>_socket</RootNamespace> | 
 | 40 |     <Keyword>Win32Proj</Keyword> | 
 | 41 |   </PropertyGroup> | 
 | 42 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 
 | 43 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'" Label="Configuration"> | 
 | 44 |     <ConfigurationType>DynamicLibrary</ConfigurationType> | 
 | 45 |     <CharacterSet>NotSet</CharacterSet> | 
 | 46 |     <WholeProgramOptimization>true</WholeProgramOptimization> | 
 | 47 |   </PropertyGroup> | 
 | 48 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'" Label="Configuration"> | 
 | 49 |     <ConfigurationType>DynamicLibrary</ConfigurationType> | 
 | 50 |     <CharacterSet>NotSet</CharacterSet> | 
 | 51 |     <WholeProgramOptimization>true</WholeProgramOptimization> | 
 | 52 |   </PropertyGroup> | 
 | 53 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 
 | 54 |     <ConfigurationType>DynamicLibrary</ConfigurationType> | 
 | 55 |     <CharacterSet>NotSet</CharacterSet> | 
 | 56 |     <WholeProgramOptimization>true</WholeProgramOptimization> | 
 | 57 |   </PropertyGroup> | 
 | 58 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | 
 | 59 |     <ConfigurationType>DynamicLibrary</ConfigurationType> | 
 | 60 |     <CharacterSet>NotSet</CharacterSet> | 
 | 61 |   </PropertyGroup> | 
 | 62 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'" Label="Configuration"> | 
 | 63 |     <ConfigurationType>DynamicLibrary</ConfigurationType> | 
 | 64 |     <CharacterSet>NotSet</CharacterSet> | 
 | 65 |     <WholeProgramOptimization>true</WholeProgramOptimization> | 
 | 66 |   </PropertyGroup> | 
 | 67 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'" Label="Configuration"> | 
 | 68 |     <ConfigurationType>DynamicLibrary</ConfigurationType> | 
 | 69 |     <CharacterSet>NotSet</CharacterSet> | 
 | 70 |     <WholeProgramOptimization>true</WholeProgramOptimization> | 
 | 71 |   </PropertyGroup> | 
 | 72 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 
 | 73 |     <ConfigurationType>DynamicLibrary</ConfigurationType> | 
 | 74 |     <CharacterSet>NotSet</CharacterSet> | 
 | 75 |     <WholeProgramOptimization>true</WholeProgramOptimization> | 
 | 76 |   </PropertyGroup> | 
 | 77 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | 
 | 78 |     <ConfigurationType>DynamicLibrary</ConfigurationType> | 
 | 79 |     <CharacterSet>NotSet</CharacterSet> | 
 | 80 |   </PropertyGroup> | 
 | 81 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 
 | 82 |   <ImportGroup Label="ExtensionSettings"> | 
 | 83 |   </ImportGroup> | 
 | 84 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'" Label="PropertySheets"> | 
 | 85 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 | 86 |     <Import Project="pyd.props" /> | 
 | 87 |     <Import Project="pgupdate.props" /> | 
 | 88 |   </ImportGroup> | 
 | 89 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'" Label="PropertySheets"> | 
 | 90 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 | 91 |     <Import Project="pyd.props" /> | 
 | 92 |     <Import Project="pginstrument.props" /> | 
 | 93 |   </ImportGroup> | 
 | 94 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | 
 | 95 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 | 96 |     <Import Project="pyd.props" /> | 
 | 97 |   </ImportGroup> | 
 | 98 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | 
 | 99 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 | 100 |     <Import Project="pyd_d.props" /> | 
 | 101 |   </ImportGroup> | 
 | 102 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'" Label="PropertySheets"> | 
 | 103 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 | 104 |     <Import Project="pyd.props" /> | 
 | 105 |     <Import Project="x64.props" /> | 
 | 106 |     <Import Project="pgupdate.props" /> | 
 | 107 |   </ImportGroup> | 
 | 108 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'" Label="PropertySheets"> | 
 | 109 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 | 110 |     <Import Project="pyd.props" /> | 
 | 111 |     <Import Project="x64.props" /> | 
 | 112 |     <Import Project="pginstrument.props" /> | 
 | 113 |   </ImportGroup> | 
 | 114 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | 
 | 115 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 | 116 |     <Import Project="pyd.props" /> | 
 | 117 |     <Import Project="x64.props" /> | 
 | 118 |   </ImportGroup> | 
 | 119 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | 
 | 120 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 | 121 |     <Import Project="pyd_d.props" /> | 
 | 122 |     <Import Project="x64.props" /> | 
 | 123 |   </ImportGroup> | 
 | 124 |   <PropertyGroup Label="UserMacros" /> | 
 | 125 |   <PropertyGroup> | 
 | 126 |     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | 
 | 127 |     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | 
 | 128 |     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | 
 | 129 |     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | 
 | 130 |     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | 
 | 131 |     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | 
 | 132 |     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | 
 | 133 |     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | 
 | 134 |     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'" /> | 
 | 135 |     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'" /> | 
 | 136 |     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | 
 | 137 |     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'" /> | 
 | 138 |     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'" /> | 
 | 139 |     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | 
 | 140 |     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'" /> | 
 | 141 |     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'" /> | 
 | 142 |     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | 
 | 143 |     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'" /> | 
 | 144 |     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'" /> | 
 | 145 |     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | 
 | 146 |     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | 
 | 147 |     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | 
 | 148 |     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | 
 | 149 |     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | 
 | 150 |     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | 
| Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 151 |   </PropertyGroup> | 
 | 152 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
 | 153 |     <Link> | 
 | 154 |       <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> | 
 | 155 |       <BaseAddress>0x1e1D0000</BaseAddress> | 
 | 156 |     </Link> | 
 | 157 |   </ItemDefinitionGroup> | 
 | 158 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 
 | 159 |     <Midl> | 
 | 160 |       <TargetEnvironment>X64</TargetEnvironment> | 
 | 161 |     </Midl> | 
 | 162 |     <Link> | 
 | 163 |       <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> | 
 | 164 |       <BaseAddress>0x1e1D0000</BaseAddress> | 
 | 165 |     </Link> | 
 | 166 |   </ItemDefinitionGroup> | 
 | 167 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
 | 168 |     <Link> | 
 | 169 |       <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> | 
 | 170 |       <BaseAddress>0x1e1D0000</BaseAddress> | 
 | 171 |     </Link> | 
 | 172 |   </ItemDefinitionGroup> | 
 | 173 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
 | 174 |     <Midl> | 
 | 175 |       <TargetEnvironment>X64</TargetEnvironment> | 
 | 176 |     </Midl> | 
 | 177 |     <Link> | 
 | 178 |       <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> | 
 | 179 |       <BaseAddress>0x1e1D0000</BaseAddress> | 
 | 180 |     </Link> | 
 | 181 |   </ItemDefinitionGroup> | 
 | 182 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'"> | 
 | 183 |     <Link> | 
 | 184 |       <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> | 
 | 185 |       <BaseAddress>0x1e1D0000</BaseAddress> | 
 | 186 |     </Link> | 
 | 187 |   </ItemDefinitionGroup> | 
 | 188 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'"> | 
 | 189 |     <Midl> | 
 | 190 |       <TargetEnvironment>X64</TargetEnvironment> | 
 | 191 |     </Midl> | 
 | 192 |     <Link> | 
 | 193 |       <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> | 
 | 194 |       <BaseAddress>0x1e1D0000</BaseAddress> | 
 | 195 |       <TargetMachine>MachineX64</TargetMachine> | 
 | 196 |     </Link> | 
 | 197 |   </ItemDefinitionGroup> | 
 | 198 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'"> | 
 | 199 |     <Link> | 
 | 200 |       <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> | 
 | 201 |       <BaseAddress>0x1e1D0000</BaseAddress> | 
 | 202 |     </Link> | 
 | 203 |   </ItemDefinitionGroup> | 
 | 204 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'"> | 
 | 205 |     <Midl> | 
 | 206 |       <TargetEnvironment>X64</TargetEnvironment> | 
 | 207 |     </Midl> | 
 | 208 |     <Link> | 
 | 209 |       <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> | 
 | 210 |       <BaseAddress>0x1e1D0000</BaseAddress> | 
 | 211 |       <TargetMachine>MachineX64</TargetMachine> | 
 | 212 |     </Link> | 
 | 213 |   </ItemDefinitionGroup> | 
 | 214 |   <ItemGroup> | 
 | 215 |     <ClInclude Include="..\Modules\socketmodule.h" /> | 
 | 216 |   </ItemGroup> | 
 | 217 |   <ItemGroup> | 
 | 218 |     <ClCompile Include="..\Modules\socketmodule.c" /> | 
 | 219 |   </ItemGroup> | 
 | 220 |   <ItemGroup> | 
 | 221 |     <ProjectReference Include="pythoncore.vcxproj"> | 
 | 222 |       <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project> | 
 | 223 |       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | 
 | 224 |     </ProjectReference> | 
 | 225 |   </ItemGroup> | 
 | 226 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 
 | 227 |   <ImportGroup Label="ExtensionTargets"> | 
 | 228 |   </ImportGroup> | 
 | 229 | </Project> |