Skip to content

Commit 463aa77

Browse files
Adam Modlinmoderakh
Adam Modlin
authored andcommitted
Fix the path that VS populated in the pyproj
1 parent 1403242 commit 463aa77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/CollectionManagement/CollectionManagement.pyproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProjectGuid>d65bad79-205d-4b95-bc98-294974eab39c</ProjectGuid>
77
<ProjectHome>.</ProjectHome>
88
<StartupFile>Program.py</StartupFile>
9-
<SearchPath>..\Shared\;..\..\..\azure-documentdb-python</SearchPath>
9+
<SearchPath>..\Shared\;..\..\</SearchPath>
1010
<WorkingDirectory>.</WorkingDirectory>
1111
<OutputPath>.</OutputPath>
1212
<Name>CollectionManagement</Name>

samples/DatabaseManagement/DatabaseManagement.pyproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProjectGuid>9e81a024-996c-4c59-a9ef-e4e78afbb3bf</ProjectGuid>
77
<ProjectHome>.</ProjectHome>
88
<StartupFile>Program.py</StartupFile>
9-
<SearchPath>..\Shared\;..\..\..\azure-documentdb-python</SearchPath>
9+
<SearchPath>..\Shared\;..\..\</SearchPath>
1010
<WorkingDirectory>.</WorkingDirectory>
1111
<OutputPath>.</OutputPath>
1212
<Name>DatabaseManagement</Name>

0 commit comments

Comments
 (0)