-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBitmapWriter.sln
More file actions
39 lines (39 loc) · 2.04 KB
/
BitmapWriter.sln
File metadata and controls
39 lines (39 loc) · 2.04 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
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2522A591-1486-4B6D-A701-B5FDD8C30646}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitmapWriter", "src\BitmapWriter\BitmapWriter.csproj", "{C80215F9-6203-4225-BE93-4CE813472689}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{712CAA0A-0239-44CE-AAD4-26AE0A15A45C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitmapWriter.Test", "test\BitmapWriter.Test\BitmapWriter.Test.csproj", "{DEC01E73-DA84-481A-B141-2563A00DAC5F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C80215F9-6203-4225-BE93-4CE813472689}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C80215F9-6203-4225-BE93-4CE813472689}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C80215F9-6203-4225-BE93-4CE813472689}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C80215F9-6203-4225-BE93-4CE813472689}.Release|Any CPU.Build.0 = Release|Any CPU
{DEC01E73-DA84-481A-B141-2563A00DAC5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEC01E73-DA84-481A-B141-2563A00DAC5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEC01E73-DA84-481A-B141-2563A00DAC5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEC01E73-DA84-481A-B141-2563A00DAC5F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C80215F9-6203-4225-BE93-4CE813472689} = {2522A591-1486-4B6D-A701-B5FDD8C30646}
{DEC01E73-DA84-481A-B141-2563A00DAC5F} = {712CAA0A-0239-44CE-AAD4-26AE0A15A45C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C1D795F2-4672-467C-8C3E-DB85C3344F46}
EndGlobalSection
EndGlobal