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 >{19C0C13F-47CA-4432-AFF3-799A296A4DDC}</ProjectGuid >
23+ <Keyword >Win32Proj</Keyword >
24+ <RootNamespace >_freeze_importlib</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 >true</LinkIncremental >
75+ </PropertyGroup >
76+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
77+ <LinkIncremental >true</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+ <PostBuildEvent >
98+ <Command >$(TargetPath) ..\Lib\importlib\_bootstrap.py ..\Python\importlib.h</Command >
99+ </PostBuildEvent >
100+ <PostBuildEvent >
101+ <Message >creating importlib.h</Message >
102+ </PostBuildEvent >
103+ </ItemDefinitionGroup >
104+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
105+ <ClCompile >
106+ <PrecompiledHeader >
107+ </PrecompiledHeader >
108+ <WarningLevel >Level3</WarningLevel >
109+ <Optimization >Disabled</Optimization >
110+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
111+ </ClCompile >
112+ <Link >
113+ <SubSystem >Console</SubSystem >
114+ <GenerateDebugInformation >true</GenerateDebugInformation >
115+ </Link >
116+ <PostBuildEvent >
117+ <Command >$(TargetPath) ..\Lib\importlib\_bootstrap.py ..\Python\importlib.h</Command >
118+ </PostBuildEvent >
119+ <PostBuildEvent >
120+ <Message >creating importlib.h</Message >
121+ </PostBuildEvent >
122+ </ItemDefinitionGroup >
123+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
124+ <ClCompile >
125+ <WarningLevel >Level3</WarningLevel >
126+ <PrecompiledHeader >
127+ </PrecompiledHeader >
128+ <Optimization >MaxSpeed</Optimization >
129+ <FunctionLevelLinking >true</FunctionLevelLinking >
130+ <IntrinsicFunctions >true</IntrinsicFunctions >
131+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
132+ </ClCompile >
133+ <Link >
134+ <SubSystem >Console</SubSystem >
135+ <GenerateDebugInformation >true</GenerateDebugInformation >
136+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
137+ <OptimizeReferences >true</OptimizeReferences >
138+ </Link >
139+ <PostBuildEvent >
140+ <Command >$(TargetPath) ..\Lib\importlib\_bootstrap.py ..\Python\importlib.h</Command >
141+ </PostBuildEvent >
142+ <PostBuildEvent >
143+ <Message >creating importlib.h</Message >
144+ </PostBuildEvent >
145+ </ItemDefinitionGroup >
146+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
147+ <ClCompile >
148+ <WarningLevel >Level3</WarningLevel >
149+ <PrecompiledHeader >
150+ </PrecompiledHeader >
151+ <Optimization >MaxSpeed</Optimization >
152+ <FunctionLevelLinking >true</FunctionLevelLinking >
153+ <IntrinsicFunctions >true</IntrinsicFunctions >
154+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
155+ </ClCompile >
156+ <Link >
157+ <SubSystem >Console</SubSystem >
158+ <GenerateDebugInformation >true</GenerateDebugInformation >
159+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
160+ <OptimizeReferences >true</OptimizeReferences >
161+ </Link >
162+ <PostBuildEvent >
163+ <Command >$(TargetPath) ..\Lib\importlib\_bootstrap.py ..\Python\importlib.h</Command >
164+ </PostBuildEvent >
165+ <PostBuildEvent >
166+ <Message >creating importlib.h</Message >
167+ </PostBuildEvent >
168+ </ItemDefinitionGroup >
169+ <ItemGroup >
170+ <ClCompile Include =" ..\Modules\_freeze_importlib.c" />
171+ </ItemGroup >
172+ <ItemGroup >
173+ <ProjectReference Include =" pythoncore.vcxproj" >
174+ <Project >{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project >
175+ <Private >true</Private >
176+ <ReferenceOutputAssembly >true</ReferenceOutputAssembly >
177+ <CopyLocalSatelliteAssemblies >false</CopyLocalSatelliteAssemblies >
178+ <LinkLibraryDependencies >true</LinkLibraryDependencies >
179+ <UseLibraryDependencyInputs >false</UseLibraryDependencyInputs >
180+ </ProjectReference >
181+ </ItemGroup >
182+ <ItemGroup >
183+ <None Include =" ..\Lib\importlib\_bootstrap.py" />
184+ </ItemGroup >
185+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
186+ <ImportGroup Label =" ExtensionTargets" >
187+ </ImportGroup >
188+ </Project >
0 commit comments