-
Notifications
You must be signed in to change notification settings - Fork 0
/
COSIG.sln
37 lines (37 loc) · 2 KB
/
COSIG.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "COSIG", "COSIG\COSIG.csproj", "{21B7A3B2-EE35-4415-92CF-246B17AF1FF4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "COSIGTest", "COSIGTest\COSIGTest.csproj", "{2D267388-5B2A-412F-9653-0F198F5B330A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "COSIGDash", "COSIGDash\COSIGDash.csproj", "{7A6B0E97-1079-4CFC-BDD7-62E179C80567}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{21B7A3B2-EE35-4415-92CF-246B17AF1FF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21B7A3B2-EE35-4415-92CF-246B17AF1FF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21B7A3B2-EE35-4415-92CF-246B17AF1FF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21B7A3B2-EE35-4415-92CF-246B17AF1FF4}.Release|Any CPU.Build.0 = Release|Any CPU
{2D267388-5B2A-412F-9653-0F198F5B330A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D267388-5B2A-412F-9653-0F198F5B330A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D267388-5B2A-412F-9653-0F198F5B330A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D267388-5B2A-412F-9653-0F198F5B330A}.Release|Any CPU.Build.0 = Release|Any CPU
{7A6B0E97-1079-4CFC-BDD7-62E179C80567}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A6B0E97-1079-4CFC-BDD7-62E179C80567}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A6B0E97-1079-4CFC-BDD7-62E179C80567}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A6B0E97-1079-4CFC-BDD7-62E179C80567}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D3BF397B-AB63-4C2B-BD83-A055C3EA0A82}
EndGlobalSection
EndGlobal