-
Notifications
You must be signed in to change notification settings - Fork 13
/
pyTempNets.pyproj
56 lines (56 loc) · 2.29 KB
/
pyTempNets.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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{896991fc-0289-4bae-b680-88e19508c91f}</ProjectGuid>
<ProjectHome />
<StartupFile>setup.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<InterpreterId>
</InterpreterId>
<InterpreterVersion>
</InterpreterVersion>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="pyTempNet\Log.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="pyTempNet\Paths.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="pyTempNet\TimeSlices.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="pyTempNet\Utilities.py" />
<Compile Include="pyTempNet\Visualizer.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="setup.py" />
<Compile Include="pyTempNet\Measures.py" />
<Compile Include="pyTempNet\Processes.py" />
<Compile Include="pyTempNet\TemporalNetwork.py" />
<Compile Include="pyTempNet\test.py" />
<Compile Include="pyTempNet\__init__.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="pyTempNet" />
</ItemGroup>
<ItemGroup>
<Content Include=".gitignore" />
<Content Include="DESCRIPTION.rst" />
<Content Include="README.md" />
<Content Include="README.rst" />
</ItemGroup>
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>