-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHexa.NET.StbImage.sln
37 lines (37 loc) · 2.03 KB
/
Hexa.NET.StbImage.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hexa.NET.StbImage", "Hexa.NET.StbImage\Hexa.NET.StbImage.csproj", "{EC995CBC-7A13-47B5-B492-1FB160E717A7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Generator", "Generator\Generator.csproj", "{DCD84174-367A-4F31-AF3B-493A50B51DC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "Example\Example.csproj", "{152A00A3-CB9B-4AE6-8EEA-518CA9FE9EFB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC995CBC-7A13-47B5-B492-1FB160E717A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC995CBC-7A13-47B5-B492-1FB160E717A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC995CBC-7A13-47B5-B492-1FB160E717A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC995CBC-7A13-47B5-B492-1FB160E717A7}.Release|Any CPU.Build.0 = Release|Any CPU
{DCD84174-367A-4F31-AF3B-493A50B51DC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCD84174-367A-4F31-AF3B-493A50B51DC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCD84174-367A-4F31-AF3B-493A50B51DC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCD84174-367A-4F31-AF3B-493A50B51DC5}.Release|Any CPU.Build.0 = Release|Any CPU
{152A00A3-CB9B-4AE6-8EEA-518CA9FE9EFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{152A00A3-CB9B-4AE6-8EEA-518CA9FE9EFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{152A00A3-CB9B-4AE6-8EEA-518CA9FE9EFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{152A00A3-CB9B-4AE6-8EEA-518CA9FE9EFB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5052F540-C54A-419F-B905-85C96917A4DF}
EndGlobalSection
EndGlobal