-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathFastBitmap.sln
More file actions
31 lines (31 loc) · 1.57 KB
/
FastBitmap.sln
File metadata and controls
31 lines (31 loc) · 1.57 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29209.152
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastBitmapLib", "FastBitmap\FastBitmapLib.csproj", "{4BCC21C7-7AA5-4C80-BD42-AAB57D5284C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastBitmapTests", "FastBitmapTests\FastBitmapTests.csproj", "{F9FECF83-7112-4F21-A9F8-0E62E98E38AF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4BCC21C7-7AA5-4C80-BD42-AAB57D5284C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BCC21C7-7AA5-4C80-BD42-AAB57D5284C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BCC21C7-7AA5-4C80-BD42-AAB57D5284C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BCC21C7-7AA5-4C80-BD42-AAB57D5284C1}.Release|Any CPU.Build.0 = Release|Any CPU
{F9FECF83-7112-4F21-A9F8-0E62E98E38AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9FECF83-7112-4F21-A9F8-0E62E98E38AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9FECF83-7112-4F21-A9F8-0E62E98E38AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9FECF83-7112-4F21-A9F8-0E62E98E38AF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D58F0FFF-06BD-4DAE-8C85-C24AF773B632}
EndGlobalSection
EndGlobal