forked from cadet/CADET-Python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCADET-Python.pyproj
104 lines (104 loc) · 3.54 KB
/
CADET-Python.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?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>{12356d41-d8b4-45c3-8413-01e847dcfac2}</ProjectGuid>
<ProjectHome />
<StartupFile>examples\dll_test.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>CondaEnv|CondaEnv|cadet_devel</InterpreterId>
<IsWindowsApplication>False</IsWindowsApplication>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="cadet\cadet.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="cadet\cadet_dll.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="cadet\LICENSE">
<SubType>Code</SubType>
</Compile>
<Compile Include="cadet\__init__.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="examples\cadet_json.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="examples\cadet_library.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="examples\Cadet_Python.py" />
<Compile Include="examples\Cadet_Python_Scoop.py" />
<Compile Include="examples\common.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="examples\CSTR.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="examples\dll_test.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="examples\fix_h5.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="examples\HICWang.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="examples\library_test.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="examples\MSSMA.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="examples\MSSMA2.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="examples\MSSMA_2comp.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="examples\Pilot_Bypass_noBT_noC.py" />
<Compile Include="examples\ron.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="examples\SMB.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="examples\Test.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="examples\test_lwe.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="setup.py">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="CondaEnv|CondaEnv|cadet_devel" />
<InterpreterReference Include="Global|ContinuumAnalytics|Anaconda37-64" />
</ItemGroup>
<ItemGroup>
<Folder Include="cadet\" />
<Folder Include="examples\" />
</ItemGroup>
<ItemGroup>
<Content Include="README.md">
<SubType>Code</SubType>
</Content>
<Content Include="setup.cfg">
<SubType>Code</SubType>
</Content>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>