-
Notifications
You must be signed in to change notification settings - Fork 5
/
ObjectDumper.sln
50 lines (50 loc) · 2.63 KB
/
ObjectDumper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ObjectDumper", "src\ObjectDumper\ObjectDumper.csproj", "{3FDF28DE-BFCF-439A-9430-0D564F1E6EC8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ObjectDumper.Tests", "tests\ObjectDumper.Tests\ObjectDumper.Tests.csproj", "{7329E7DF-3D07-47C8-9E3F-FC0EE9E878D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0CEC06BB-FD37-4DA8-AD68-51FC7F1151D9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
CustomDictionary.xml = CustomDictionary.xml
EXAMPLES.markdown = EXAMPLES.markdown
LICENSE.markdown = LICENSE.markdown
README.markdown = README.markdown
Settings.FxCop = Settings.FxCop
Settings.StyleCop = Settings.StyleCop
SIGNING.markdown = SIGNING.markdown
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseBinaries|Any CPU = ReleaseBinaries|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3FDF28DE-BFCF-439A-9430-0D564F1E6EC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FDF28DE-BFCF-439A-9430-0D564F1E6EC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FDF28DE-BFCF-439A-9430-0D564F1E6EC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FDF28DE-BFCF-439A-9430-0D564F1E6EC8}.Release|Any CPU.Build.0 = Release|Any CPU
{3FDF28DE-BFCF-439A-9430-0D564F1E6EC8}.ReleaseBinaries|Any CPU.ActiveCfg = ReleaseBinaries|Any CPU
{3FDF28DE-BFCF-439A-9430-0D564F1E6EC8}.ReleaseBinaries|Any CPU.Build.0 = ReleaseBinaries|Any CPU
{7329E7DF-3D07-47C8-9E3F-FC0EE9E878D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7329E7DF-3D07-47C8-9E3F-FC0EE9E878D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7329E7DF-3D07-47C8-9E3F-FC0EE9E878D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7329E7DF-3D07-47C8-9E3F-FC0EE9E878D1}.Release|Any CPU.Build.0 = Release|Any CPU
{7329E7DF-3D07-47C8-9E3F-FC0EE9E878D1}.ReleaseBinaries|Any CPU.ActiveCfg = ReleaseBinaries|Any CPU
{7329E7DF-3D07-47C8-9E3F-FC0EE9E878D1}.ReleaseBinaries|Any CPU.Build.0 = ReleaseBinaries|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {006C3C14-37D8-4E02-9A79-A82F7FD733BC}
EndGlobalSection
EndGlobal