-
Notifications
You must be signed in to change notification settings - Fork 0
/
TorPlayground.sln
55 lines (55 loc) · 3.49 KB
/
TorPlayground.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
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.421
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Swtor.Dps.StatOptimizer", "src\Swtor.Dps.StatOptimizer\Swtor.Dps.StatOptimizer.csproj", "{2355247D-CBE1-4373-B409-66D7E71B1F69}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Swtor.Dps.DamageModel", "src\Swtor.Dps.DamageModel\Swtor.Dps.DamageModel.csproj", "{F36D2B70-0426-402E-8CF8-15887180B962}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Swtor.Dps.Resources", "src\Swtor.Dps.Resources\Swtor.Dps.Resources.csproj", "{890CE87B-F727-40C6-9D14-758C687F625B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Swtor.Dps.LogParser", "src\Swtor.Dps.LogParser\Swtor.Dps.LogParser.csproj", "{8D112C09-EA2F-4211-A432-424668CB1534}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Swtor.Dps.ClassAbilityXmlMerger", "src\Swtor.Dps.ClassAbilitiesMerger\Swtor.Dps.ClassAbilityXmlMerger.csproj", "{4F777BEE-3F46-4285-8AC4-1A82231E44AE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Apps", "Apps", "{19B635EF-D49B-4397-97F3-C147E1B8783E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2355247D-CBE1-4373-B409-66D7E71B1F69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2355247D-CBE1-4373-B409-66D7E71B1F69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2355247D-CBE1-4373-B409-66D7E71B1F69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2355247D-CBE1-4373-B409-66D7E71B1F69}.Release|Any CPU.Build.0 = Release|Any CPU
{F36D2B70-0426-402E-8CF8-15887180B962}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F36D2B70-0426-402E-8CF8-15887180B962}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F36D2B70-0426-402E-8CF8-15887180B962}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F36D2B70-0426-402E-8CF8-15887180B962}.Release|Any CPU.Build.0 = Release|Any CPU
{890CE87B-F727-40C6-9D14-758C687F625B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{890CE87B-F727-40C6-9D14-758C687F625B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{890CE87B-F727-40C6-9D14-758C687F625B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{890CE87B-F727-40C6-9D14-758C687F625B}.Release|Any CPU.Build.0 = Release|Any CPU
{8D112C09-EA2F-4211-A432-424668CB1534}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D112C09-EA2F-4211-A432-424668CB1534}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D112C09-EA2F-4211-A432-424668CB1534}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D112C09-EA2F-4211-A432-424668CB1534}.Release|Any CPU.Build.0 = Release|Any CPU
{4F777BEE-3F46-4285-8AC4-1A82231E44AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F777BEE-3F46-4285-8AC4-1A82231E44AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F777BEE-3F46-4285-8AC4-1A82231E44AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F777BEE-3F46-4285-8AC4-1A82231E44AE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2355247D-CBE1-4373-B409-66D7E71B1F69} = {19B635EF-D49B-4397-97F3-C147E1B8783E}
{4F777BEE-3F46-4285-8AC4-1A82231E44AE} = {19B635EF-D49B-4397-97F3-C147E1B8783E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC7DB034-6588-4A40-8EDF-AB4010268020}
EndGlobalSection
EndGlobal