-
-
Notifications
You must be signed in to change notification settings - Fork 239
/
Scrutor.sln
42 lines (42 loc) · 2.15 KB
/
Scrutor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3F8D19AB-70F9-4640-BEDE-BBDA2AA4EE9D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EA96AC3B-130F-4415-9D22-0074ECF8880F}"
ProjectSection(SolutionItems) = preProject
Build.ps1 = Build.ps1
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{34EEB067-2738-4DD0-8596-D67A9461833A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Scrutor", "src\Scrutor\Scrutor.csproj", "{1D63DA77-E425-4FEA-BC82-94A8F6C3024E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Scrutor.Tests", "test\Scrutor.Tests\Scrutor.Tests.csproj", "{B065DC10-3AD1-462B-A90E-9BE86403243E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D63DA77-E425-4FEA-BC82-94A8F6C3024E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D63DA77-E425-4FEA-BC82-94A8F6C3024E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D63DA77-E425-4FEA-BC82-94A8F6C3024E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D63DA77-E425-4FEA-BC82-94A8F6C3024E}.Release|Any CPU.Build.0 = Release|Any CPU
{B065DC10-3AD1-462B-A90E-9BE86403243E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B065DC10-3AD1-462B-A90E-9BE86403243E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B065DC10-3AD1-462B-A90E-9BE86403243E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B065DC10-3AD1-462B-A90E-9BE86403243E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1D63DA77-E425-4FEA-BC82-94A8F6C3024E} = {3F8D19AB-70F9-4640-BEDE-BBDA2AA4EE9D}
{B065DC10-3AD1-462B-A90E-9BE86403243E} = {34EEB067-2738-4DD0-8596-D67A9461833A}
EndGlobalSection
EndGlobal