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+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <SchemaVersion >2.0</SchemaVersion >
6+ <ProjectGuid >69742592-2f5b-4a0b-92a0-d900fc907578</ProjectGuid >
7+ <ProjectHome >.</ProjectHome >
8+ <StartupFile >Module13Functions.py</StartupFile >
9+ <SearchPath >
10+ </SearchPath >
11+ <WorkingDirectory >.</WorkingDirectory >
12+ <OutputPath >.</OutputPath >
13+ <Name >Module13Functions</Name >
14+ <RootNamespace >Module13Functions</RootNamespace >
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
17+ <DebugSymbols >true</DebugSymbols >
18+ <EnableUnmanagedDebugging >false</EnableUnmanagedDebugging >
19+ </PropertyGroup >
20+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
21+ <DebugSymbols >true</DebugSymbols >
22+ <EnableUnmanagedDebugging >false</EnableUnmanagedDebugging >
23+ </PropertyGroup >
24+ <ItemGroup >
25+ <Compile Include =" Module13Functions.py" />
26+ </ItemGroup >
27+ <PropertyGroup >
28+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
29+ <PtvsTargetsFile >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile >
30+ </PropertyGroup >
31+ <Import Condition =" Exists($(PtvsTargetsFile))" Project =" $(PtvsTargetsFile)" />
32+ <Import Condition =" !Exists($(PtvsTargetsFile))" Project =" $(MSBuildToolsPath)\Microsoft.Common.targets" />
33+ <!-- Uncomment the CoreCompile target to enable the Build command in
34+ Visual Studio and specify your pre- and post-build commands in
35+ the BeforeBuild and AfterBuild targets below. -->
36+ <!-- <Target Name="CoreCompile" />-->
37+ <Target Name =" BeforeBuild" >
38+ </Target >
39+ <Target Name =" AfterBuild" >
40+ </Target >
41+ </Project >
0 commit comments