This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathCSharpImageLibrary.sln
37 lines (37 loc) · 2 KB
/
CSharpImageLibrary.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 15
VisualStudioVersion = 15.0.26430.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpImageLibrary", "CSharpImageLibrary\CSharpImageLibrary.csproj", "{10E9F41A-45D2-4CC4-B625-76C295FFDF67}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UI_Project", "UI_Project\UI_Project.csproj", "{1A00D478-287C-483F-BC07-EAB0C876598A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{F0CFFE6D-B2CC-4652-9B2E-1E6B84C37F16}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10E9F41A-45D2-4CC4-B625-76C295FFDF67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10E9F41A-45D2-4CC4-B625-76C295FFDF67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10E9F41A-45D2-4CC4-B625-76C295FFDF67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10E9F41A-45D2-4CC4-B625-76C295FFDF67}.Release|Any CPU.Build.0 = Release|Any CPU
{1A00D478-287C-483F-BC07-EAB0C876598A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A00D478-287C-483F-BC07-EAB0C876598A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A00D478-287C-483F-BC07-EAB0C876598A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A00D478-287C-483F-BC07-EAB0C876598A}.Release|Any CPU.Build.0 = Release|Any CPU
{F0CFFE6D-B2CC-4652-9B2E-1E6B84C37F16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0CFFE6D-B2CC-4652-9B2E-1E6B84C37F16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0CFFE6D-B2CC-4652-9B2E-1E6B84C37F16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0CFFE6D-B2CC-4652-9B2E-1E6B84C37F16}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal