-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathTopo.sln
More file actions
49 lines (49 loc) · 2.98 KB
/
Copy pathTopo.sln
File metadata and controls
49 lines (49 loc) · 2.98 KB
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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Topo", "Topo\Topo.csproj", "{2AC57E8E-6221-460D-A259-31C568ABCA9B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{C947A834-E0B3-4AF9-909F-980735082AF7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Models", "Models\Models.csproj", "{F02CEFC2-D28B-41DB-BCF5-BFB52D8B458C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TopoReportFunction", "TopoReportFunction\TopoReportFunction.csproj", "{505456AB-03CC-4BDB-89FA-11E7FEA49885}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TopoReportFunctionTest", "TopoReportFunctionTest\TopoReportFunctionTest.csproj", "{215D7279-120F-4210-9B7B-D20129ED928C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2AC57E8E-6221-460D-A259-31C568ABCA9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AC57E8E-6221-460D-A259-31C568ABCA9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AC57E8E-6221-460D-A259-31C568ABCA9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AC57E8E-6221-460D-A259-31C568ABCA9B}.Release|Any CPU.Build.0 = Release|Any CPU
{C947A834-E0B3-4AF9-909F-980735082AF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C947A834-E0B3-4AF9-909F-980735082AF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C947A834-E0B3-4AF9-909F-980735082AF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C947A834-E0B3-4AF9-909F-980735082AF7}.Release|Any CPU.Build.0 = Release|Any CPU
{F02CEFC2-D28B-41DB-BCF5-BFB52D8B458C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F02CEFC2-D28B-41DB-BCF5-BFB52D8B458C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F02CEFC2-D28B-41DB-BCF5-BFB52D8B458C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F02CEFC2-D28B-41DB-BCF5-BFB52D8B458C}.Release|Any CPU.Build.0 = Release|Any CPU
{505456AB-03CC-4BDB-89FA-11E7FEA49885}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{505456AB-03CC-4BDB-89FA-11E7FEA49885}.Debug|Any CPU.Build.0 = Debug|Any CPU
{505456AB-03CC-4BDB-89FA-11E7FEA49885}.Release|Any CPU.ActiveCfg = Release|Any CPU
{505456AB-03CC-4BDB-89FA-11E7FEA49885}.Release|Any CPU.Build.0 = Release|Any CPU
{215D7279-120F-4210-9B7B-D20129ED928C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{215D7279-120F-4210-9B7B-D20129ED928C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{215D7279-120F-4210-9B7B-D20129ED928C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{215D7279-120F-4210-9B7B-D20129ED928C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2AD6A44-575C-4C07-A5F0-2A3D84A59787}
EndGlobalSection
EndGlobal