-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
KGySoft.Drawing.Core.sln
46 lines (46 loc) · 2.53 KB
/
KGySoft.Drawing.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KGySoft.Drawing.Core", "KGySoft.Drawing.Core\KGySoft.Drawing.Core.csproj", "{E9C39C0F-102F-43A9-AF11-6CA99ADD812F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KGySoft.Drawing.Core.UnitTest", "KGySoft.Drawing.Core.UnitTest\KGySoft.Drawing.Core.UnitTest.csproj", "{2598BA6D-41FC-4C9C-B881-401AECDE97D8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Solution Items", "_Solution Items", "{90CE8D03-5F8A-43D9-8878-DF6E489E7E35}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
KGySoft.Drawing.ruleset = KGySoft.Drawing.ruleset
KGySoft.snk = KGySoft.snk
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KGySoft.Drawing.Core.PerformanceTest", "KGySoft.Drawing.Core.PerformanceTest\KGySoft.Drawing.Core.PerformanceTest.csproj", "{0C154C16-78C2-429F-BDDD-289062CB2124}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E9C39C0F-102F-43A9-AF11-6CA99ADD812F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9C39C0F-102F-43A9-AF11-6CA99ADD812F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9C39C0F-102F-43A9-AF11-6CA99ADD812F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9C39C0F-102F-43A9-AF11-6CA99ADD812F}.Release|Any CPU.Build.0 = Release|Any CPU
{2598BA6D-41FC-4C9C-B881-401AECDE97D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2598BA6D-41FC-4C9C-B881-401AECDE97D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2598BA6D-41FC-4C9C-B881-401AECDE97D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2598BA6D-41FC-4C9C-B881-401AECDE97D8}.Release|Any CPU.Build.0 = Release|Any CPU
{0C154C16-78C2-429F-BDDD-289062CB2124}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C154C16-78C2-429F-BDDD-289062CB2124}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C154C16-78C2-429F-BDDD-289062CB2124}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C154C16-78C2-429F-BDDD-289062CB2124}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3CBD6F3A-17AB-41E2-B11D-05F1FE237522}
EndGlobalSection
EndGlobal