forked from Artfunkel/BlenderSourceTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio_scene_valvesource.pyproj
53 lines (53 loc) · 2.4 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
<?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>.</ProjectHome>
<StartupFile>external\interactive_startup.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>Blender Source Tools</Name>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<InterpreterId>Global|PythonCore|3.11</InterpreterId>
<TestFramework>unittest</TestFramework>
<UnitTestPattern>test*.py</UnitTestPattern>
<UnitTestRootDirectory>.\Tests</UnitTestRootDirectory>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup />
<ItemGroup>
<Compile Include="io_scene_valvesource\datamodel.py" />
<Compile Include="io_scene_valvesource\export_smd.py" />
<Compile Include="io_scene_valvesource\flex.py" />
<Compile Include="io_scene_valvesource\GUI.py" />
<Compile Include="io_scene_valvesource\import_smd.py" />
<Compile Include="io_scene_valvesource\ordered_set.py" />
<Compile Include="io_scene_valvesource\translations.py" />
<Compile Include="io_scene_valvesource\update.py" />
<Compile Include="io_scene_valvesource\utils.py" />
<Compile Include="io_scene_valvesource\__init__.py" />
<Compile Include="interactive_startup.py" />
<Compile Include="Tests\test_addon.py" />
<Compile Include="Tests\test_datamodel.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="io_scene_valvesource\" />
<Folder Include="Tests\" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|3.11" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>