-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSavanna-Python-Sample.pyproj
More file actions
36 lines (36 loc) · 1.55 KB
/
Savanna-Python-Sample.pyproj
File metadata and controls
36 lines (36 loc) · 1.55 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
35
36
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{163bf13d-a289-4525-b14b-c6dff0e82dda}</ProjectGuid>
<ProjectHome />
<StartupFile>application.py</StartupFile>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId />
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<SearchPath>savanna</SearchPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="application.py" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="savanna\Savanna-Python-SDK.pyproj">
<Name>Savanna-Python-SDK</Name>
<Project>{157e18e2-41ff-4ca6-88cf-e1b6cdafc670}</Project>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="README.md" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>