diff options
author | emkael <emkael@tlen.pl> | 2016-05-23 13:52:45 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-05-23 13:52:45 +0200 |
commit | d3a6928487048acac41d6c8ca7a95ac70d835b65 (patch) | |
tree | 17b6a4cb3074b372488a75909950224269eb0340 /BCDD.sln |
* initial, empty project
Diffstat (limited to 'BCDD.sln')
-rw-r--r-- | BCDD.sln | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/BCDD.sln b/BCDD.sln new file mode 100644 index 0000000..93a9816 --- /dev/null +++ b/BCDD.sln @@ -0,0 +1,20 @@ +
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BCDD", "BCDD.csproj", "{FADD37CB-206B-4EFD-BA20-A317F1072A62}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|x86 = Debug|x86
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {FADD37CB-206B-4EFD-BA20-A317F1072A62}.Debug|x86.ActiveCfg = Debug|x86
+ {FADD37CB-206B-4EFD-BA20-A317F1072A62}.Debug|x86.Build.0 = Debug|x86
+ {FADD37CB-206B-4EFD-BA20-A317F1072A62}.Release|x86.ActiveCfg = Release|x86
+ {FADD37CB-206B-4EFD-BA20-A317F1072A62}.Release|x86.Build.0 = Release|x86
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
|