-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpython-examples.pyproj
More file actions
54 lines (54 loc) · 2.44 KB
/
python-examples.pyproj
File metadata and controls
54 lines (54 loc) · 2.44 KB
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
<?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>{48d0fed8-22ec-48bf-b523-072db16ffafb}</ProjectGuid>
<ProjectHome />
<StartupFile>tsp_callback.py</StartupFile>
<SearchPath>..\..\..\solvers-private\build\vs64\bin</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>MSBuild|env|$(MSBuildProjectFullPath)</InterpreterId>
<Name>python-examples</Name>
<TestFramework>unittest</TestFramework>
<IsWindowsApplication>False</IsWindowsApplication>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="queens.mod" />
<Content Include="requirements.txt" />
</ItemGroup>
<ItemGroup>
<Compile Include="callbacks_first.py" />
<Compile Include="benders.py" />
<Compile Include="load_model.py" />
<Compile Include="multiple_models.py" />
<Compile Include="options.py" />
<Compile Include="test.py" />
<Compile Include="callbacks_stopping.py" />
<Compile Include="column_generation.py" />
<Compile Include="tsp_callback.py" />
<Compile Include="tsp_helpers.py" />
<Compile Include="tsp_simple_cuts.py" />
</ItemGroup>
<ItemGroup>
<Interpreter Include="env\">
<Id>env</Id>
<Version>3.11</Version>
<Description>env (Python 3.11 (64-bit))</Description>
<InterpreterPath>Scripts\python.exe</InterpreterPath>
<WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
<Architecture>X64</Architecture>
</Interpreter>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>