forked from tcaux/cpprestsdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcpprestsdk120.sln
More file actions
41 lines (41 loc) · 2.04 KB
/
Copy pathcpprestsdk120.sln
File metadata and controls
41 lines (41 loc) · 2.04 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cpprestsdk120", "Release\src\build\vs12\casablanca120.vcxproj", "{01A76234-E6E8-4332-9FE2-1E12C34621BE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{E25A1A01-9AB0-41C5-A03B-F6B83F5E66B9}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Release\src\build\common.vcxitems*{01a76234-e6e8-4332-9fe2-1e12c34621be}*SharedItemsImports = 4
Release\src\build\win32.vcxitems*{01a76234-e6e8-4332-9fe2-1e12c34621be}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|ARM = Release|ARM
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{01A76234-E6E8-4332-9FE2-1E12C34621BE}.Debug|ARM.ActiveCfg = Debug|ARM
{01A76234-E6E8-4332-9FE2-1E12C34621BE}.Debug|Win32.ActiveCfg = Debug|Win32
{01A76234-E6E8-4332-9FE2-1E12C34621BE}.Debug|Win32.Build.0 = Debug|Win32
{01A76234-E6E8-4332-9FE2-1E12C34621BE}.Debug|x64.ActiveCfg = Debug|x64
{01A76234-E6E8-4332-9FE2-1E12C34621BE}.Debug|x64.Build.0 = Debug|x64
{01A76234-E6E8-4332-9FE2-1E12C34621BE}.Release|ARM.ActiveCfg = Release|ARM
{01A76234-E6E8-4332-9FE2-1E12C34621BE}.Release|Win32.ActiveCfg = Release|Win32
{01A76234-E6E8-4332-9FE2-1E12C34621BE}.Release|Win32.Build.0 = Release|Win32
{01A76234-E6E8-4332-9FE2-1E12C34621BE}.Release|x64.ActiveCfg = Release|x64
{01A76234-E6E8-4332-9FE2-1E12C34621BE}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{01A76234-E6E8-4332-9FE2-1E12C34621BE} = {E25A1A01-9AB0-41C5-A03B-F6B83F5E66B9}
EndGlobalSection
EndGlobal