-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPackageGuard.sln
More file actions
50 lines (50 loc) · 3.04 KB
/
PackageGuard.sln
File metadata and controls
50 lines (50 loc) · 3.04 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
38
39
40
41
42
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{506022A4-AD68-43A1-A670-F2798A4091FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{4D180A10-CB16-4781-BEB7-EAE2038A0993}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
Samples\config.json = Samples\config.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PackageGuard.Core", "Src\PackageGuard.Core\PackageGuard.Core.csproj", "{5477FF7B-BE6D-48EF-9164-E89F658027E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PackageGuard.Specs", "Src\PackageGuard.Specs\PackageGuard.Specs.csproj", "{775114E1-DC36-44A9-9150-79738A95DA00}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PackageGuard.ApiVerificationTests", "Src\PackageGuard.ApiVerificationTests\PackageGuard.ApiVerificationTests.csproj", "{2556E20E-7408-4E55-BFD1-344535F8D940}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PackageGuard", "Src\PackageGuard\PackageGuard.csproj", "{B14DA0B4-9078-491B-8672-A341BF0E18DD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{506022A4-AD68-43A1-A670-F2798A4091FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{506022A4-AD68-43A1-A670-F2798A4091FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5477FF7B-BE6D-48EF-9164-E89F658027E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5477FF7B-BE6D-48EF-9164-E89F658027E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5477FF7B-BE6D-48EF-9164-E89F658027E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5477FF7B-BE6D-48EF-9164-E89F658027E0}.Release|Any CPU.Build.0 = Release|Any CPU
{775114E1-DC36-44A9-9150-79738A95DA00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{775114E1-DC36-44A9-9150-79738A95DA00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{775114E1-DC36-44A9-9150-79738A95DA00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{775114E1-DC36-44A9-9150-79738A95DA00}.Release|Any CPU.Build.0 = Release|Any CPU
{2556E20E-7408-4E55-BFD1-344535F8D940}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2556E20E-7408-4E55-BFD1-344535F8D940}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2556E20E-7408-4E55-BFD1-344535F8D940}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2556E20E-7408-4E55-BFD1-344535F8D940}.Release|Any CPU.Build.0 = Release|Any CPU
{B14DA0B4-9078-491B-8672-A341BF0E18DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B14DA0B4-9078-491B-8672-A341BF0E18DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B14DA0B4-9078-491B-8672-A341BF0E18DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B14DA0B4-9078-491B-8672-A341BF0E18DD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal