-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQOI.Net.sln
47 lines (47 loc) · 2.27 KB
/
QOI.Net.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
38
39
40
41
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QOI.Net", "QOI.Net\QOI.Net.csproj", "{82CA44A7-4EC5-447B-BD95-5872D012736A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QOI.Net.Tests", "QOI.Net.Tests\QOI.Net.Tests.csproj", "{11EC311C-3ABB-4C9C-9025-9119533E3549}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "img", "img", "{A52EE6C6-670E-4E72-9784-E16EFC22557E}"
ProjectSection(SolutionItems) = preProject
img\randbytes.bin = img\randbytes.bin
img\randbytes.qoi = img\randbytes.qoi
img\scotland-edinburgh-castle-day.bin = img\scotland-edinburgh-castle-day.bin
img\scotland-edinburgh-castle-day.qoi = img\scotland-edinburgh-castle-day.qoi
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{76700758-02F8-4C77-A6EF-41DCBC8D43FC}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82CA44A7-4EC5-447B-BD95-5872D012736A}.Debug|x64.ActiveCfg = Debug|x64
{82CA44A7-4EC5-447B-BD95-5872D012736A}.Debug|x64.Build.0 = Debug|x64
{82CA44A7-4EC5-447B-BD95-5872D012736A}.Release|x64.ActiveCfg = Release|x64
{82CA44A7-4EC5-447B-BD95-5872D012736A}.Release|x64.Build.0 = Release|x64
{11EC311C-3ABB-4C9C-9025-9119533E3549}.Debug|x64.ActiveCfg = Debug|x64
{11EC311C-3ABB-4C9C-9025-9119533E3549}.Debug|x64.Build.0 = Debug|x64
{11EC311C-3ABB-4C9C-9025-9119533E3549}.Release|x64.ActiveCfg = Release|x64
{11EC311C-3ABB-4C9C-9025-9119533E3549}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A52EE6C6-670E-4E72-9784-E16EFC22557E} = {76700758-02F8-4C77-A6EF-41DCBC8D43FC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E161875-2315-4C9F-A45F-9464E45C92D1}
EndGlobalSection
EndGlobal