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 =" Release|Win32" >
13+ <Configuration >Release</Configuration >
14+ <Platform >Win32</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <PropertyGroup Label =" Globals" >
22+ <ProjectGuid >{6DAC66D9-E703-4624-BE03-49112AB5AA62}</ProjectGuid >
23+ <Keyword >Win32Proj</Keyword >
24+ <RootNamespace >_testembed</RootNamespace >
25+ </PropertyGroup >
26+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
28+ <ConfigurationType >Application</ConfigurationType >
29+ <UseDebugLibraries >true</UseDebugLibraries >
30+ <CharacterSet >Unicode</CharacterSet >
31+ </PropertyGroup >
32+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
33+ <ConfigurationType >Application</ConfigurationType >
34+ <UseDebugLibraries >true</UseDebugLibraries >
35+ <CharacterSet >Unicode</CharacterSet >
36+ </PropertyGroup >
37+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
38+ <ConfigurationType >Application</ConfigurationType >
39+ <UseDebugLibraries >false</UseDebugLibraries >
40+ <WholeProgramOptimization >true</WholeProgramOptimization >
41+ <CharacterSet >Unicode</CharacterSet >
42+ </PropertyGroup >
43+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
44+ <ConfigurationType >Application</ConfigurationType >
45+ <UseDebugLibraries >false</UseDebugLibraries >
46+ <WholeProgramOptimization >true</WholeProgramOptimization >
47+ <CharacterSet >Unicode</CharacterSet >
48+ </PropertyGroup >
49+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
50+ <ImportGroup Label =" ExtensionSettings" >
51+ </ImportGroup >
52+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
53+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
54+ <Import Project =" pyproject.props" />
55+ <Import Project =" debug.props" />
56+ </ImportGroup >
57+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
58+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
59+ <Import Project =" pyproject.props" />
60+ <Import Project =" debug.props" />
61+ <Import Project =" x64.props" />
62+ </ImportGroup >
63+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
64+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
65+ <Import Project =" pyproject.props" />
66+ </ImportGroup >
67+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
68+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69+ <Import Project =" pyproject.props" />
70+ <Import Project =" x64.props" />
71+ </ImportGroup >
72+ <PropertyGroup Label =" UserMacros" />
73+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
74+ <LinkIncremental >false</LinkIncremental >
75+ </PropertyGroup >
76+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
77+ <LinkIncremental >false</LinkIncremental >
78+ </PropertyGroup >
79+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
80+ <LinkIncremental >false</LinkIncremental >
81+ </PropertyGroup >
82+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
83+ <LinkIncremental >false</LinkIncremental >
84+ </PropertyGroup >
85+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
86+ <ClCompile >
87+ <PrecompiledHeader >
88+ </PrecompiledHeader >
89+ <WarningLevel >Level3</WarningLevel >
90+ <Optimization >Disabled</Optimization >
91+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
92+ </ClCompile >
93+ <Link >
94+ <SubSystem >Console</SubSystem >
95+ <GenerateDebugInformation >true</GenerateDebugInformation >
96+ </Link >
97+ </ItemDefinitionGroup >
98+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
99+ <ClCompile >
100+ <PrecompiledHeader >
101+ </PrecompiledHeader >
102+ <WarningLevel >Level3</WarningLevel >
103+ <Optimization >Disabled</Optimization >
104+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
105+ </ClCompile >
106+ <Link >
107+ <SubSystem >Console</SubSystem >
108+ <GenerateDebugInformation >true</GenerateDebugInformation >
109+ </Link >
110+ </ItemDefinitionGroup >
111+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
112+ <ClCompile >
113+ <WarningLevel >Level3</WarningLevel >
114+ <PrecompiledHeader >
115+ </PrecompiledHeader >
116+ <Optimization >MaxSpeed</Optimization >
117+ <FunctionLevelLinking >true</FunctionLevelLinking >
118+ <IntrinsicFunctions >true</IntrinsicFunctions >
119+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
120+ </ClCompile >
121+ <Link >
122+ <SubSystem >Console</SubSystem >
123+ <GenerateDebugInformation >true</GenerateDebugInformation >
124+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
125+ <OptimizeReferences >true</OptimizeReferences >
126+ </Link >
127+ </ItemDefinitionGroup >
128+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
129+ <ClCompile >
130+ <WarningLevel >Level3</WarningLevel >
131+ <PrecompiledHeader >
132+ </PrecompiledHeader >
133+ <Optimization >MaxSpeed</Optimization >
134+ <FunctionLevelLinking >true</FunctionLevelLinking >
135+ <IntrinsicFunctions >true</IntrinsicFunctions >
136+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
137+ </ClCompile >
138+ <Link >
139+ <SubSystem >Console</SubSystem >
140+ <GenerateDebugInformation >true</GenerateDebugInformation >
141+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
142+ <OptimizeReferences >true</OptimizeReferences >
143+ </Link >
144+ </ItemDefinitionGroup >
145+ <ItemGroup >
146+ <ClCompile Include =" ..\Modules\_testembed.c" />
147+ </ItemGroup >
148+ <ItemGroup >
149+ <ProjectReference Include =" pythoncore.vcxproj" >
150+ <Project >{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project >
151+ <Private >true</Private >
152+ <ReferenceOutputAssembly >true</ReferenceOutputAssembly >
153+ <CopyLocalSatelliteAssemblies >false</CopyLocalSatelliteAssemblies >
154+ <LinkLibraryDependencies >true</LinkLibraryDependencies >
155+ <UseLibraryDependencyInputs >false</UseLibraryDependencyInputs >
156+ </ProjectReference >
157+ </ItemGroup >
158+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
159+ <ImportGroup Label =" ExtensionTargets" >
160+ </ImportGroup >
161+ </Project >
0 commit comments