-
Notifications
You must be signed in to change notification settings - Fork 5
/
LibSquishNet.sln
31 lines (31 loc) · 1.61 KB
/
LibSquishNet.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.31229.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibSquishNet", "LibSquishNet\LibSquishNet.csproj", "{8B187D46-BC8E-4B5A-AE68-326958BC9AAA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibSquishNet.Tests", "LibSquishNet.Tests\LibSquishNet.Tests.csproj", "{3C99A2A5-D011-402A-81D6-A11FFF790721}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8B187D46-BC8E-4B5A-AE68-326958BC9AAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B187D46-BC8E-4B5A-AE68-326958BC9AAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B187D46-BC8E-4B5A-AE68-326958BC9AAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B187D46-BC8E-4B5A-AE68-326958BC9AAA}.Release|Any CPU.Build.0 = Release|Any CPU
{3C99A2A5-D011-402A-81D6-A11FFF790721}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C99A2A5-D011-402A-81D6-A11FFF790721}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C99A2A5-D011-402A-81D6-A11FFF790721}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C99A2A5-D011-402A-81D6-A11FFF790721}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FEA4876C-8F5D-4151-8F4F-138239666497}
EndGlobalSection
EndGlobal