-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathVerify.Nupkg.sln
44 lines (44 loc) · 2.35 KB
/
Verify.Nupkg.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
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34408.163
MinimumVisualStudioVersion = 16.0.29201.188
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Verify.Nupkg", "Verify.Nupkg\Verify.Nupkg.csproj", "{C35E31DE-40A9-45C0-817B-41BE5B7D076E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9A6C4741-C83D-4E05-A62F-8049F65B9B6C}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Verify.Nupkg.Tests", "Tests\Verify.Nupkg.Tests\Verify.Nupkg.Tests.csproj", "{FD87C543-2D04-4338-8509-0CF543BC8F98}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmarks", "benchmarks\Benchmarks.csproj", "{AFF48013-5364-4C3A-9F1B-FFF38CD77F1A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C35E31DE-40A9-45C0-817B-41BE5B7D076E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C35E31DE-40A9-45C0-817B-41BE5B7D076E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C35E31DE-40A9-45C0-817B-41BE5B7D076E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C35E31DE-40A9-45C0-817B-41BE5B7D076E}.Release|Any CPU.Build.0 = Release|Any CPU
{FD87C543-2D04-4338-8509-0CF543BC8F98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD87C543-2D04-4338-8509-0CF543BC8F98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD87C543-2D04-4338-8509-0CF543BC8F98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD87C543-2D04-4338-8509-0CF543BC8F98}.Release|Any CPU.Build.0 = Release|Any CPU
{AFF48013-5364-4C3A-9F1B-FFF38CD77F1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFF48013-5364-4C3A-9F1B-FFF38CD77F1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFF48013-5364-4C3A-9F1B-FFF38CD77F1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFF48013-5364-4C3A-9F1B-FFF38CD77F1A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B0B94980-5385-4EC6-A0EE-C9A191DDFC05}
EndGlobalSection
EndGlobal