aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio_v2/Tango.sln
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-08-06 10:41:16 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-08-06 10:41:16 +0300
commite86fe2e8cf34343cf3ebbf4640b2be5e85899615 (patch)
treedee59a2c43b69b6abe20be24059d42ecabcdfffc /Software/Visual_Studio_v2/Tango.sln
parentc1b00ec58a47e504e0247c21c96b55a89e7a95eb (diff)
downloadTango-e86fe2e8cf34343cf3ebbf4640b2be5e85899615.tar.gz
Tango-e86fe2e8cf34343cf3ebbf4640b2be5e85899615.zip
v2 Basic structure.
Diffstat (limited to 'Software/Visual_Studio_v2/Tango.sln')
-rw-r--r--Software/Visual_Studio_v2/Tango.sln43
1 files changed, 43 insertions, 0 deletions
diff --git a/Software/Visual_Studio_v2/Tango.sln b/Software/Visual_Studio_v2/Tango.sln
new file mode 100644
index 000000000..abe68497f
--- /dev/null
+++ b/Software/Visual_Studio_v2/Tango.sln
@@ -0,0 +1,43 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.28010.2048
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tango.DAL", "Tango.DAL\Tango.DAL.csproj", "{9701AD8C-5B58-4A1E-BE59-EF4DE36549D9}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tango.BLL", "Tango.BLL\Tango.BLL.csproj", "{5F1F3818-A7E7-4810-95DE-F5C1442B21C1}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tango.DAL.Mongo", "Tango.DAL.Mongo\Tango.DAL.Mongo.csproj", "{9D1F1789-745C-4725-9DC4-12E0B0090A64}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tango.UnitTests", "Tango.UnitTests\Tango.UnitTests.csproj", "{932D6BF7-ED35-4FFA-A573-356C071CA727}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {9701AD8C-5B58-4A1E-BE59-EF4DE36549D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {9701AD8C-5B58-4A1E-BE59-EF4DE36549D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9701AD8C-5B58-4A1E-BE59-EF4DE36549D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {9701AD8C-5B58-4A1E-BE59-EF4DE36549D9}.Release|Any CPU.Build.0 = Release|Any CPU
+ {5F1F3818-A7E7-4810-95DE-F5C1442B21C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {5F1F3818-A7E7-4810-95DE-F5C1442B21C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {5F1F3818-A7E7-4810-95DE-F5C1442B21C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {5F1F3818-A7E7-4810-95DE-F5C1442B21C1}.Release|Any CPU.Build.0 = Release|Any CPU
+ {9D1F1789-745C-4725-9DC4-12E0B0090A64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {9D1F1789-745C-4725-9DC4-12E0B0090A64}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9D1F1789-745C-4725-9DC4-12E0B0090A64}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {9D1F1789-745C-4725-9DC4-12E0B0090A64}.Release|Any CPU.Build.0 = Release|Any CPU
+ {932D6BF7-ED35-4FFA-A573-356C071CA727}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {932D6BF7-ED35-4FFA-A573-356C071CA727}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {932D6BF7-ED35-4FFA-A573-356C071CA727}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {932D6BF7-ED35-4FFA-A573-356C071CA727}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {64685705-FA96-4958-9637-791C0DCBC200}
+ EndGlobalSection
+EndGlobal