This repository was archived by the owner on Apr 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDot_Vex_File_Git_Fix_Python3.pyproj
More file actions
50 lines (50 loc) · 2.34 KB
/
Dot_Vex_File_Git_Fix_Python3.pyproj
File metadata and controls
50 lines (50 loc) · 2.34 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?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>{923302ff-b89a-45a2-9936-5b82a719c214}</ProjectGuid>
<ProjectHome />
<StartupFile>Converter_UI.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>Global|PythonCore|3.7</InterpreterId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="dist\Converter_UI\tk\images\logo100.gif" />
<Content Include="dist\Converter_UI\tk\images\logo64.gif" />
<Content Include="dist\Converter_UI\tk\images\logoLarge.gif" />
<Content Include="dist\Converter_UI\tk\images\logoMed.gif" />
<Content Include="dist\Converter_UI\tk\images\pwrdLogo100.gif" />
<Content Include="dist\Converter_UI\tk\images\pwrdLogo150.gif" />
<Content Include="dist\Converter_UI\tk\images\pwrdLogo175.gif" />
<Content Include="dist\Converter_UI\tk\images\pwrdLogo200.gif" />
<Content Include="dist\Converter_UI\tk\images\pwrdLogo75.gif" />
<Content Include="dist\Converter_UI\tk\images\tai-ku.gif" />
<Content Include="screenshots\screenshot.png" />
<Content Include="vex_convert.ini" />
</ItemGroup>
<ItemGroup>
<Compile Include="Converter_UI.py" />
<Compile Include="vex_convert.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="dist\" />
<Folder Include="dist\Converter_UI\" />
<Folder Include="dist\Converter_UI\tk\" />
<Folder Include="dist\Converter_UI\tk\images" />
<Folder Include="screenshots" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|3.7" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>