forked from Nordgaren/YAZip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYAZip.sln
31 lines (31 loc) · 1.56 KB
/
YAZip.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31313.79
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YAZip", "YAZip\YAZip.csproj", "{DF661790-AE1E-48B1-B69D-7C9E72218D7E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SoulsFormats", "..\SoulsFormats\SoulsFormats\SoulsFormats.csproj", "{BAFA727F-C8C4-4D74-9007-6992F4F5CDEC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF661790-AE1E-48B1-B69D-7C9E72218D7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF661790-AE1E-48B1-B69D-7C9E72218D7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF661790-AE1E-48B1-B69D-7C9E72218D7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF661790-AE1E-48B1-B69D-7C9E72218D7E}.Release|Any CPU.Build.0 = Release|Any CPU
{BAFA727F-C8C4-4D74-9007-6992F4F5CDEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAFA727F-C8C4-4D74-9007-6992F4F5CDEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAFA727F-C8C4-4D74-9007-6992F4F5CDEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAFA727F-C8C4-4D74-9007-6992F4F5CDEC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {38D2304C-E461-4DA8-8556-8A77A4C6DB3D}
EndGlobalSection
EndGlobal