6
6
<ProjectGuid >9e81a024-996c-4c59-a9ef-e4e78afbb3bf</ProjectGuid >
7
7
<ProjectHome >.</ProjectHome >
8
8
<StartupFile >Program.py</StartupFile >
9
- <SearchPath >..\Shared\</SearchPath >
9
+ <SearchPath >..\Shared\;..\..\ </SearchPath >
10
10
<WorkingDirectory >.</WorkingDirectory >
11
11
<OutputPath >.</OutputPath >
12
12
<Name >DatabaseManagement</Name >
13
13
<RootNamespace >DatabaseManagement</RootNamespace >
14
- <InterpreterId >{9a7a9026-48c1-4688-9d5d-e5699d47d074}</InterpreterId >
15
- <InterpreterVersion >2.7</InterpreterVersion >
14
+ <InterpreterId >Global|PythonCore|3.6</InterpreterId >
16
15
</PropertyGroup >
17
16
<PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
18
17
<DebugSymbols >true</DebugSymbols >
23
22
<EnableUnmanagedDebugging >false</EnableUnmanagedDebugging >
24
23
</PropertyGroup >
25
24
<ItemGroup >
26
- <InterpreterReference Include =" {9a7a9026-48c1-4688-9d5d-e5699d47d074}\2.7 " />
25
+ <InterpreterReference Include =" Global|PythonCore|3.6 " />
27
26
</ItemGroup >
28
27
<ItemGroup >
29
28
<Compile Include =" ..\Shared\config.py" >
35
34
</ItemGroup >
36
35
<PropertyGroup >
37
36
<VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
38
- <PtvsTargetsFile >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile >
39
37
</PropertyGroup >
40
- <Import Condition =" Exists($(PtvsTargetsFile))" Project =" $(PtvsTargetsFile)" />
41
- <Import Condition =" !Exists($(PtvsTargetsFile))" Project =" $(MSBuildToolsPath)\Microsoft.Common.targets" />
42
38
<!-- Uncomment the CoreCompile target to enable the Build command in
43
39
Visual Studio and specify your pre- and post-build commands in
44
40
the BeforeBuild and AfterBuild targets below. -->
47
43
</Target >
48
44
<Target Name =" AfterBuild" >
49
45
</Target >
46
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
50
47
</Project >
0 commit comments