forked from Artfunkel/BlenderSourceTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
io_scene_valvesource.pyproj
55 lines (55 loc) · 2.24 KB
/
io_scene_valvesource.pyproj
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
51
52
53
54
55
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{5e446a8f-55cc-4931-9e47-9a392d07b69a}</ProjectGuid>
<ProjectHome>io_scene_valvesource\</ProjectHome>
<StartupFile>
</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<InterpreterId>Global|PythonCore|3.6</InterpreterId>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<IsWindowsApplication>False</IsWindowsApplication>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<CommandLineArguments>
</CommandLineArguments>
<InterpreterPath>
</InterpreterPath>
<InterpreterArguments>
</InterpreterArguments>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup />
<ItemGroup>
<Compile Include="datamodel.py" />
<Compile Include="export_smd.py" />
<Compile Include="flex.py" />
<Compile Include="GUI.py" />
<Compile Include="import_smd.py" />
<Compile Include="ordered_set.py" />
<Compile Include="translations.py" />
<Compile Include="utils.py" />
<Compile Include="__init__.py" />
<Compile Include="..\interactive_startup.py">
<Link>external\interactive_startup.py</Link>
</Compile>
<Compile Include="..\tests.py">
<Link>external\tests.py</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="external\" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|3.5-32" />
<InterpreterReference Include="Global|PythonCore|3.6" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>