-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Visualize.sln
52 lines (52 loc) · 2.92 KB
/
Visualize.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29201.188
MinimumVisualStudioVersion = 16.0.29201.188
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Visualize.Fody", "Visualize.Fody\Visualize.Fody.csproj", "{7B94EDAB-E973-4D1A-8418-67F1AEBB1005}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssemblyToProcess", "AssemblyToProcess\AssemblyToProcess.csproj", "{1A24866D-4DD7-4432-9D8F-EBEF8F4517B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{CB4D487F-8FB9-4EC9-968A-536FC2C1F1E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Visualize", "Visualize\Visualize.csproj", "{61DCA094-787B-4762-B9D0-DEDD89CA22B7}"
ProjectSection(ProjectDependencies) = postProject
{7B94EDAB-E973-4D1A-8418-67F1AEBB1005} = {7B94EDAB-E973-4D1A-8418-67F1AEBB1005}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{80654237-8E57-4230-A2C2-1F344801A549}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
global.json = global.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7B94EDAB-E973-4D1A-8418-67F1AEBB1005}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B94EDAB-E973-4D1A-8418-67F1AEBB1005}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B94EDAB-E973-4D1A-8418-67F1AEBB1005}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B94EDAB-E973-4D1A-8418-67F1AEBB1005}.Release|Any CPU.Build.0 = Release|Any CPU
{1A24866D-4DD7-4432-9D8F-EBEF8F4517B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A24866D-4DD7-4432-9D8F-EBEF8F4517B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A24866D-4DD7-4432-9D8F-EBEF8F4517B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A24866D-4DD7-4432-9D8F-EBEF8F4517B1}.Release|Any CPU.Build.0 = Release|Any CPU
{CB4D487F-8FB9-4EC9-968A-536FC2C1F1E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB4D487F-8FB9-4EC9-968A-536FC2C1F1E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB4D487F-8FB9-4EC9-968A-536FC2C1F1E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB4D487F-8FB9-4EC9-968A-536FC2C1F1E9}.Release|Any CPU.Build.0 = Release|Any CPU
{61DCA094-787B-4762-B9D0-DEDD89CA22B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61DCA094-787B-4762-B9D0-DEDD89CA22B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61DCA094-787B-4762-B9D0-DEDD89CA22B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61DCA094-787B-4762-B9D0-DEDD89CA22B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AEF40157-E542-4A8F-8369-08B8850790A5}
EndGlobalSection
EndGlobal