- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPythonCode.pyproj
More file actions
Latest commit
34 lines (34 loc) · 1.51 KB
/
Copy pathPythonCode.pyproj
File metadata and controls
34 lines (34 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<ProjectToolsVersion="4.0"xmlns="http://schemas.microsoft.com/developer/msbuild/2003"DefaultTargets="Build">
<PropertyGroup>
<ConfigurationCondition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{677efb32-e602-4586-9eaa-36a1f4a25b4c}</ProjectGuid>
<ProjectHome />
<StartupFile>world.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId />
<InterpreterVersion />
</PropertyGroup>
<PropertyGroupCondition="'$(Configuration)' == 'Debug'" />
<PropertyGroupCondition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersionCondition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup>
<ItemGroup>
<CompileInclude="src\BaseCommon.py">
<SubType>Code</SubType>
</Compile>
<CompileInclude="world.py" />
</ItemGroup>
<ItemGroup>
<FolderInclude="src\" />
</ItemGroup>
<ImportProject="$(PtvsTargetsFile)"Condition="Exists($(PtvsTargetsFile))" />
<ImportProject="$(MSBuildToolsPath)\Microsoft.Common.targets"Condition="!Exists($(PtvsTargetsFile))" />
</Project>