-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHavoc.sln
48 lines (48 loc) · 2.42 KB
/
Havoc.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 17.0.31903.59
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{072ED344-474D-427D-B230-10E816268069}"
ProjectSection(SolutionItems) = preProject
..\.gitattributes = ..\.gitattributes
..\.gitignore = ..\.gitignore
..\appveyor.yml = ..\appveyor.yml
..\build.cmd = ..\build.cmd
..\HISTORY.md = ..\HISTORY.md
..\LICENSE = ..\LICENSE
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Havoc", "Havoc\Havoc.csproj", "{51789096-8F97-4693-8E7A-5CBBABF3F022}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Havoc.Tests", "Havoc.Tests\Havoc.Tests.csproj", "{825C9114-7DF1-4764-8A24-C485291C9FEC}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Builder", "Builder\Builder.fsproj", "{2E878DDF-5585-48F2-85E0-748579278C9A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51789096-8F97-4693-8E7A-5CBBABF3F022}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51789096-8F97-4693-8E7A-5CBBABF3F022}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51789096-8F97-4693-8E7A-5CBBABF3F022}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51789096-8F97-4693-8E7A-5CBBABF3F022}.Release|Any CPU.Build.0 = Release|Any CPU
{825C9114-7DF1-4764-8A24-C485291C9FEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{825C9114-7DF1-4764-8A24-C485291C9FEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{825C9114-7DF1-4764-8A24-C485291C9FEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{825C9114-7DF1-4764-8A24-C485291C9FEC}.Release|Any CPU.Build.0 = Release|Any CPU
{2E878DDF-5585-48F2-85E0-748579278C9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E878DDF-5585-48F2-85E0-748579278C9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E878DDF-5585-48F2-85E0-748579278C9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E878DDF-5585-48F2-85E0-748579278C9A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4F2B15FC-8FBD-40B5-8151-47C4F9F823D2}
EndGlobalSection
EndGlobal