-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrightWeather.sln
More file actions
49 lines (49 loc) · 2.54 KB
/
Copy pathBrightWeather.sln
File metadata and controls
49 lines (49 loc) · 2.54 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
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BrightWeather", "BrightWeather\BrightWeather.vcxproj", "{9E2BD564-EE43-4D73-98EB-80424326CABD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BrightWeatherUnitTests", "BrightWeatherUnitTests\BrightWeatherUnitTests.vcxproj", "{593477C2-0D7D-4715-B60F-24FEF740B5EC}"
ProjectSection(ProjectDependencies) = postProject
{9E2BD564-EE43-4D73-98EB-80424326CABD} = {9E2BD564-EE43-4D73-98EB-80424326CABD}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{01463D5A-6F67-4D23-916F-4CD7814BE08D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E2BD564-EE43-4D73-98EB-80424326CABD}.Debug|x64.ActiveCfg = Debug|x64
{9E2BD564-EE43-4D73-98EB-80424326CABD}.Debug|x64.Build.0 = Debug|x64
{9E2BD564-EE43-4D73-98EB-80424326CABD}.Debug|x86.ActiveCfg = Debug|Win32
{9E2BD564-EE43-4D73-98EB-80424326CABD}.Debug|x86.Build.0 = Debug|Win32
{9E2BD564-EE43-4D73-98EB-80424326CABD}.Release|x64.ActiveCfg = Release|x64
{9E2BD564-EE43-4D73-98EB-80424326CABD}.Release|x64.Build.0 = Release|x64
{9E2BD564-EE43-4D73-98EB-80424326CABD}.Release|x86.ActiveCfg = Release|Win32
{9E2BD564-EE43-4D73-98EB-80424326CABD}.Release|x86.Build.0 = Release|Win32
{593477C2-0D7D-4715-B60F-24FEF740B5EC}.Debug|x64.ActiveCfg = Debug|x64
{593477C2-0D7D-4715-B60F-24FEF740B5EC}.Debug|x64.Build.0 = Debug|x64
{593477C2-0D7D-4715-B60F-24FEF740B5EC}.Debug|x86.ActiveCfg = Debug|Win32
{593477C2-0D7D-4715-B60F-24FEF740B5EC}.Debug|x86.Build.0 = Debug|Win32
{593477C2-0D7D-4715-B60F-24FEF740B5EC}.Release|x64.ActiveCfg = Release|x64
{593477C2-0D7D-4715-B60F-24FEF740B5EC}.Release|x64.Build.0 = Release|x64
{593477C2-0D7D-4715-B60F-24FEF740B5EC}.Release|x86.ActiveCfg = Release|Win32
{593477C2-0D7D-4715-B60F-24FEF740B5EC}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B1E924E4-183F-4CF9-918C-C53784ACE605}
EndGlobalSection
EndGlobal