-
Notifications
You must be signed in to change notification settings - Fork 0
/
datamanager.pyproj
59 lines (59 loc) · 2.46 KB
/
datamanager.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
<?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>{a539792c-b7ea-4c1b-9bde-807c79e185a1}</ProjectGuid>
<ProjectHome />
<StartupFile>
</StartupFile>
<SearchPath>test\</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId />
<InterpreterVersion />
</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="datamanager\adjust.py" />
<Compile Include="datamanager\envs.py" />
<Compile Include="datamanager\load.py" />
<Compile Include="datamanager\process\extract.py" />
<Compile Include="datamanager\process\preprocessing.py" />
<Compile Include="datamanager\referencedata.py" />
<Compile Include="datamanager\transforms.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="datamanager\utils.py" />
<Compile Include="datamanager\__init__.py" />
<Compile Include="dodo.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="test\calculation_test.py" />
<Compile Include="test\conversion_tests.py" />
<Compile Include="test\mock_data.py">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="datamanager" />
<Folder Include="datamanager\process" />
<Folder Include="test\" />
</ItemGroup>
<ItemGroup>
<Content Include=".travis.yml" />
<Content Include="initialise.sh" />
<Content Include="LICENSE" />
<Content Include="Readme.md" />
<Content Include="requirements.txt" />
</ItemGroup>
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>