-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFirstRow.sln
More file actions
31 lines (31 loc) · 1.54 KB
/
Copy pathFirstRow.sln
File metadata and controls
31 lines (31 loc) · 1.54 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32126.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FirstRow", "FirstRow\FirstRow.csproj", "{8D25EE36-4921-4F18-AA9A-33F5400576DB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "library", "library\library.csproj", "{D831EA68-CA9C-4F45-9FF7-7183062210AE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D25EE36-4921-4F18-AA9A-33F5400576DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D25EE36-4921-4F18-AA9A-33F5400576DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D25EE36-4921-4F18-AA9A-33F5400576DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D25EE36-4921-4F18-AA9A-33F5400576DB}.Release|Any CPU.Build.0 = Release|Any CPU
{D831EA68-CA9C-4F45-9FF7-7183062210AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D831EA68-CA9C-4F45-9FF7-7183062210AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D831EA68-CA9C-4F45-9FF7-7183062210AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D831EA68-CA9C-4F45-9FF7-7183062210AE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE3BD8A5-F78C-47D6-9475-C23827523720}
EndGlobalSection
EndGlobal