-
Notifications
You must be signed in to change notification settings - Fork 5
/
BallisticCalculator.sln
45 lines (45 loc) · 2.61 KB
/
BallisticCalculator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BallisticCalculator", "BallisticCalculator\BallisticCalculator.csproj", "{C4E7751E-DCCE-4A24-88E1-75543BF9870D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BallisticCalculator.Test", "BallisticCalculator.Test\BallisticCalculator.Test.csproj", "{15E9136D-771C-46A4-A95B-D870E82C7EA1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BallisticCalculator.Debug", "BallisticCalculator.Debug\BallisticCalculator.Debug.csproj", "{096C2838-6364-4F84-B685-C1863F6E9747}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C7A03B43-1BDE-4141-9CD9-2943B294CE2D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4E7751E-DCCE-4A24-88E1-75543BF9870D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4E7751E-DCCE-4A24-88E1-75543BF9870D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4E7751E-DCCE-4A24-88E1-75543BF9870D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4E7751E-DCCE-4A24-88E1-75543BF9870D}.Release|Any CPU.Build.0 = Release|Any CPU
{15E9136D-771C-46A4-A95B-D870E82C7EA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15E9136D-771C-46A4-A95B-D870E82C7EA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15E9136D-771C-46A4-A95B-D870E82C7EA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15E9136D-771C-46A4-A95B-D870E82C7EA1}.Release|Any CPU.Build.0 = Release|Any CPU
{096C2838-6364-4F84-B685-C1863F6E9747}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{096C2838-6364-4F84-B685-C1863F6E9747}.Debug|Any CPU.Build.0 = Debug|Any CPU
{096C2838-6364-4F84-B685-C1863F6E9747}.Release|Any CPU.ActiveCfg = Release|Any CPU
{096C2838-6364-4F84-B685-C1863F6E9747}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F8409515-AAAA-459A-8661-F651BF9FF1F1}
SolutionGuid = {AAE7D1C7-ADD5-4A4F-AE8E-445215839359}
SolutionGuid = {08DCD22C-F051-46F7-B091-A7FA54E2A4FD}
SolutionGuid = {1DB720A6-F8F3-459A-B73B-7B427A562420}
EndGlobalSection
EndGlobal