|
|
@ -3,13 +3,14 @@ |
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
<SchemaVersion>2.0</SchemaVersion> |
|
|
|
<ProjectGuid>7bbaccfa-5595-4614-93c7-7e130a65b9aa</ProjectGuid> |
|
|
|
<ProjectHome>.</ProjectHome> |
|
|
|
<StartupFile>Project.py</StartupFile> |
|
|
|
<ProjectHome> |
|
|
|
</ProjectHome> |
|
|
|
<StartupFile>Visualization.py</StartupFile> |
|
|
|
<SearchPath> |
|
|
|
</SearchPath> |
|
|
|
<WorkingDirectory>.</WorkingDirectory> |
|
|
|
<OutputPath>.</OutputPath> |
|
|
|
<Name>Project</Name> |
|
|
|
<Name>Visualization</Name> |
|
|
|
<RootNamespace>Project</RootNamespace> |
|
|
|
<InterpreterId>CondaEnv|CondaEnv|env</InterpreterId> |
|
|
|
</PropertyGroup> |
|
|
@ -22,7 +23,7 @@ |
|
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="Project.py" /> |
|
|
|
<Compile Include="Visualization.py" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<InterpreterReference Include="CondaEnv|CondaEnv|env" /> |