-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathKSoft.Utils.sln
34 lines (34 loc) · 1.89 KB
/
KSoft.Utils.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KSoft.Utils", "KSoft.Utils\KSoft.Utils.csproj", "{8E6D50F9-0E5C-486C-80EE-0530067B6925}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleTest", "ConsoleTest\ConsoleTest.csproj", "{80C765AC-0592-49B3-A226-FBCDB2BF30C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTest", "UnitTest\UnitTest.csproj", "{43FC4A9D-9C7F-4412-9B29-08769350BC99}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8E6D50F9-0E5C-486C-80EE-0530067B6925}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E6D50F9-0E5C-486C-80EE-0530067B6925}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E6D50F9-0E5C-486C-80EE-0530067B6925}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E6D50F9-0E5C-486C-80EE-0530067B6925}.Release|Any CPU.Build.0 = Release|Any CPU
{80C765AC-0592-49B3-A226-FBCDB2BF30C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80C765AC-0592-49B3-A226-FBCDB2BF30C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80C765AC-0592-49B3-A226-FBCDB2BF30C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80C765AC-0592-49B3-A226-FBCDB2BF30C2}.Release|Any CPU.Build.0 = Release|Any CPU
{43FC4A9D-9C7F-4412-9B29-08769350BC99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43FC4A9D-9C7F-4412-9B29-08769350BC99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43FC4A9D-9C7F-4412-9B29-08769350BC99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43FC4A9D-9C7F-4412-9B29-08769350BC99}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal