Skip to content

Commit d0a41c5

Browse files
authored
Merge pull request #1 from increddibelly/bugfix/CSharp-solution-issues
Bugfix/c sharp solution issues
2 parents 2010aac + 5d9422c commit d0a41c5

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.vs/
2+
bin/
3+
obj/

Diconvergent.sln

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26124.0
5-
MinimumVisualStudioVersion = 15.0.26124.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meeting", "Diconvergent\Meeting\Meeting.csproj", "{C5E37C64-C5FB-4F10-93A1-07E0069FF7B1}"
7+
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meeting.Tests", "Diconvergent\Meeting.Tests\Meeting.Tests.csproj", "{165D8F41-BE7E-46FE-B334-2908FFD02035}"
9+
EndProject
610
Global
711
GlobalSection(SolutionConfigurationPlatforms) = preSolution
812
Debug|Any CPU = Debug|Any CPU
@@ -12,7 +16,36 @@ Global
1216
Release|x64 = Release|x64
1317
Release|x86 = Release|x86
1418
EndGlobalSection
19+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
20+
{C5E37C64-C5FB-4F10-93A1-07E0069FF7B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{C5E37C64-C5FB-4F10-93A1-07E0069FF7B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{C5E37C64-C5FB-4F10-93A1-07E0069FF7B1}.Debug|x64.ActiveCfg = Debug|Any CPU
23+
{C5E37C64-C5FB-4F10-93A1-07E0069FF7B1}.Debug|x64.Build.0 = Debug|Any CPU
24+
{C5E37C64-C5FB-4F10-93A1-07E0069FF7B1}.Debug|x86.ActiveCfg = Debug|Any CPU
25+
{C5E37C64-C5FB-4F10-93A1-07E0069FF7B1}.Debug|x86.Build.0 = Debug|Any CPU
26+
{C5E37C64-C5FB-4F10-93A1-07E0069FF7B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
27+
{C5E37C64-C5FB-4F10-93A1-07E0069FF7B1}.Release|Any CPU.Build.0 = Release|Any CPU
28+
{C5E37C64-C5FB-4F10-93A1-07E0069FF7B1}.Release|x64.ActiveCfg = Release|Any CPU
29+
{C5E37C64-C5FB-4F10-93A1-07E0069FF7B1}.Release|x64.Build.0 = Release|Any CPU
30+
{C5E37C64-C5FB-4F10-93A1-07E0069FF7B1}.Release|x86.ActiveCfg = Release|Any CPU
31+
{C5E37C64-C5FB-4F10-93A1-07E0069FF7B1}.Release|x86.Build.0 = Release|Any CPU
32+
{165D8F41-BE7E-46FE-B334-2908FFD02035}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33+
{165D8F41-BE7E-46FE-B334-2908FFD02035}.Debug|Any CPU.Build.0 = Debug|Any CPU
34+
{165D8F41-BE7E-46FE-B334-2908FFD02035}.Debug|x64.ActiveCfg = Debug|Any CPU
35+
{165D8F41-BE7E-46FE-B334-2908FFD02035}.Debug|x64.Build.0 = Debug|Any CPU
36+
{165D8F41-BE7E-46FE-B334-2908FFD02035}.Debug|x86.ActiveCfg = Debug|Any CPU
37+
{165D8F41-BE7E-46FE-B334-2908FFD02035}.Debug|x86.Build.0 = Debug|Any CPU
38+
{165D8F41-BE7E-46FE-B334-2908FFD02035}.Release|Any CPU.ActiveCfg = Release|Any CPU
39+
{165D8F41-BE7E-46FE-B334-2908FFD02035}.Release|Any CPU.Build.0 = Release|Any CPU
40+
{165D8F41-BE7E-46FE-B334-2908FFD02035}.Release|x64.ActiveCfg = Release|Any CPU
41+
{165D8F41-BE7E-46FE-B334-2908FFD02035}.Release|x64.Build.0 = Release|Any CPU
42+
{165D8F41-BE7E-46FE-B334-2908FFD02035}.Release|x86.ActiveCfg = Release|Any CPU
43+
{165D8F41-BE7E-46FE-B334-2908FFD02035}.Release|x86.Build.0 = Release|Any CPU
44+
EndGlobalSection
1545
GlobalSection(SolutionProperties) = preSolution
1646
HideSolutionNode = FALSE
1747
EndGlobalSection
48+
GlobalSection(ExtensibilityGlobals) = postSolution
49+
SolutionGuid = {09939C27-84F3-45CC-B650-FD8D5A9DD1E1}
50+
EndGlobalSection
1851
EndGlobal

0 commit comments

Comments
 (0)