forked from matt-black/dcapy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dcapy.pyproj
72 lines (72 loc) · 3.07 KB
/
dcapy.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?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>{42993238-34c7-454e-b98d-de7ff0f9e0c4}</ProjectGuid>
<ProjectHome />
<StartupFile>
</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>{e4f59e21-3403-4bde-af2b-7ab04cefa83f}</InterpreterId>
<InterpreterVersion>3.4</InterpreterVersion>
<IsWindowsApplication>False</IsWindowsApplication>
<InterpreterArguments>-m unittest discover</InterpreterArguments>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="dcapy\algo.py" />
<Compile Include="dcapy\calc.py" />
<Compile Include="dcapy\validate.py" />
<Compile Include="dcapy\__init__.py" />
<Compile Include="doc\source\conf.py" />
<Compile Include="setup.py" />
<Compile Include="test\test_calc.py" />
<Compile Include="r_analysis.py" />
<Compile Include="test\test_algo.py" />
<Compile Include="test\test_dca_class.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="test\test_validate.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="test\__init__.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="dcapy" />
<Folder Include="doc\" />
<Folder Include="doc\source\" />
<Folder Include="test\" />
<Folder Include="test\resource\" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="{e4f59e21-3403-4bde-af2b-7ab04cefa83f}\3.4" />
</ItemGroup>
<ItemGroup>
<Content Include=".gitignore" />
<Content Include="DESCRIPTION.rst" />
<Content Include="doc\make.bat" />
<Content Include="doc\Makefile" />
<Content Include="doc\source\background.rst" />
<Content Include="doc\source\dcapy.rst" />
<Content Include="doc\source\index.rst" />
<Content Include="doc\source\using.rst" />
<Content Include="README.md" />
<Content Include="requirements.txt" />
<Content Include="test\resource\dca.csv" />
<Content Include="test\resource\dca.r" />
<Content Include="test\resource\stdca.R" />
</ItemGroup>
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>