-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathEasyRun.sln
43 lines (43 loc) · 2.31 KB
/
EasyRun.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
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyRun2019", "EasyRun2019\EasyRun2019.csproj", "{7CFAC78F-0D55-4FB8-9E7C-E636F6F82D34}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0FBDC752-30EE-4FAA-A4A4-E00EF8B79F46}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "EasyRunShared", "EasyRunShared\EasyRunShared.shproj", "{B3155DBE-C026-4D0C-8A3E-5363848CF0C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyRun2022", "EasyRun2022\EasyRun2022.csproj", "{40AAF642-C45B-4243-8F3B-125DA3DE7E3C}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
EasyRunShared\EasyRunShared.projitems*{40aaf642-c45b-4243-8f3b-125da3de7e3c}*SharedItemsImports = 4
EasyRunShared\EasyRunShared.projitems*{7cfac78f-0d55-4fb8-9e7c-e636f6f82d34}*SharedItemsImports = 4
EasyRunShared\EasyRunShared.projitems*{b3155dbe-c026-4d0c-8a3e-5363848cf0c5}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7CFAC78F-0D55-4FB8-9E7C-E636F6F82D34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CFAC78F-0D55-4FB8-9E7C-E636F6F82D34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CFAC78F-0D55-4FB8-9E7C-E636F6F82D34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CFAC78F-0D55-4FB8-9E7C-E636F6F82D34}.Release|Any CPU.Build.0 = Release|Any CPU
{40AAF642-C45B-4243-8F3B-125DA3DE7E3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40AAF642-C45B-4243-8F3B-125DA3DE7E3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40AAF642-C45B-4243-8F3B-125DA3DE7E3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40AAF642-C45B-4243-8F3B-125DA3DE7E3C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E7D1194-0E00-487E-881A-20C23A502530}
EndGlobalSection
EndGlobal