-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTreemap.sln
44 lines (44 loc) · 2.13 KB
/
Treemap.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "Example\Example.csproj", "{0BFC3170-20B5-4750-ABF5-96EE05627DA3}"
ProjectSection(ProjectDependencies) = postProject
{09CEE547-5819-4D6D-9F28-A9BF8630DB4C} = {09CEE547-5819-4D6D-9F28-A9BF8630DB4C}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D9BE7720-DEE5-4052-BA2B-57C8A960577B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
copyright = copyright
.github\workflows\dotnet.yaml = .github\workflows\dotnet.yaml
LICENSE = LICENSE
README.md = README.md
.meta\VersionInfo.props = .meta\VersionInfo.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Treemap", "Source\Treemap.csproj", "{09CEE547-5819-4D6D-9F28-A9BF8630DB4C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0BFC3170-20B5-4750-ABF5-96EE05627DA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BFC3170-20B5-4750-ABF5-96EE05627DA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BFC3170-20B5-4750-ABF5-96EE05627DA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BFC3170-20B5-4750-ABF5-96EE05627DA3}.Release|Any CPU.Build.0 = Release|Any CPU
{09CEE547-5819-4D6D-9F28-A9BF8630DB4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09CEE547-5819-4D6D-9F28-A9BF8630DB4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09CEE547-5819-4D6D-9F28-A9BF8630DB4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09CEE547-5819-4D6D-9F28-A9BF8630DB4C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {41B8EDE3-D853-4FEE-A486-BFF2E1669EC3}
EndGlobalSection
EndGlobal