-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathbasic.sln
38 lines (38 loc) · 1.94 KB
/
basic.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
# SharpDevelop 5.1
VisualStudioVersion = 16.0.29025.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Program", "Program\Program.csproj", "{5E37FF19-5322-417F-8C49-11480F4AA8E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "Utils\Utils.csproj", "{8123D753-76C9-4C92-9EF2-CBFAD60B9288}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Extensions", "Extensions\Extensions.csproj", "{D83DFE64-32B2-406E-A9A2-E2AE61777C80}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5E37FF19-5322-417F-8C49-11480F4AA8E1}.Debug|x86.ActiveCfg = Debug|x86
{5E37FF19-5322-417F-8C49-11480F4AA8E1}.Debug|x86.Build.0 = Debug|x86
{5E37FF19-5322-417F-8C49-11480F4AA8E1}.Release|x86.ActiveCfg = Release|x86
{5E37FF19-5322-417F-8C49-11480F4AA8E1}.Release|x86.Build.0 = Release|x86
{8123D753-76C9-4C92-9EF2-CBFAD60B9288}.Debug|x86.ActiveCfg = Debug|x86
{8123D753-76C9-4C92-9EF2-CBFAD60B9288}.Debug|x86.Build.0 = Debug|x86
{8123D753-76C9-4C92-9EF2-CBFAD60B9288}.Release|x86.ActiveCfg = Release|x86
{8123D753-76C9-4C92-9EF2-CBFAD60B9288}.Release|x86.Build.0 = Release|x86
{D83DFE64-32B2-406E-A9A2-E2AE61777C80}.Debug|x86.ActiveCfg = Debug|x86
{D83DFE64-32B2-406E-A9A2-E2AE61777C80}.Debug|x86.Build.0 = Debug|x86
{D83DFE64-32B2-406E-A9A2-E2AE61777C80}.Release|x86.ActiveCfg = Release|x86
{D83DFE64-32B2-406E-A9A2-E2AE61777C80}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {140B5D7C-1AEC-4DE6-B100-09DCC30D06A0}
EndGlobalSection
EndGlobal