-
Notifications
You must be signed in to change notification settings - Fork 0
/
DeepTownResourcesCalculator.sln
44 lines (44 loc) · 2.32 KB
/
DeepTownResourcesCalculator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeepTownResourcesCalculator", "DeepTownResourcesCalculator\DeepTownResourcesCalculator.csproj", "{5B096E28-536E-4DBC-B127-AEF466B2524B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ReadMe", "ReadMe", "{963F27D1-5D24-4FB3-87BD-0CF7F80D9560}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Outputs", "Outputs", "{7CC7CE8B-25D7-40DB-BEF2-F709A4725A88}"
ProjectSection(SolutionItems) = preProject
Outputs\1-LongestTimeToProduceSubcomponents.md = Outputs\1-LongestTimeToProduceSubcomponents.md
Outputs\1-LongestTimeToProduceSubcomponents.txt = Outputs\1-LongestTimeToProduceSubcomponents.txt
Outputs\2-MostExpensiveSubcomponts.md = Outputs\2-MostExpensiveSubcomponts.md
Outputs\2-MostExpensiveSubcomponts.txt = Outputs\2-MostExpensiveSubcomponts.txt
Outputs\3-HighestProfitMargins.md = Outputs\3-HighestProfitMargins.md
Outputs\3-HighestProfitMargins.txt = Outputs\3-HighestProfitMargins.txt
Outputs\4-TimeToValueRatio.md = Outputs\4-TimeToValueRatio.md
Outputs\4-TimeToValueRatio.txt = Outputs\4-TimeToValueRatio.txt
Outputs\5-TimeRequiredAtMaxRequest.md = Outputs\5-TimeRequiredAtMaxRequest.md
Outputs\5-TimeRequiredAtMaxRequest.txt = Outputs\5-TimeRequiredAtMaxRequest.txt
Outputs\6-ValueAtMaxRequest.md = Outputs\6-ValueAtMaxRequest.md
Outputs\6-ValueAtMaxRequest.txt = Outputs\6-ValueAtMaxRequest.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B096E28-536E-4DBC-B127-AEF466B2524B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B096E28-536E-4DBC-B127-AEF466B2524B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B096E28-536E-4DBC-B127-AEF466B2524B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B096E28-536E-4DBC-B127-AEF466B2524B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal