-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTrident.sln
More file actions
43 lines (43 loc) · 2.53 KB
/
Trident.sln
File metadata and controls
43 lines (43 loc) · 2.53 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Trident", "Trident\Trident.csproj", "{7ED8E311-74EB-44E8-96E1-1641258A811C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Trident.Core", "Trident.Core\Trident.Core.csproj", "{BCB539DC-4CDB-4D3A-90E9-8F26D5CD4472}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Trident.Tests", "Trident.Tests\Trident.Tests.csproj", "{28992C56-B35E-4CB8-A25D-8108637A8E6B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Trident.CodeGeneration", "Trident.CodeGeneration\Trident.CodeGeneration.csproj", "{11104C53-53CD-4244-AECD-D177981E26C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7ED8E311-74EB-44E8-96E1-1641258A811C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7ED8E311-74EB-44E8-96E1-1641258A811C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7ED8E311-74EB-44E8-96E1-1641258A811C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7ED8E311-74EB-44E8-96E1-1641258A811C}.Release|Any CPU.Build.0 = Release|Any CPU
{BCB539DC-4CDB-4D3A-90E9-8F26D5CD4472}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCB539DC-4CDB-4D3A-90E9-8F26D5CD4472}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCB539DC-4CDB-4D3A-90E9-8F26D5CD4472}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCB539DC-4CDB-4D3A-90E9-8F26D5CD4472}.Release|Any CPU.Build.0 = Release|Any CPU
{28992C56-B35E-4CB8-A25D-8108637A8E6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28992C56-B35E-4CB8-A25D-8108637A8E6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28992C56-B35E-4CB8-A25D-8108637A8E6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28992C56-B35E-4CB8-A25D-8108637A8E6B}.Release|Any CPU.Build.0 = Release|Any CPU
{11104C53-53CD-4244-AECD-D177981E26C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11104C53-53CD-4244-AECD-D177981E26C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11104C53-53CD-4244-AECD-D177981E26C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11104C53-53CD-4244-AECD-D177981E26C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6446B06A-5E95-4D3C-A1B1-8AA4A3655F0C}
EndGlobalSection
EndGlobal