-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
KGySoft.CoreLibraries.sln
45 lines (45 loc) · 2.49 KB
/
KGySoft.CoreLibraries.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35201.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KGySoft.CoreLibraries", "KGySoft.CoreLibraries\KGySoft.CoreLibraries.csproj", "{D14B4B4A-86C4-45AD-B6F8-86CD878199E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KGySoft.CoreLibraries.UnitTest", "KGySoft.CoreLibraries.UnitTest\KGySoft.CoreLibraries.UnitTest.csproj", "{1BBCDF8A-90DA-44A1-AA3C-9B4086F22292}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CF90328C-A978-4484-8C1B-69A530662BF7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
KGySoft.snk = KGySoft.snk
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KGySoft.CoreLibraries.PerformanceTest", "KGySoft.CoreLibraries.PerformanceTest\KGySoft.CoreLibraries.PerformanceTest.csproj", "{A3A16A91-2135-4798-90FD-04E6A4A683F4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D14B4B4A-86C4-45AD-B6F8-86CD878199E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D14B4B4A-86C4-45AD-B6F8-86CD878199E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D14B4B4A-86C4-45AD-B6F8-86CD878199E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D14B4B4A-86C4-45AD-B6F8-86CD878199E0}.Release|Any CPU.Build.0 = Release|Any CPU
{1BBCDF8A-90DA-44A1-AA3C-9B4086F22292}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BBCDF8A-90DA-44A1-AA3C-9B4086F22292}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BBCDF8A-90DA-44A1-AA3C-9B4086F22292}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BBCDF8A-90DA-44A1-AA3C-9B4086F22292}.Release|Any CPU.Build.0 = Release|Any CPU
{A3A16A91-2135-4798-90FD-04E6A4A683F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3A16A91-2135-4798-90FD-04E6A4A683F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3A16A91-2135-4798-90FD-04E6A4A683F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3A16A91-2135-4798-90FD-04E6A4A683F4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {493F678E-EB5F-4712-BC80-2660EC72DDE8}
EndGlobalSection
EndGlobal