-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHexa.NET.ZLib.sln
More file actions
37 lines (37 loc) · 2.02 KB
/
Hexa.NET.ZLib.sln
File metadata and controls
37 lines (37 loc) · 2.02 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35828.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hexa.NET.ZLib", "Hexa.NET.ZLib\Hexa.NET.ZLib.csproj", "{35BC12EA-6FE8-4DA0-92FE-7F354477E53B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generator", "Generator\Generator.csproj", "{5F162047-71C4-A730-10F2-8456E4D1F966}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{448E46F7-1833-4C4A-9219-4A1A44D06289}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35BC12EA-6FE8-4DA0-92FE-7F354477E53B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35BC12EA-6FE8-4DA0-92FE-7F354477E53B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35BC12EA-6FE8-4DA0-92FE-7F354477E53B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35BC12EA-6FE8-4DA0-92FE-7F354477E53B}.Release|Any CPU.Build.0 = Release|Any CPU
{5F162047-71C4-A730-10F2-8456E4D1F966}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F162047-71C4-A730-10F2-8456E4D1F966}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F162047-71C4-A730-10F2-8456E4D1F966}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F162047-71C4-A730-10F2-8456E4D1F966}.Release|Any CPU.Build.0 = Release|Any CPU
{448E46F7-1833-4C4A-9219-4A1A44D06289}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{448E46F7-1833-4C4A-9219-4A1A44D06289}.Debug|Any CPU.Build.0 = Debug|Any CPU
{448E46F7-1833-4C4A-9219-4A1A44D06289}.Release|Any CPU.ActiveCfg = Release|Any CPU
{448E46F7-1833-4C4A-9219-4A1A44D06289}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FC2CE0BE-4600-4D76-BA8B-CEA6A4903F14}
EndGlobalSection
EndGlobal