-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFunction.sln
More file actions
46 lines (46 loc) · 2.42 KB
/
Function.sln
File metadata and controls
46 lines (46 loc) · 2.42 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
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Function", "Function\Function.vcxproj", "{1803A02F-8309-4241-8D48-66C478C968A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Static|x64 = Debug Static|x64
Debug Static|x86 = Debug Static|x86
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release Static|x64 = Release Static|x64
Release Static|x86 = Release Static|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
Test|x64 = Test|x64
Test|x86 = Test|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1803A02F-8309-4241-8D48-66C478C968A3}.Debug Static|x64.ActiveCfg = Debug Static|x64
{1803A02F-8309-4241-8D48-66C478C968A3}.Debug Static|x64.Build.0 = Debug Static|x64
{1803A02F-8309-4241-8D48-66C478C968A3}.Debug Static|x86.ActiveCfg = Debug Static|Win32
{1803A02F-8309-4241-8D48-66C478C968A3}.Debug Static|x86.Build.0 = Debug Static|Win32
{1803A02F-8309-4241-8D48-66C478C968A3}.Debug|x64.ActiveCfg = Debug|x64
{1803A02F-8309-4241-8D48-66C478C968A3}.Debug|x64.Build.0 = Debug|x64
{1803A02F-8309-4241-8D48-66C478C968A3}.Debug|x86.ActiveCfg = Debug|Win32
{1803A02F-8309-4241-8D48-66C478C968A3}.Debug|x86.Build.0 = Debug|Win32
{1803A02F-8309-4241-8D48-66C478C968A3}.Release Static|x64.ActiveCfg = Release Static|x64
{1803A02F-8309-4241-8D48-66C478C968A3}.Release Static|x64.Build.0 = Release Static|x64
{1803A02F-8309-4241-8D48-66C478C968A3}.Release Static|x86.ActiveCfg = Release Static|Win32
{1803A02F-8309-4241-8D48-66C478C968A3}.Release Static|x86.Build.0 = Release Static|Win32
{1803A02F-8309-4241-8D48-66C478C968A3}.Release|x64.ActiveCfg = Release|x64
{1803A02F-8309-4241-8D48-66C478C968A3}.Release|x64.Build.0 = Release|x64
{1803A02F-8309-4241-8D48-66C478C968A3}.Release|x86.ActiveCfg = Release|Win32
{1803A02F-8309-4241-8D48-66C478C968A3}.Release|x86.Build.0 = Release|Win32
{1803A02F-8309-4241-8D48-66C478C968A3}.Test|x64.ActiveCfg = Test|x64
{1803A02F-8309-4241-8D48-66C478C968A3}.Test|x64.Build.0 = Test|x64
{1803A02F-8309-4241-8D48-66C478C968A3}.Test|x86.ActiveCfg = Test|Win32
{1803A02F-8309-4241-8D48-66C478C968A3}.Test|x86.Build.0 = Test|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal