-
Notifications
You must be signed in to change notification settings - Fork 0
/
yTools.sln
40 lines (40 loc) · 2.12 KB
/
yTools.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "yTools", "yTools\yTools.csproj", "{B228596F-94CC-4DC2-A51B-95F6D9376089}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "yTools.Tests", "yTools.Tests\yTools.Tests.csproj", "{0CE4D90D-5EAE-4C90-A854-278B74D24100}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "yTools.ConsoleApp", "yTools.ConsoleTryout\yTools.ConsoleApp.csproj", "{B6DF3369-4D3F-4471-8B7C-F2DF0A652096}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B228596F-94CC-4DC2-A51B-95F6D9376089}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B228596F-94CC-4DC2-A51B-95F6D9376089}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B228596F-94CC-4DC2-A51B-95F6D9376089}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B228596F-94CC-4DC2-A51B-95F6D9376089}.Release|Any CPU.Build.0 = Release|Any CPU
{0CE4D90D-5EAE-4C90-A854-278B74D24100}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CE4D90D-5EAE-4C90-A854-278B74D24100}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CE4D90D-5EAE-4C90-A854-278B74D24100}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CE4D90D-5EAE-4C90-A854-278B74D24100}.Release|Any CPU.Build.0 = Release|Any CPU
{B6DF3369-4D3F-4471-8B7C-F2DF0A652096}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6DF3369-4D3F-4471-8B7C-F2DF0A652096}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6DF3369-4D3F-4471-8B7C-F2DF0A652096}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6DF3369-4D3F-4471-8B7C-F2DF0A652096}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92ED572C-FDA9-447E-AF30-DE1C41963660}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.2.2
EndGlobalSection
EndGlobal