This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathYabber.sln
43 lines (43 loc) · 2.51 KB
/
Yabber.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29409.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yabber", "Yabber\Yabber.csproj", "{0406FE88-F044-4A16-994E-6E3C9715AC60}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yabber.DCX", "Yabber.DCX\Yabber.DCX.csproj", "{3037F615-871F-4EDB-A170-CD57660A1C35}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yabber.Context", "Yabber.Context\Yabber.Context.csproj", "{A67A63D3-7C41-4127-93C9-F7C71471D26B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SoulsFormats", "..\SoulsFormats\SoulsFormats\SoulsFormats.csproj", "{E6064585-8742-44A9-AFBC-75288AD42527}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0406FE88-F044-4A16-994E-6E3C9715AC60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0406FE88-F044-4A16-994E-6E3C9715AC60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0406FE88-F044-4A16-994E-6E3C9715AC60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0406FE88-F044-4A16-994E-6E3C9715AC60}.Release|Any CPU.Build.0 = Release|Any CPU
{3037F615-871F-4EDB-A170-CD57660A1C35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3037F615-871F-4EDB-A170-CD57660A1C35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3037F615-871F-4EDB-A170-CD57660A1C35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3037F615-871F-4EDB-A170-CD57660A1C35}.Release|Any CPU.Build.0 = Release|Any CPU
{A67A63D3-7C41-4127-93C9-F7C71471D26B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A67A63D3-7C41-4127-93C9-F7C71471D26B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A67A63D3-7C41-4127-93C9-F7C71471D26B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A67A63D3-7C41-4127-93C9-F7C71471D26B}.Release|Any CPU.Build.0 = Release|Any CPU
{E6064585-8742-44A9-AFBC-75288AD42527}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6064585-8742-44A9-AFBC-75288AD42527}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6064585-8742-44A9-AFBC-75288AD42527}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6064585-8742-44A9-AFBC-75288AD42527}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CD3C7BB2-A2DF-4F70-B715-BA99FC151E20}
EndGlobalSection
EndGlobal