Skip to content

Commit 2960289

Browse files
committed
added mono solution.
1 parent 8ac35a5 commit 2960289

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

CSharpDriver-Mono.sln

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bson", "Bson\Bson.csproj", "{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}"
5+
EndProject
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BsonUnitTests", "BsonUnitTests\BsonUnitTests.csproj", "{10A5FAC2-E26F-4726-B888-26D5B849F805}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Driver", "Driver\Driver.csproj", "{AE5166CD-76B0-4911-BD80-CED9521F37A1}"
9+
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DriverUnitTests", "DriverUnitTests\DriverUnitTests.csproj", "{FBBF0D71-107F-49C4-8858-B3A4DC24AA33}"
11+
EndProject
12+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{00502D63-7789-410D-B6BE-5F16327FF810}"
13+
ProjectSection(SolutionItems) = preProject
14+
CodeAnalysisRuleSet.ruleset = CodeAnalysisRuleSet.ruleset
15+
CustomDictionary.xml = CustomDictionary.xml
16+
GlobalAssemblyInfo.cs = GlobalAssemblyInfo.cs
17+
README.md = README.md
18+
uuidhelpers.js = uuidhelpers.js
19+
EndProjectSection
20+
EndProject
21+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Release Notes", "Release Notes", "{AA4F6FD3-8844-4DF1-9944-0364C934B3F7}"
22+
ProjectSection(SolutionItems) = preProject
23+
Release Notes\Change Log v1.4-Bson.txt = Release Notes\Change Log v1.4-Bson.txt
24+
Release Notes\Change Log v1.4-Driver.txt = Release Notes\Change Log v1.4-Driver.txt
25+
Release Notes\Change Log v1.4.1-Bson.txt = Release Notes\Change Log v1.4.1-Bson.txt
26+
Release Notes\Change Log v1.4.1-Driver.txt = Release Notes\Change Log v1.4.1-Driver.txt
27+
Release Notes\Change Log v1.4.2-Bson.txt = Release Notes\Change Log v1.4.2-Bson.txt
28+
Release Notes\Change Log v1.4.2-Driver.txt = Release Notes\Change Log v1.4.2-Driver.txt
29+
Release Notes\Release Notes v0.11.txt = Release Notes\Release Notes v0.11.txt
30+
Release Notes\Release Notes v0.7.txt = Release Notes\Release Notes v0.7.txt
31+
Release Notes\Release Notes v0.9.txt = Release Notes\Release Notes v0.9.txt
32+
Release Notes\Release Notes v1.0.txt = Release Notes\Release Notes v1.0.txt
33+
Release Notes\Release Notes v1.1.txt = Release Notes\Release Notes v1.1.txt
34+
Release Notes\Release Notes v1.2.txt = Release Notes\Release Notes v1.2.txt
35+
Release Notes\Release Notes v1.3.1.txt = Release Notes\Release Notes v1.3.1.txt
36+
Release Notes\Release Notes v1.3.txt = Release Notes\Release Notes v1.3.txt
37+
Release Notes\Release Notes v1.4.1.md = Release Notes\Release Notes v1.4.1.md
38+
Release Notes\Release Notes v1.4.2.md = Release Notes\Release Notes v1.4.2.md
39+
Release Notes\Release Notes v1.4.md = Release Notes\Release Notes v1.4.md
40+
EndProjectSection
41+
EndProject
42+
Global
43+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
44+
Debug|Any CPU = Debug|Any CPU
45+
Release|Any CPU = Release|Any CPU
46+
EndGlobalSection
47+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
48+
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
49+
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
50+
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
51+
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Release|Any CPU.Build.0 = Release|Any CPU
52+
{10A5FAC2-E26F-4726-B888-26D5B849F805}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
53+
{10A5FAC2-E26F-4726-B888-26D5B849F805}.Debug|Any CPU.Build.0 = Debug|Any CPU
54+
{10A5FAC2-E26F-4726-B888-26D5B849F805}.Release|Any CPU.ActiveCfg = Release|Any CPU
55+
{10A5FAC2-E26F-4726-B888-26D5B849F805}.Release|Any CPU.Build.0 = Release|Any CPU
56+
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
57+
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
58+
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
59+
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Release|Any CPU.Build.0 = Release|Any CPU
60+
{FBBF0D71-107F-49C4-8858-B3A4DC24AA33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
61+
{FBBF0D71-107F-49C4-8858-B3A4DC24AA33}.Debug|Any CPU.Build.0 = Debug|Any CPU
62+
{FBBF0D71-107F-49C4-8858-B3A4DC24AA33}.Release|Any CPU.ActiveCfg = Release|Any CPU
63+
{FBBF0D71-107F-49C4-8858-B3A4DC24AA33}.Release|Any CPU.Build.0 = Release|Any CPU
64+
EndGlobalSection
65+
GlobalSection(SolutionProperties) = preSolution
66+
HideSolutionNode = FALSE
67+
EndGlobalSection
68+
GlobalSection(NestedProjects) = preSolution
69+
{AA4F6FD3-8844-4DF1-9944-0364C934B3F7} = {00502D63-7789-410D-B6BE-5F16327FF810}
70+
EndGlobalSection
71+
EndGlobal

0 commit comments

Comments
 (0)