-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
KALUS.sln
42 lines (42 loc) · 2.25 KB
/
KALUS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kalus", "Kalus\Kalus.csproj", "{38B8637D-D4EB-422C-BF5C-0A02A62F4FA9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8AD5B7C7-7364-4DDE-B73D-7A8C3F8DD491}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kalus.UnitTest", "Kalus.UnitTest\Kalus.UnitTest.csproj", "{94D01AC3-71C3-4627-B1ED-C613A0AD416B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kalus.Updater", "Kalus.Updater\Kalus.Updater.csproj", "{A53F1B66-6DB1-4882-81B3-3D8A3BC46A18}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{38B8637D-D4EB-422C-BF5C-0A02A62F4FA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38B8637D-D4EB-422C-BF5C-0A02A62F4FA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38B8637D-D4EB-422C-BF5C-0A02A62F4FA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38B8637D-D4EB-422C-BF5C-0A02A62F4FA9}.Release|Any CPU.Build.0 = Release|Any CPU
{94D01AC3-71C3-4627-B1ED-C613A0AD416B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94D01AC3-71C3-4627-B1ED-C613A0AD416B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94D01AC3-71C3-4627-B1ED-C613A0AD416B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94D01AC3-71C3-4627-B1ED-C613A0AD416B}.Release|Any CPU.Build.0 = Release|Any CPU
{A53F1B66-6DB1-4882-81B3-3D8A3BC46A18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A53F1B66-6DB1-4882-81B3-3D8A3BC46A18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A53F1B66-6DB1-4882-81B3-3D8A3BC46A18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A53F1B66-6DB1-4882-81B3-3D8A3BC46A18}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE72656F-FC3A-4BD8-93DB-41D29B172945}
EndGlobalSection
EndGlobal