-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathTransNet.sln
More file actions
54 lines (54 loc) · 2.81 KB
/
Copy pathTransNet.sln
File metadata and controls
54 lines (54 loc) · 2.81 KB
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 Version 16
VisualStudioVersion = 16.0.29521.150
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5C2B2227-D4DA-425B-8EC6-37D9C220EDA1}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build.cake = build.cake
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{ED5D2DC6-08F0-4FF6-A168-24F58C3706C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{F63B09BA-E971-4DEA-AD9D-02EC0A0CEAEC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TransNet", "src\TransNet\TransNet.csproj", "{47771707-2DF7-4C31-BB56-B21132646490}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TransNet_Test", "test\TransNet_Test\TransNet_Test.csproj", "{9F224D19-F44E-46FD-87BE-FDBB85CBF860}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resources", "Resources", "{8567E27C-7FFD-4B25-AA98-A4A42E434891}"
ProjectSection(SolutionItems) = preProject
Resources\Maltego-Local-Transform-1.png = Resources\Maltego-Local-Transform-1.png
Resources\Maltego-Local-Transform-2.png = Resources\Maltego-Local-Transform-2.png
Resources\Maltego-Local-Transform-Result.png = Resources\Maltego-Local-Transform-Result.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47771707-2DF7-4C31-BB56-B21132646490}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47771707-2DF7-4C31-BB56-B21132646490}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47771707-2DF7-4C31-BB56-B21132646490}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47771707-2DF7-4C31-BB56-B21132646490}.Release|Any CPU.Build.0 = Release|Any CPU
{9F224D19-F44E-46FD-87BE-FDBB85CBF860}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F224D19-F44E-46FD-87BE-FDBB85CBF860}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F224D19-F44E-46FD-87BE-FDBB85CBF860}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F224D19-F44E-46FD-87BE-FDBB85CBF860}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{47771707-2DF7-4C31-BB56-B21132646490} = {ED5D2DC6-08F0-4FF6-A168-24F58C3706C2}
{9F224D19-F44E-46FD-87BE-FDBB85CBF860} = {F63B09BA-E971-4DEA-AD9D-02EC0A0CEAEC}
{8567E27C-7FFD-4B25-AA98-A4A42E434891} = {5C2B2227-D4DA-425B-8EC6-37D9C220EDA1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D4EE871-DD02-436A-BFCF-661426BFD545}
EndGlobalSection
EndGlobal