-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathJotunnLib.sln
67 lines (67 loc) · 3.68 KB
/
JotunnLib.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JotunnLib", "JotunnLib\JotunnLib.csproj", "{A6082A59-38BE-4CAB-9078-2C8FCDA65B8F}"
ProjectSection(ProjectDependencies) = postProject
{839DFF98-EE10-4BA6-879F-5BF628889F4F} = {839DFF98-EE10-4BA6-879F-5BF628889F4F}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestMod", "TestMod\TestMod.csproj", "{4C2C2CF0-05F9-42C9-AD1D-5CD040D06344}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JotunnDoc", "JotunnDoc\JotunnDoc.csproj", "{C1CE124B-037E-46F6-A4BF-58793967D471}"
ProjectSection(ProjectDependencies) = postProject
{A6082A59-38BE-4CAB-9078-2C8FCDA65B8F} = {A6082A59-38BE-4CAB-9078-2C8FCDA65B8F}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JotunnBuildTask", "JotunnBuildTask\JotunnBuildTask.csproj", "{839DFF98-EE10-4BA6-879F-5BF628889F4F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "resources", "resources", "{C48162A3-C7D9-4A0F-8CE2-C617FFFE6EB9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
CONTRIBUTING.md = CONTRIBUTING.md
publish.ps1 = publish.ps1
README.bbcode = README.bbcode
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JotunnTests", "JotunnTests\JotunnTests.csproj", "{63288C44-A2D3-4723-8A45-E71379889CAC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6082A59-38BE-4CAB-9078-2C8FCDA65B8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6082A59-38BE-4CAB-9078-2C8FCDA65B8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6082A59-38BE-4CAB-9078-2C8FCDA65B8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6082A59-38BE-4CAB-9078-2C8FCDA65B8F}.Release|Any CPU.Build.0 = Release|Any CPU
{4C2C2CF0-05F9-42C9-AD1D-5CD040D06344}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C2C2CF0-05F9-42C9-AD1D-5CD040D06344}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C2C2CF0-05F9-42C9-AD1D-5CD040D06344}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C2C2CF0-05F9-42C9-AD1D-5CD040D06344}.Release|Any CPU.Build.0 = Release|Any CPU
{C1CE124B-037E-46F6-A4BF-58793967D471}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1CE124B-037E-46F6-A4BF-58793967D471}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1CE124B-037E-46F6-A4BF-58793967D471}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1CE124B-037E-46F6-A4BF-58793967D471}.Release|Any CPU.Build.0 = Release|Any CPU
{839DFF98-EE10-4BA6-879F-5BF628889F4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{839DFF98-EE10-4BA6-879F-5BF628889F4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{839DFF98-EE10-4BA6-879F-5BF628889F4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{839DFF98-EE10-4BA6-879F-5BF628889F4F}.Release|Any CPU.Build.0 = Release|Any CPU
{63288C44-A2D3-4723-8A45-E71379889CAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63288C44-A2D3-4723-8A45-E71379889CAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63288C44-A2D3-4723-8A45-E71379889CAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63288C44-A2D3-4723-8A45-E71379889CAC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CC939BBE-40FE-46AD-A708-9699F21F963D}
EndGlobalSection
EndGlobal