-
Notifications
You must be signed in to change notification settings - Fork 5
/
DeReviewer.sln
49 lines (49 loc) · 3.02 KB
/
DeReviewer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.438
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeReviewer", "DeReviewer\DeReviewer.csproj", "{D35FEF7D-6841-4414-B2A5-93365DCA905F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dnlib", "dnlib\src\dnlib.csproj", "{F1B76FE5-8338-4BF6-9570-B285E852952B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeReviewer.Tests", "DeReviewer.Tests\DeReviewer.Tests.csproj", "{19183687-D234-4547-8AEE-4003BDEB6631}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeReviewer.KnowledgeBase", "DeReviewer.KnowledgeBase\DeReviewer.KnowledgeBase.csproj", "{231E8889-D242-419C-9980-012625859738}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeReviewer.Analysis", "DeReviewer.Analysis\DeReviewer.Analysis.csproj", "{495F718A-D925-4639-B6B9-00D00A17B3F6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D35FEF7D-6841-4414-B2A5-93365DCA905F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D35FEF7D-6841-4414-B2A5-93365DCA905F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D35FEF7D-6841-4414-B2A5-93365DCA905F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D35FEF7D-6841-4414-B2A5-93365DCA905F}.Release|Any CPU.Build.0 = Release|Any CPU
{F1B76FE5-8338-4BF6-9570-B285E852952B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1B76FE5-8338-4BF6-9570-B285E852952B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1B76FE5-8338-4BF6-9570-B285E852952B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1B76FE5-8338-4BF6-9570-B285E852952B}.Release|Any CPU.Build.0 = Release|Any CPU
{19183687-D234-4547-8AEE-4003BDEB6631}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19183687-D234-4547-8AEE-4003BDEB6631}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19183687-D234-4547-8AEE-4003BDEB6631}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19183687-D234-4547-8AEE-4003BDEB6631}.Release|Any CPU.Build.0 = Release|Any CPU
{231E8889-D242-419C-9980-012625859738}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{231E8889-D242-419C-9980-012625859738}.Debug|Any CPU.Build.0 = Debug|Any CPU
{231E8889-D242-419C-9980-012625859738}.Release|Any CPU.ActiveCfg = Release|Any CPU
{231E8889-D242-419C-9980-012625859738}.Release|Any CPU.Build.0 = Release|Any CPU
{495F718A-D925-4639-B6B9-00D00A17B3F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{495F718A-D925-4639-B6B9-00D00A17B3F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{495F718A-D925-4639-B6B9-00D00A17B3F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{495F718A-D925-4639-B6B9-00D00A17B3F6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4B2B1B45-4439-42E8-8D97-D532B56DAD02}
EndGlobalSection
EndGlobal