-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathKnuxLib.sln
37 lines (37 loc) · 2 KB
/
KnuxLib.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 Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KnuxLib", "KnuxLib\KnuxLib.csproj", "{9F8DA792-1C2A-4076-B712-E4E19DAE2C64}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KnuxTest", "KnuxTest\KnuxTest.csproj", "{B888B6AA-905B-45E5-973D-ABB6ABEAE2F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KnuxTools", "KnuxTools\KnuxTools.csproj", "{F826FD42-1052-4A7C-808F-5DC443FF10AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F8DA792-1C2A-4076-B712-E4E19DAE2C64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F8DA792-1C2A-4076-B712-E4E19DAE2C64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F8DA792-1C2A-4076-B712-E4E19DAE2C64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F8DA792-1C2A-4076-B712-E4E19DAE2C64}.Release|Any CPU.Build.0 = Release|Any CPU
{B888B6AA-905B-45E5-973D-ABB6ABEAE2F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B888B6AA-905B-45E5-973D-ABB6ABEAE2F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B888B6AA-905B-45E5-973D-ABB6ABEAE2F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B888B6AA-905B-45E5-973D-ABB6ABEAE2F5}.Release|Any CPU.Build.0 = Release|Any CPU
{F826FD42-1052-4A7C-808F-5DC443FF10AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F826FD42-1052-4A7C-808F-5DC443FF10AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F826FD42-1052-4A7C-808F-5DC443FF10AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F826FD42-1052-4A7C-808F-5DC443FF10AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1A8EC4F3-20B9-4AFE-91F3-CBECCF008129}
EndGlobalSection
EndGlobal