forked from MadProbe/Yapped-Rune-Bear
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Yapped-Rune-Bear.sln
60 lines (60 loc) · 3.2 KB
/
Yapped-Rune-Bear.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{403D1E18-CD10-4563-8514-516ADF1177FC}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yapped-Rune-Bear", "Yapped-Rune-Bear\Yapped-Rune-Bear.csproj", "{0DC575E8-A3CF-4275-8094-EC863F0EA532}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{F24D1726-400E-4A2C-A3E2-4F7CE9E60055}"
ProjectSection(SolutionItems) = preProject
Dependencies\BouncyCastle.Crypto.dll = Dependencies\BouncyCastle.Crypto.dll
Dependencies\ManagedCodeShenanigans.dll = Dependencies\ManagedCodeShenanigans.dll
Dependencies\oo2core_6_win64.dll = Dependencies\oo2core_6_win64.dll
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SoulsFormats", "SoulsFormats\SoulsFormats.csproj", "{1391B85C-BA5E-4471-A0D8-906D48ECADAA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0DC575E8-A3CF-4275-8094-EC863F0EA532}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DC575E8-A3CF-4275-8094-EC863F0EA532}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DC575E8-A3CF-4275-8094-EC863F0EA532}.Debug|x64.ActiveCfg = Debug|x64
{0DC575E8-A3CF-4275-8094-EC863F0EA532}.Debug|x64.Build.0 = Debug|x64
{0DC575E8-A3CF-4275-8094-EC863F0EA532}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DC575E8-A3CF-4275-8094-EC863F0EA532}.Release|Any CPU.Build.0 = Release|Any CPU
{0DC575E8-A3CF-4275-8094-EC863F0EA532}.Release|x64.ActiveCfg = Release|x64
{0DC575E8-A3CF-4275-8094-EC863F0EA532}.Release|x64.Build.0 = Release|x64
{1391B85C-BA5E-4471-A0D8-906D48ECADAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1391B85C-BA5E-4471-A0D8-906D48ECADAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1391B85C-BA5E-4471-A0D8-906D48ECADAA}.Debug|x64.ActiveCfg = Debug|x64
{1391B85C-BA5E-4471-A0D8-906D48ECADAA}.Debug|x64.Build.0 = Debug|x64
{1391B85C-BA5E-4471-A0D8-906D48ECADAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1391B85C-BA5E-4471-A0D8-906D48ECADAA}.Release|Any CPU.Build.0 = Release|Any CPU
{1391B85C-BA5E-4471-A0D8-906D48ECADAA}.Release|x64.ActiveCfg = Release|x64
{1391B85C-BA5E-4471-A0D8-906D48ECADAA}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0DC575E8-A3CF-4275-8094-EC863F0EA532} = {403D1E18-CD10-4563-8514-516ADF1177FC}
{F24D1726-400E-4A2C-A3E2-4F7CE9E60055} = {403D1E18-CD10-4563-8514-516ADF1177FC}
{1391B85C-BA5E-4471-A0D8-906D48ECADAA} = {403D1E18-CD10-4563-8514-516ADF1177FC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BC496245-1205-4918-ABCC-B901474EC475}
EndGlobalSection
EndGlobal