Skip to content

Commit 6dbf73b

Browse files
rstamcraiggwilson
authored andcommitted
Removed extra level of directories.
1 parent f9f6fc0 commit 6dbf73b

File tree

246 files changed

+31
-31
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

246 files changed

+31
-31
lines changed

src/CSharpDriver.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB.Driver", "MongoDB.D
1111
EndProject
1212
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB.Driver.Tests", "MongoDB.Driver.Tests\MongoDB.Driver.Tests.csproj", "{FBBF0D71-107F-49C4-8858-B3A4DC24AA33}"
1313
EndProject
14-
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MongoDB.Driver.VB.Tests", "MongoDB.Driver.VB.Tests\MongoDB.Driver.VB.Tests.vbproj", "{19ED9AD5-A2CA-4F1B-9BE4-96450382F404}"
14+
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MongoDB.Driver.VB.Tests", "MongoDB.Driver.Legacy.VB.Tests\MongoDB.Driver.Legacy.VB.Tests.vbproj", "{19ED9AD5-A2CA-4F1B-9BE4-96450382F404}"
1515
EndProject
1616
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB.Driver.Core", "MongoDB.Driver.Core\MongoDB.Driver.Core.csproj", "{DA56482A-5D8F-41E0-85E6-1F22B310F91B}"
1717
EndProject
@@ -29,13 +29,13 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB.Driver.Core.TestHel
2929
EndProject
3030
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB.Driver.TestConsoleApplication", "MongoDB.Driver.TestConsoleApplication\MongoDB.Driver.TestConsoleApplication.csproj", "{858FA1E8-831B-4B4B-A29F-B1F4332DF6A7}"
3131
EndProject
32-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB.Driver.Legacy", "MongoDB.Driver.Legacy\MongoDB.Driver.Legacy\MongoDB.Driver.Legacy.csproj", "{97962946-AA1E-4308-B7A7-6AD92BDBC358}"
32+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB.Driver.Legacy", "MongoDB.Driver.Legacy\MongoDB.Driver.Legacy.csproj", "{97962946-AA1E-4308-B7A7-6AD92BDBC358}"
3333
EndProject
34-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB.Driver.Legacy.Tests", "MongoDB.Driver.Legacy.Tests\MongoDB.Driver.Legacy.Tests\MongoDB.Driver.Legacy.Tests.csproj", "{4F42BA31-AAA3-4BD4-A4F2-7F7A53940D69}"
34+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB.Driver.Legacy.Tests", "MongoDB.Driver.Legacy.Tests\MongoDB.Driver.Legacy.Tests.csproj", "{4F42BA31-AAA3-4BD4-A4F2-7F7A53940D69}"
3535
EndProject
36-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB.Driver.TestHelpers", "MongoDB.Driver.TestHelpers\MongoDB.Driver.TestHelpers\MongoDB.Driver.TestHelpers.csproj", "{89B92FFF-4126-4D9A-93C8-2BD7E0CD82FF}"
36+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB.Driver.TestHelpers", "MongoDB.Driver.TestHelpers\MongoDB.Driver.TestHelpers.csproj", "{89B92FFF-4126-4D9A-93C8-2BD7E0CD82FF}"
3737
EndProject
38-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB.Driver.Legacy.TestHelpers", "MongoDB.Driver.Legacy.TestHelpers\MongoDB.Driver.Legacy.TestHelpers\MongoDB.Driver.Legacy.TestHelpers.csproj", "{02AB2E44-785A-4D39-99C0-29F93A02EF84}"
38+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB.Driver.Legacy.TestHelpers", "MongoDB.Driver.Legacy.TestHelpers\MongoDB.Driver.Legacy.TestHelpers.csproj", "{02AB2E44-785A-4D39-99C0-29F93A02EF84}"
3939
EndProject
4040
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Legacy", "Legacy", "{C0AC2FCF-37FB-4A64-ACC6-8490DC15091D}"
4141
EndProject
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,27 +44,27 @@
4444
<Compile Include="Properties\AssemblyInfo.cs" />
4545
</ItemGroup>
4646
<ItemGroup>
47-
<ProjectReference Include="..\..\MongoDB.Bson\MongoDB.Bson.csproj">
47+
<ProjectReference Include="..\MongoDB.Bson\MongoDB.Bson.csproj">
4848
<Project>{0e9a3a2a-49cd-4f6c-847c-dc79b4b65ce6}</Project>
4949
<Name>MongoDB.Bson</Name>
5050
</ProjectReference>
51-
<ProjectReference Include="..\..\MongoDB.Driver.Core.TestHelpers\MongoDB.Driver.Core.TestHelpers.csproj">
51+
<ProjectReference Include="..\MongoDB.Driver.Core.TestHelpers\MongoDB.Driver.Core.TestHelpers.csproj">
5252
<Project>{26c8e1f2-d859-4ed0-a1a7-de0b32f81084}</Project>
5353
<Name>MongoDB.Driver.Core.TestHelpers</Name>
5454
</ProjectReference>
55-
<ProjectReference Include="..\..\MongoDB.Driver.Core\MongoDB.Driver.Core.csproj">
55+
<ProjectReference Include="..\MongoDB.Driver.Core\MongoDB.Driver.Core.csproj">
5656
<Project>{da56482a-5d8f-41e0-85e6-1f22b310f91b}</Project>
5757
<Name>MongoDB.Driver.Core</Name>
5858
</ProjectReference>
59-
<ProjectReference Include="..\..\MongoDB.Driver.Legacy\MongoDB.Driver.Legacy\MongoDB.Driver.Legacy.csproj">
59+
<ProjectReference Include="..\MongoDB.Driver.Legacy\MongoDB.Driver.Legacy.csproj">
6060
<Project>{97962946-aa1e-4308-b7a7-6ad92bdbc358}</Project>
6161
<Name>MongoDB.Driver.Legacy</Name>
6262
</ProjectReference>
63-
<ProjectReference Include="..\..\MongoDB.Driver.TestHelpers\MongoDB.Driver.TestHelpers\MongoDB.Driver.TestHelpers.csproj">
63+
<ProjectReference Include="..\MongoDB.Driver.TestHelpers\MongoDB.Driver.TestHelpers.csproj">
6464
<Project>{89b92fff-4126-4d9a-93c8-2bd7e0cd82ff}</Project>
6565
<Name>MongoDB.Driver.TestHelpers</Name>
6666
</ProjectReference>
67-
<ProjectReference Include="..\..\MongoDB.Driver\MongoDB.Driver.csproj">
67+
<ProjectReference Include="..\MongoDB.Driver\MongoDB.Driver.csproj">
6868
<Project>{ae5166cd-76b0-4911-bd80-ced9521f37a1}</Project>
6969
<Name>MongoDB.Driver</Name>
7070
</ProjectReference>
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -151,35 +151,35 @@
151151
<Compile Include="SystemProfileInfoTests.cs" />
152152
</ItemGroup>
153153
<ItemGroup>
154-
<ProjectReference Include="..\..\MongoDB.Bson.TestHelpers\MongoDB.Bson.TestHelpers.csproj">
154+
<ProjectReference Include="..\MongoDB.Bson.TestHelpers\MongoDB.Bson.TestHelpers.csproj">
155155
<Project>{6ac4638e-ec69-46aa-b6aa-c5cf227d14ae}</Project>
156156
<Name>MongoDB.Bson.TestHelpers</Name>
157157
</ProjectReference>
158-
<ProjectReference Include="..\..\MongoDB.Bson\MongoDB.Bson.csproj">
158+
<ProjectReference Include="..\MongoDB.Bson\MongoDB.Bson.csproj">
159159
<Project>{0e9a3a2a-49cd-4f6c-847c-dc79b4b65ce6}</Project>
160160
<Name>MongoDB.Bson</Name>
161161
</ProjectReference>
162-
<ProjectReference Include="..\..\MongoDB.Driver.Core.TestHelpers\MongoDB.Driver.Core.TestHelpers.csproj">
162+
<ProjectReference Include="..\MongoDB.Driver.Core.TestHelpers\MongoDB.Driver.Core.TestHelpers.csproj">
163163
<Project>{26c8e1f2-d859-4ed0-a1a7-de0b32f81084}</Project>
164164
<Name>MongoDB.Driver.Core.TestHelpers</Name>
165165
</ProjectReference>
166-
<ProjectReference Include="..\..\MongoDB.Driver.Core\MongoDB.Driver.Core.csproj">
166+
<ProjectReference Include="..\MongoDB.Driver.Core\MongoDB.Driver.Core.csproj">
167167
<Project>{da56482a-5d8f-41e0-85e6-1f22b310f91b}</Project>
168168
<Name>MongoDB.Driver.Core</Name>
169169
</ProjectReference>
170-
<ProjectReference Include="..\..\MongoDB.Driver.Legacy.TestHelpers\MongoDB.Driver.Legacy.TestHelpers\MongoDB.Driver.Legacy.TestHelpers.csproj">
170+
<ProjectReference Include="..\MongoDB.Driver.Legacy.TestHelpers\MongoDB.Driver.Legacy.TestHelpers.csproj">
171171
<Project>{02ab2e44-785a-4d39-99c0-29f93a02ef84}</Project>
172172
<Name>MongoDB.Driver.Legacy.TestHelpers</Name>
173173
</ProjectReference>
174-
<ProjectReference Include="..\..\MongoDB.Driver.Legacy\MongoDB.Driver.Legacy\MongoDB.Driver.Legacy.csproj">
174+
<ProjectReference Include="..\MongoDB.Driver.Legacy\MongoDB.Driver.Legacy.csproj">
175175
<Project>{97962946-aa1e-4308-b7a7-6ad92bdbc358}</Project>
176176
<Name>MongoDB.Driver.Legacy</Name>
177177
</ProjectReference>
178-
<ProjectReference Include="..\..\MongoDB.Driver.TestHelpers\MongoDB.Driver.TestHelpers\MongoDB.Driver.TestHelpers.csproj">
178+
<ProjectReference Include="..\MongoDB.Driver.TestHelpers\MongoDB.Driver.TestHelpers.csproj">
179179
<Project>{89b92fff-4126-4d9a-93c8-2bd7e0cd82ff}</Project>
180180
<Name>MongoDB.Driver.TestHelpers</Name>
181181
</ProjectReference>
182-
<ProjectReference Include="..\..\MongoDB.Driver\MongoDB.Driver.csproj">
182+
<ProjectReference Include="..\MongoDB.Driver\MongoDB.Driver.csproj">
183183
<Project>{ae5166cd-76b0-4911-bd80-ced9521f37a1}</Project>
184184
<Name>MongoDB.Driver</Name>
185185
</ProjectReference>

src/MongoDB.Driver.VB.Tests/MongoDB.Driver.VB.Tests.vbproj renamed to src/MongoDB.Driver.Legacy.VB.Tests/MongoDB.Driver.Legacy.VB.Tests.vbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@
122122
<Project>{da56482a-5d8f-41e0-85e6-1f22b310f91b}</Project>
123123
<Name>MongoDB.Driver.Core</Name>
124124
</ProjectReference>
125-
<ProjectReference Include="..\MongoDB.Driver.Legacy.TestHelpers\MongoDB.Driver.Legacy.TestHelpers\MongoDB.Driver.Legacy.TestHelpers.csproj">
125+
<ProjectReference Include="..\MongoDB.Driver.Legacy.TestHelpers\MongoDB.Driver.Legacy.TestHelpers.csproj">
126126
<Project>{02ab2e44-785a-4d39-99c0-29f93a02ef84}</Project>
127127
<Name>MongoDB.Driver.Legacy.TestHelpers</Name>
128128
</ProjectReference>
129-
<ProjectReference Include="..\MongoDB.Driver.Legacy\MongoDB.Driver.Legacy\MongoDB.Driver.Legacy.csproj">
129+
<ProjectReference Include="..\MongoDB.Driver.Legacy\MongoDB.Driver.Legacy.csproj">
130130
<Project>{97962946-aa1e-4308-b7a7-6ad92bdbc358}</Project>
131131
<Name>MongoDB.Driver.Legacy</Name>
132132
</ProjectReference>

src/MongoDB.Driver.Legacy/MongoDB.Driver.Legacy/MongoDB.Driver.Legacy.csproj renamed to src/MongoDB.Driver.Legacy/MongoDB.Driver.Legacy.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,15 +158,15 @@
158158
<Compile Include="XYPoint.cs" />
159159
</ItemGroup>
160160
<ItemGroup>
161-
<ProjectReference Include="..\..\MongoDB.Bson\MongoDB.Bson.csproj">
161+
<ProjectReference Include="..\MongoDB.Bson\MongoDB.Bson.csproj">
162162
<Project>{0e9a3a2a-49cd-4f6c-847c-dc79b4b65ce6}</Project>
163163
<Name>MongoDB.Bson</Name>
164164
</ProjectReference>
165-
<ProjectReference Include="..\..\MongoDB.Driver.Core\MongoDB.Driver.Core.csproj">
165+
<ProjectReference Include="..\MongoDB.Driver.Core\MongoDB.Driver.Core.csproj">
166166
<Project>{da56482a-5d8f-41e0-85e6-1f22b310f91b}</Project>
167167
<Name>MongoDB.Driver.Core</Name>
168168
</ProjectReference>
169-
<ProjectReference Include="..\..\MongoDB.Driver\MongoDB.Driver.csproj">
169+
<ProjectReference Include="..\MongoDB.Driver\MongoDB.Driver.csproj">
170170
<Project>{ae5166cd-76b0-4911-bd80-ced9521f37a1}</Project>
171171
<Name>MongoDB.Driver</Name>
172172
</ProjectReference>

src/MongoDB.Driver.TestConsoleApplication/MongoDB.Driver.TestConsoleApplication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<Project>{da56482a-5d8f-41e0-85e6-1f22b310f91b}</Project>
6262
<Name>MongoDB.Driver.Core</Name>
6363
</ProjectReference>
64-
<ProjectReference Include="..\MongoDB.Driver.Legacy\MongoDB.Driver.Legacy\MongoDB.Driver.Legacy.csproj">
64+
<ProjectReference Include="..\MongoDB.Driver.Legacy\MongoDB.Driver.Legacy.csproj">
6565
<Project>{97962946-aa1e-4308-b7a7-6ad92bdbc358}</Project>
6666
<Name>MongoDB.Driver.Legacy</Name>
6767
</ProjectReference>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,23 @@
4343
<Compile Include="Properties\AssemblyInfo.cs" />
4444
</ItemGroup>
4545
<ItemGroup>
46-
<ProjectReference Include="..\..\MongoDB.Bson.TestHelpers\MongoDB.Bson.TestHelpers.csproj">
46+
<ProjectReference Include="..\MongoDB.Bson.TestHelpers\MongoDB.Bson.TestHelpers.csproj">
4747
<Project>{6ac4638e-ec69-46aa-b6aa-c5cf227d14ae}</Project>
4848
<Name>MongoDB.Bson.TestHelpers</Name>
4949
</ProjectReference>
50-
<ProjectReference Include="..\..\MongoDB.Bson\MongoDB.Bson.csproj">
50+
<ProjectReference Include="..\MongoDB.Bson\MongoDB.Bson.csproj">
5151
<Project>{0e9a3a2a-49cd-4f6c-847c-dc79b4b65ce6}</Project>
5252
<Name>MongoDB.Bson</Name>
5353
</ProjectReference>
54-
<ProjectReference Include="..\..\MongoDB.Driver.Core.TestHelpers\MongoDB.Driver.Core.TestHelpers.csproj">
54+
<ProjectReference Include="..\MongoDB.Driver.Core.TestHelpers\MongoDB.Driver.Core.TestHelpers.csproj">
5555
<Project>{26c8e1f2-d859-4ed0-a1a7-de0b32f81084}</Project>
5656
<Name>MongoDB.Driver.Core.TestHelpers</Name>
5757
</ProjectReference>
58-
<ProjectReference Include="..\..\MongoDB.Driver.Core\MongoDB.Driver.Core.csproj">
58+
<ProjectReference Include="..\MongoDB.Driver.Core\MongoDB.Driver.Core.csproj">
5959
<Project>{da56482a-5d8f-41e0-85e6-1f22b310f91b}</Project>
6060
<Name>MongoDB.Driver.Core</Name>
6161
</ProjectReference>
62-
<ProjectReference Include="..\..\MongoDB.Driver\MongoDB.Driver.csproj">
62+
<ProjectReference Include="..\MongoDB.Driver\MongoDB.Driver.csproj">
6363
<Project>{ae5166cd-76b0-4911-bd80-ced9521f37a1}</Project>
6464
<Name>MongoDB.Driver</Name>
6565
</ProjectReference>

src/MongoDB.Driver.Tests/MongoDB.Driver.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
<Project>{da56482a-5d8f-41e0-85e6-1f22b310f91b}</Project>
179179
<Name>MongoDB.Driver.Core</Name>
180180
</ProjectReference>
181-
<ProjectReference Include="..\MongoDB.Driver.TestHelpers\MongoDB.Driver.TestHelpers\MongoDB.Driver.TestHelpers.csproj">
181+
<ProjectReference Include="..\MongoDB.Driver.TestHelpers\MongoDB.Driver.TestHelpers.csproj">
182182
<Project>{89b92fff-4126-4d9a-93c8-2bd7e0cd82ff}</Project>
183183
<Name>MongoDB.Driver.TestHelpers</Name>
184184
</ProjectReference>

0 commit comments

Comments
 (0)