-
-
Notifications
You must be signed in to change notification settings - Fork 56
/
DEM.Net.sln
51 lines (51 loc) · 2.58 KB
/
DEM.Net.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.9.34902.65
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DEM.Net.xUnit.Test", "DEM.Net.xUnit.Test\DEM.Net.xUnit.Test.csproj", "{33F6AD6A-91B8-46BF-A00B-338869907800}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "License", "License", "{D6ED085C-7DDE-428D-B70E-ABDCD84EEF71}"
ProjectSection(SolutionItems) = preProject
LICENSE - ThirdParty.md = LICENSE - ThirdParty.md
LICENSE.md = LICENSE.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DEM.Net.Core", "DEM.Net.Core\DEM.Net.Core.csproj", "{3C7C78DC-968D-48DD-A43E-7C4DB9BD4F0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DEM.Net.glTF", "DEM.Net.glTF\DEM.Net.glTF.csproj", "{F6E24B6D-2D2F-411A-8756-8B5A95B98B85}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33F6AD6A-91B8-46BF-A00B-338869907800}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33F6AD6A-91B8-46BF-A00B-338869907800}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33F6AD6A-91B8-46BF-A00B-338869907800}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33F6AD6A-91B8-46BF-A00B-338869907800}.Release|Any CPU.Build.0 = Release|Any CPU
{3C7C78DC-968D-48DD-A43E-7C4DB9BD4F0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C7C78DC-968D-48DD-A43E-7C4DB9BD4F0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C7C78DC-968D-48DD-A43E-7C4DB9BD4F0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C7C78DC-968D-48DD-A43E-7C4DB9BD4F0F}.Release|Any CPU.Build.0 = Release|Any CPU
{F6E24B6D-2D2F-411A-8756-8B5A95B98B85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6E24B6D-2D2F-411A-8756-8B5A95B98B85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6E24B6D-2D2F-411A-8756-8B5A95B98B85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6E24B6D-2D2F-411A-8756-8B5A95B98B85}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {90A80639-9A5C-49A0-B58A-DA6AAAF035AB}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.StandardHeader = $2
$0.VersionControlPolicy = $3
description = Elevation library for .Net Core
EndGlobalSection
EndGlobal