blob: a3c600c0203cb25746f01645396a1f62a780b589 (
plain) (
blame)
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
|
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FutureValue", "FutureValue\FutureValue.csproj", "{156795E2-918B-4C21-BA0E-3E6C7D916D43}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{156795E2-918B-4C21-BA0E-3E6C7D916D43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{156795E2-918B-4C21-BA0E-3E6C7D916D43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{156795E2-918B-4C21-BA0E-3E6C7D916D43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{156795E2-918B-4C21-BA0E-3E6C7D916D43}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8B31CA13-44A4-4CA8-90AD-A01B9E7D28CF}
EndGlobalSection
EndGlobal
|