-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNexusKrop.IceCube.sln
51 lines (51 loc) · 2.71 KB
/
NexusKrop.IceCube.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
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NexusKrop.IceCube", "NexusKrop.IceCube\NexusKrop.IceCube.csproj", "{6811D118-076A-4718-94B3-0F9F4E2029A0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{63E4B2AD-419C-4B05-A6CF-2EF615CA017D}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE.txt = LICENSE.txt
README.md = README.md
THIRDPARTY.txt = THIRDPARTY.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NexusKrop.IceCube.Tests", "NexusKrop.IceCube.Tests\NexusKrop.IceCube.Tests.csproj", "{0B313D82-FDA8-4ADC-9A2D-0DD57BD1D4DA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ABF07EBD-5423-45DB-85DC-AABF17BFED1E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "NexusKrop.IceCube.VisualBasic", "NexusKrop.IceCube.VisualBasic\NexusKrop.IceCube.VisualBasic.vbproj", "{1A6E3056-781F-4D82-9F89-257A2E2A0D75}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6811D118-076A-4718-94B3-0F9F4E2029A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6811D118-076A-4718-94B3-0F9F4E2029A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6811D118-076A-4718-94B3-0F9F4E2029A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6811D118-076A-4718-94B3-0F9F4E2029A0}.Release|Any CPU.Build.0 = Release|Any CPU
{0B313D82-FDA8-4ADC-9A2D-0DD57BD1D4DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B313D82-FDA8-4ADC-9A2D-0DD57BD1D4DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B313D82-FDA8-4ADC-9A2D-0DD57BD1D4DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B313D82-FDA8-4ADC-9A2D-0DD57BD1D4DA}.Release|Any CPU.Build.0 = Release|Any CPU
{1A6E3056-781F-4D82-9F89-257A2E2A0D75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A6E3056-781F-4D82-9F89-257A2E2A0D75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A6E3056-781F-4D82-9F89-257A2E2A0D75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A6E3056-781F-4D82-9F89-257A2E2A0D75}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5F1B1417-2B6D-4DC9-BDA5-B91E3FF62C79}
EndGlobalSection
EndGlobal