-
Notifications
You must be signed in to change notification settings - Fork 1
/
NyaLZO.sln
29 lines (29 loc) · 1.4 KB
/
NyaLZO.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NyaLZO", "src\NyaLZO\NyaLZO.csproj", "{D9223790-FCF6-43B4-97D6-93F4E6C2DA2B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{B617B5B5-4F27-4AB7-8F39-EE061019FBE3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B617B5B5-4F27-4AB7-8F39-EE061019FBE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B617B5B5-4F27-4AB7-8F39-EE061019FBE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9223790-FCF6-43B4-97D6-93F4E6C2DA2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9223790-FCF6-43B4-97D6-93F4E6C2DA2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9223790-FCF6-43B4-97D6-93F4E6C2DA2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9223790-FCF6-43B4-97D6-93F4E6C2DA2B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D478A774-0387-4026-B08A-7E81C9C0B786}
EndGlobalSection
EndGlobal