forked from dfederm/ReferenceTrimmer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReferenceTrimmer.sln
54 lines (54 loc) · 2.64 KB
/
ReferenceTrimmer.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
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27413.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReferenceTrimmer", "src\ReferenceTrimmer.csproj", "{D0410117-6DF9-4E70-91BD-312FEDD51299}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{174263EF-E63B-4225-9716-6AE013F2A1D4}"
ProjectSection(SolutionItems) = preProject
build\CodeAnalysis.ruleset = build\CodeAnalysis.ruleset
build\stylecop.json = build\stylecop.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8ED5F7AF-CA4B-4D0E-B5C0-5AF98E065315}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReferenceTrimmer.Tests", "test\ReferenceTrimmer.Tests.csproj", "{9F80F05C-91EA-4D15-B96C-128E7E5E93CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{16768D5E-9929-45B8-9222-A4A83C40B005}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D49A052F-6C94-4B71-81D4-4D1871858F6D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D0410117-6DF9-4E70-91BD-312FEDD51299}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0410117-6DF9-4E70-91BD-312FEDD51299}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0410117-6DF9-4E70-91BD-312FEDD51299}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0410117-6DF9-4E70-91BD-312FEDD51299}.Release|Any CPU.Build.0 = Release|Any CPU
{9F80F05C-91EA-4D15-B96C-128E7E5E93CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F80F05C-91EA-4D15-B96C-128E7E5E93CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F80F05C-91EA-4D15-B96C-128E7E5E93CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F80F05C-91EA-4D15-B96C-128E7E5E93CB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D0410117-6DF9-4E70-91BD-312FEDD51299} = {D49A052F-6C94-4B71-81D4-4D1871858F6D}
{9F80F05C-91EA-4D15-B96C-128E7E5E93CB} = {16768D5E-9929-45B8-9222-A4A83C40B005}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BD73DFDB-4A6B-49B2-B544-7F071454A46A}
EndGlobalSection
EndGlobal