This repository has been archived by the owner on Dec 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStructured Cabling Studio.sln
43 lines (43 loc) · 2.75 KB
/
Structured Cabling Studio.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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Structured Cabling Studio", "Structured Cabling Studio\Structured Cabling Studio.csproj", "{985C79B0-16D2-4060-8815-7B7E10526B66}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StructuredCablingStudioCore", "StructuredCablingStudioCore\StructuredCablingStudioCore.csproj", "{6828621B-4945-4560-8A61-103769025E6F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StructuredCablingStudioCore.Parameters", "StructuredCablingStudioCore.Parameters\StructuredCablingStudioCore.Parameters.csproj", "{DA5E42BA-5BDF-4F4B-BB5A-49785FFB400E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StructuredCablingStudioCore.Calculation", "StructuredCablingStudioCore.Calculation\StructuredCablingStudioCore.Calculation.csproj", "{90613539-AF7E-45B5-8984-5AFA265C4CA5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{985C79B0-16D2-4060-8815-7B7E10526B66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{985C79B0-16D2-4060-8815-7B7E10526B66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{985C79B0-16D2-4060-8815-7B7E10526B66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{985C79B0-16D2-4060-8815-7B7E10526B66}.Release|Any CPU.Build.0 = Release|Any CPU
{6828621B-4945-4560-8A61-103769025E6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6828621B-4945-4560-8A61-103769025E6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6828621B-4945-4560-8A61-103769025E6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6828621B-4945-4560-8A61-103769025E6F}.Release|Any CPU.Build.0 = Release|Any CPU
{DA5E42BA-5BDF-4F4B-BB5A-49785FFB400E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA5E42BA-5BDF-4F4B-BB5A-49785FFB400E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA5E42BA-5BDF-4F4B-BB5A-49785FFB400E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA5E42BA-5BDF-4F4B-BB5A-49785FFB400E}.Release|Any CPU.Build.0 = Release|Any CPU
{90613539-AF7E-45B5-8984-5AFA265C4CA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90613539-AF7E-45B5-8984-5AFA265C4CA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90613539-AF7E-45B5-8984-5AFA265C4CA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90613539-AF7E-45B5-8984-5AFA265C4CA5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E7592EFD-3D34-458E-A747-4828484A947A}
EndGlobalSection
EndGlobal