-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestLockFile.sln
More file actions
37 lines (37 loc) · 1.85 KB
/
TestLockFile.sln
File metadata and controls
37 lines (37 loc) · 1.85 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
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28822.285
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestLockFile", "TestLockFile\TestLockFile.csproj", "{7C26170F-74B6-4FEB-981A-E3F5D8F0BE73}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "My.Class.Library", "My.Class.Library\My.Class.Library.csproj", "{4D38D225-2671-4983-B739-2944000729C5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E881F123-2CBA-4C03-B970-4334360BA716}"
ProjectSection(SolutionItems) = preProject
directory.build.props = directory.build.props
nuget.config = nuget.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C26170F-74B6-4FEB-981A-E3F5D8F0BE73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C26170F-74B6-4FEB-981A-E3F5D8F0BE73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C26170F-74B6-4FEB-981A-E3F5D8F0BE73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C26170F-74B6-4FEB-981A-E3F5D8F0BE73}.Release|Any CPU.Build.0 = Release|Any CPU
{4D38D225-2671-4983-B739-2944000729C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D38D225-2671-4983-B739-2944000729C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D38D225-2671-4983-B739-2944000729C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D38D225-2671-4983-B739-2944000729C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4B0F3B1F-D7EE-411F-ADE5-9B54513EF663}
EndGlobalSection
EndGlobal