Skip to content

Commit dcfcce1

Browse files
committed
Added the manually creating NuGet files.
1 parent 60716d7 commit dcfcce1

File tree

6 files changed

+879
-3
lines changed

6 files changed

+879
-3
lines changed

Release/nuget/cpprestsdk.nuspec

Lines changed: 200 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,200 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package>
3+
<metadata>
4+
<id>cpprestsdk</id>
5+
<version>2.2.0</version>
6+
<title>C++ REST SDK</title>
7+
<authors>casablancacore</authors>
8+
<owners>Microsoft, Visual C++</owners>
9+
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
10+
<projectUrl>https://casablanca.codeplex.com/</projectUrl>
11+
<iconUrl>https://download-codeplex.sec.s-msft.com/Download?ProjectName=casablanca&amp;DownloadId=630102&amp;Build=20425</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<summary>"The C++ REST SDK is a cross-platform, modern, and asynchronous library that enables developers to access and author connected applications"</summary>
14+
<description>"This library is a Microsoft effort to support cloud-based client-server communication in native code using a modern asynchronous C++ API design. The C++ REST SDK (codename "Casablanca") is a project to start exploring how to best support C++ developers who want to take advantage of the radical shift in software architecture that cloud computing represents."</description>
15+
<releaseNotes>"Release of C++ Rest SDK 2.2.0 libraries."</releaseNotes>
16+
<copyright>Copyright 2014</copyright>
17+
<tags>REST, native, C++, JSON, Casablanca, Http, Uri, WebSockets</tags>
18+
</metadata>
19+
<files>
20+
<!-- Include header files-->
21+
<file src="include\**\*" target="\build\native\include\" />
22+
23+
<file src="init.ps1" target="\tools\init.ps1" />
24+
<file src="cpprest.natvis" target="\tools\cpprest.natvis" />
25+
26+
<!-- Debug -->
27+
<!-- Win32 v120 -->
28+
<file src="Binaries\Win32\Debug\cpprest120d_2_2.dll" target="\build\native\bin\Win32\v120\Debug\Desktop\cpprest120d_2_2.dll" />
29+
<file src="Binaries\Win32\Debug\cpprest120d_2_2.pdb" target="\build\native\bin\Win32\v120\Debug\Desktop\cpprest120d_2_2.pdb" />
30+
<file src="Binaries\Win32\Debug\cpprest120d_2_2.lib" target="\build\native\lib\Win32\v120\Debug\Desktop\cpprest120d_2_2.lib" />
31+
<file src="Binaries\Win32\Debug\cpprest120d_app_2_2.dll" target="\build\native\bin\Win32\v120\Debug\WinRT\cpprest120d_app_2_2.dll" />
32+
<file src="Binaries\Win32\Debug\cpprest120d_app_2_2.pdb" target="\build\native\bin\Win32\v120\Debug\WinRT\cpprest120d_app_2_2.pdb" />
33+
<file src="Binaries\Win32\Debug\cpprest120d_app_2_2.lib" target="\build\native\lib\Win32\v120\Debug\WinRT\cpprest120d_app_2_2.lib" />
34+
35+
<!-- Win32 v120_wp81 -->
36+
<file src="Binaries\Win32\Debug\cpprest120d_wp81_2_2.dll" target="\build\native\bin\Win32\v120_wp81\Debug\Phone8\cpprest120d_wp81_2_2.dll" />
37+
<file src="Binaries\Win32\Debug\cpprest120d_wp81_2_2.pdb" target="\build\native\bin\Win32\v120_wp81\Debug\Phone8\cpprest120d_wp81_2_2.pdb" />
38+
<file src="Binaries\Win32\Debug\cpprest120d_wp81_2_2.lib" target="\build\native\lib\Win32\v120_wp81\Debug\Phone8\cpprest120d_wp81_2_2.lib" />
39+
40+
<!-- Win32 v120_xp -->
41+
<file src="Binaries\Win32\Debug\cpprest120d_xp_2_2.dll" target="\build\native\bin\Win32\v120_xp\Debug\Desktop\cpprest120d_xp_2_2.dll"/>
42+
<file src="Binaries\Win32\Debug\cpprest120d_xp_2_2.pdb" target="\build\native\bin\Win32\v120_xp\Debug\Desktop\cpprest120d_xp_2_2.pdb"/>
43+
<file src="Binaries\Win32\Debug\cpprest120d_xp_2_2.lib" target="\build\native\lib\Win32\v120_xp\Debug\Desktop\cpprest120d_xp_2_2.lib"/>
44+
45+
46+
<!-- Win32 v110 -->
47+
<file src="Binaries\Win32\Debug\cpprest110d_2_2.dll" target="\build\native\bin\Win32\v110\Debug\Desktop\cpprest110d_2_2.dll" />
48+
<file src="Binaries\Win32\Debug\cpprest110d_2_2.pdb" target="\build\native\bin\Win32\v110\Debug\Desktop\cpprest110d_2_2.pdb" />
49+
<file src="Binaries\Win32\Debug\cpprest110d_2_2.lib" target="\build\native\lib\Win32\v110\Debug\Desktop\cpprest110d_2_2.lib" />
50+
<file src="Binaries\Win32\Debug\cpprest110d_app_2_2.dll" target="\build\native\bin\Win32\v110\Debug\WinRT\cpprest110d_app_2_2.dll" />
51+
<file src="Binaries\Win32\Debug\cpprest110d_app_2_2.pdb" target="\build\native\bin\Win32\v110\Debug\WinRT\cpprest110d_app_2_2.pdb" />
52+
<file src="Binaries\Win32\Debug\cpprest110d_app_2_2.lib" target="\build\native\lib\Win32\v110\Debug\WinRT\cpprest110d_app_2_2.lib" />
53+
54+
<!-- Win32 v110_wp8 -->
55+
<file src="Binaries\Win32\Debug\cpprest110d_wp8_2_2.dll" target="\build\native\bin\Win32\v110_wp80\Debug\Phone8\cpprest110d_wp8_2_2.dll" />
56+
<file src="Binaries\Win32\Debug\cpprest110d_wp8_2_2.pdb" target="\build\native\bin\Win32\v110_wp80\Debug\Phone8\cpprest110d_wp8_2_2.pdb" />
57+
<file src="Binaries\Win32\Debug\cpprest110d_wp8_2_2.lib" target="\build\native\lib\Win32\v110_wp80\Debug\Phone8\cpprest110d_wp8_2_2.lib" />
58+
59+
<!-- Win32 v110_xp -->
60+
<file src="Binaries\Win32\Debug\cpprest110d_xp_2_2.dll" target="\build\native\bin\Win32\v110_xp\Debug\Desktop\cpprest110d_xp_2_2.dll"/>
61+
<file src="Binaries\Win32\Debug\cpprest110d_xp_2_2.pdb" target="\build\native\bin\Win32\v110_xp\Debug\Desktop\cpprest110d_xp_2_2.pdb"/>
62+
<file src="Binaries\Win32\Debug\cpprest110d_xp_2_2.lib" target="\build\native\lib\Win32\v110_xp\Debug\Desktop\cpprest110d_xp_2_2.lib"/>
63+
64+
<!-- x64 v120 -->
65+
<file src="Binaries\x64\Debug\cpprest120d_2_2.dll" target="\build\native\bin\x64\v120\Debug\Desktop\cpprest120d_2_2.dll" />
66+
<file src="Binaries\x64\Debug\cpprest120d_2_2.pdb" target="\build\native\bin\x64\v120\Debug\Desktop\cpprest120d_2_2.pdb" />
67+
<file src="Binaries\x64\Debug\cpprest120d_2_2.lib" target="\build\native\lib\x64\v120\Debug\Desktop\cpprest120d_2_2.lib" />
68+
<file src="Binaries\x64\Debug\cpprest120d_app_2_2.dll" target="\build\native\bin\x64\v120\Debug\WinRT\cpprest120d_app_2_2.dll" />
69+
<file src="Binaries\x64\Debug\cpprest120d_app_2_2.pdb" target="\build\native\bin\x64\v120\Debug\WinRT\cpprest120d_app_2_2.pdb" />
70+
<file src="Binaries\x64\Debug\cpprest120d_app_2_2.lib" target="\build\native\lib\x64\v120\Debug\WinRT\cpprest120d_app_2_2.lib" />
71+
72+
<!-- x64 v120_xp -->
73+
<file src="Binaries\x64\Debug\cpprest120d_xp_2_2.dll" target="\build\native\bin\x64\v120_xp\Debug\Desktop\cpprest120d_xp_2_2.dll"/>
74+
<file src="Binaries\x64\Debug\cpprest120d_xp_2_2.pdb" target="\build\native\bin\x64\v120_xp\Debug\Desktop\cpprest120d_xp_2_2.pdb"/>
75+
<file src="Binaries\x64\Debug\cpprest120d_xp_2_2.lib" target="\build\native\lib\x64\v120_xp\Debug\Desktop\cpprest120d_xp_2_2.lib"/>
76+
77+
<!-- x64 v110 -->
78+
<file src="Binaries\x64\Debug\cpprest110d_2_2.dll" target="\build\native\bin\x64\v110\Debug\Desktop\cpprest110d_2_2.dll" />
79+
<file src="Binaries\x64\Debug\cpprest110d_2_2.pdb" target="\build\native\bin\x64\v110\Debug\Desktop\cpprest110d_2_2.pdb" />
80+
<file src="Binaries\x64\Debug\cpprest110d_2_2.lib" target="\build\native\lib\x64\v110\Debug\Desktop\cpprest110d_2_2.lib" />
81+
<file src="Binaries\x64\Debug\cpprest110d_app_2_2.dll" target="\build\native\bin\x64\v110\Debug\WinRT\cpprest110d_app_2_2.dll" />
82+
<file src="Binaries\x64\Debug\cpprest110d_app_2_2.pdb" target="\build\native\bin\x64\v110\Debug\WinRT\cpprest110d_app_2_2.pdb" />
83+
<file src="Binaries\x64\Debug\cpprest110d_app_2_2.lib" target="\build\native\lib\x64\v110\Debug\WinRT\cpprest110d_app_2_2.lib" />
84+
85+
<!-- x64 v110_xp -->
86+
<file src="Binaries\x64\Debug\cpprest110d_xp_2_2.dll" target="\build\native\bin\x64\v110_xp\Debug\Desktop\cpprest110d_xp_2_2.dll"/>
87+
<file src="Binaries\x64\Debug\cpprest110d_xp_2_2.pdb" target="\build\native\bin\x64\v110_xp\Debug\Desktop\cpprest110d_xp_2_2.pdb"/>
88+
<file src="Binaries\x64\Debug\cpprest110d_xp_2_2.lib" target="\build\native\lib\x64\v110_xp\Debug\Desktop\cpprest110d_xp_2_2.lib"/>
89+
90+
<!-- ARM v120 -->
91+
<file src="Binaries\arm\Debug\cpprest120d_app_2_2.dll" target="\build\native\bin\arm\v120\Debug\WinRT\cpprest120d_app_2_2.dll" />
92+
<file src="Binaries\arm\Debug\cpprest120d_app_2_2.pdb" target="\build\native\bin\arm\v120\Debug\WinRT\cpprest120d_app_2_2.pdb" />
93+
<file src="Binaries\arm\Debug\cpprest120d_app_2_2.lib" target="\build\native\lib\arm\v120\Debug\WinRT\cpprest120d_app_2_2.lib" />
94+
95+
<!-- ARM v120_wp81 -->
96+
<file src="Binaries\arm\Debug\cpprest120d_wp81_2_2.dll" target="\build\native\bin\arm\v120_wp81\Debug\Phone8\cpprest120d_wp81_2_2.dll" />
97+
<file src="Binaries\arm\Debug\cpprest120d_wp81_2_2.pdb" target="\build\native\bin\arm\v120_wp81\Debug\Phone8\cpprest120d_wp81_2_2.pdb" />
98+
<file src="Binaries\arm\Debug\cpprest120d_wp81_2_2.lib" target="\build\native\lib\arm\v120_wp81\Debug\Phone8\cpprest120d_wp81_2_2.lib" />
99+
100+
<!-- ARM v110 -->
101+
<file src="Binaries\arm\Debug\cpprest110d_app_2_2.dll" target="\build\native\bin\arm\v110\Debug\WinRT\cpprest110d_app_2_2.dll" />
102+
<file src="Binaries\arm\Debug\cpprest110d_app_2_2.pdb" target="\build\native\bin\arm\v110\Debug\WinRT\cpprest110d_app_2_2.pdb" />
103+
<file src="Binaries\arm\Debug\cpprest110d_app_2_2.lib" target="\build\native\lib\arm\v110\Debug\WinRT\cpprest110d_app_2_2.lib" />
104+
105+
<!-- ARM v110_wp8 -->
106+
<file src="Binaries\arm\Debug\cpprest110d_wp8_2_2.dll" target="\build\native\bin\arm\v110_wp80\Debug\Phone8\cpprest110d_wp8_2_2.dll" />
107+
<file src="Binaries\arm\Debug\cpprest110d_wp8_2_2.pdb" target="\build\native\bin\arm\v110_wp80\Debug\Phone8\cpprest110d_wp8_2_2.pdb" />
108+
<file src="Binaries\arm\Debug\cpprest110d_wp8_2_2.lib" target="\build\native\lib\arm\v110_wp80\Debug\Phone8\cpprest110d_wp8_2_2.lib" />
109+
110+
111+
<!-- Release -->
112+
<!-- Win32 v120 -->
113+
<file src="Binaries\Win32\Release\cpprest120_2_2.dll" target="\build\native\bin\Win32\v120\Release\Desktop\cpprest120_2_2.dll" />
114+
<file src="Binaries\Win32\Release\cpprest120_2_2.pdb" target="\build\native\bin\Win32\v120\Release\Desktop\cpprest120_2_2.pdb" />
115+
<file src="Binaries\Win32\Release\cpprest120_2_2.lib" target="\build\native\lib\Win32\v120\Release\Desktop\cpprest120_2_2.lib" />
116+
<file src="Binaries\Win32\Release\cpprest120_app_2_2.dll" target="\build\native\bin\Win32\v120\Release\WinRT\cpprest120_app_2_2.dll" />
117+
<file src="Binaries\Win32\Release\cpprest120_app_2_2.pdb" target="\build\native\bin\Win32\v120\Release\WinRT\cpprest120_app_2_2.pdb" />
118+
<file src="Binaries\Win32\Release\cpprest120_app_2_2.lib" target="\build\native\lib\Win32\v120\Release\WinRT\cpprest120_app_2_2.lib" />
119+
120+
<!-- Win32 v120_wp81 -->
121+
<file src="Binaries\Win32\Release\casablanca120.wp81\cpprest120_wp81_2_2.dll" target="\build\native\bin\Win32\v120_wp81\Release\Phone8\cpprest120_wp81_2_2.dll" />
122+
<file src="Binaries\Win32\Release\casablanca120.wp81\cpprest120_wp81_2_2.pdb" target="\build\native\bin\Win32\v120_wp81\Release\Phone8\cpprest120_wp81_2_2.pdb" />
123+
<file src="Binaries\Win32\Release\casablanca120.wp81\cpprest120_wp81_2_2.lib" target="\build\native\lib\Win32\v120_wp81\Release\Phone8\cpprest120_wp81_2_2.lib" />
124+
125+
<!-- Win32 v120_xp -->
126+
<file src="Binaries\Win32\Release\cpprest120_xp_2_2.dll" target="\build\native\bin\Win32\v120_xp\Release\Desktop\cpprest120_xp_2_2.dll"/>
127+
<file src="Binaries\Win32\Release\cpprest120_xp_2_2.pdb" target="\build\native\bin\Win32\v120_xp\Release\Desktop\cpprest120_xp_2_2.pdb"/>
128+
<file src="Binaries\Win32\Release\cpprest120_xp_2_2.lib" target="\build\native\lib\Win32\v120_xp\Release\Desktop\cpprest120_xp_2_2.lib"/>
129+
130+
<!-- Win32 v110 -->
131+
<file src="Binaries\Win32\Release\cpprest110_2_2.dll" target="\build\native\bin\Win32\v110\Release\Desktop\cpprest110_2_2.dll" />
132+
<file src="Binaries\Win32\Release\cpprest110_2_2.pdb" target="\build\native\bin\Win32\v110\Release\Desktop\cpprest110_2_2.pdb" />
133+
<file src="Binaries\Win32\Release\cpprest110_2_2.lib" target="\build\native\lib\Win32\v110\Release\Desktop\cpprest110_2_2.lib" />
134+
<file src="Binaries\Win32\Release\cpprest110_app_2_2.dll" target="\build\native\bin\Win32\v110\Release\WinRT\cpprest110_app_2_2.dll" />
135+
<file src="Binaries\Win32\Release\cpprest110_app_2_2.pdb" target="\build\native\bin\Win32\v110\Release\WinRT\cpprest110_app_2_2.pdb" />
136+
<file src="Binaries\Win32\Release\cpprest110_app_2_2.lib" target="\build\native\lib\Win32\v110\Release\WinRT\cpprest110_app_2_2.lib" />
137+
138+
<!-- Win32 v110_wp80 -->
139+
<file src="Binaries\Win32\Release\cpprest110_wp8_2_2.dll" target="\build\native\bin\Win32\v110_wp80\Release\Phone8\cpprest110_wp8_2_2.dll" />
140+
<file src="Binaries\Win32\Release\cpprest110_wp8_2_2.pdb" target="\build\native\bin\Win32\v110_wp80\Release\Phone8\cpprest110_wp8_2_2.pdb" />
141+
<file src="Binaries\Win32\Release\cpprest110_wp8_2_2.lib" target="\build\native\lib\Win32\v110_wp80\Release\Phone8\cpprest110_wp8_2_2.lib" />
142+
143+
<!-- Win32 v110_xp -->
144+
<file src="Binaries\Win32\Release\cpprest110_xp_2_2.dll" target="\build\native\bin\Win32\v110_xp\Release\Desktop\cpprest110_xp_2_2.dll"/>
145+
<file src="Binaries\Win32\Release\cpprest110_xp_2_2.pdb" target="\build\native\bin\Win32\v110_xp\Release\Desktop\cpprest110_xp_2_2.pdb"/>
146+
<file src="Binaries\Win32\Release\cpprest110_xp_2_2.lib" target="\build\native\lib\Win32\v110_xp\Release\Desktop\cpprest110_xp_2_2.lib"/>
147+
148+
<!-- x64 v120 -->
149+
<file src="Binaries\x64\Release\cpprest120_2_2.dll" target="\build\native\bin\x64\v120\Release\Desktop\cpprest120_2_2.dll" />
150+
<file src="Binaries\x64\Release\cpprest120_2_2.pdb" target="\build\native\bin\x64\v120\Release\Desktop\cpprest120_2_2.pdb" />
151+
<file src="Binaries\x64\Release\cpprest120_2_2.lib" target="\build\native\lib\x64\v120\Release\Desktop\cpprest120_2_2.lib" />
152+
<file src="Binaries\x64\Release\cpprest120_app_2_2.dll" target="\build\native\bin\x64\v120\Release\WinRT\cpprest120_app_2_2.dll" />
153+
<file src="Binaries\x64\Release\cpprest120_app_2_2.pdb" target="\build\native\bin\x64\v120\Release\WinRT\cpprest120_app_2_2.pdb" />
154+
<file src="Binaries\x64\Release\cpprest120_app_2_2.lib" target="\build\native\lib\x64\v120\Release\WinRT\cpprest120_app_2_2.lib" />
155+
156+
<!-- x64 v120_xp -->
157+
<file src="Binaries\x64\Release\cpprest120_xp_2_2.dll" target="\build\native\bin\x64\v120_xp\Release\Desktop\cpprest120_xp_2_2.dll"/>
158+
<file src="Binaries\x64\Release\cpprest120_xp_2_2.pdb" target="\build\native\bin\x64\v120_xp\Release\Desktop\cpprest120_xp_2_2.pdb"/>
159+
<file src="Binaries\x64\Release\cpprest120_xp_2_2.lib" target="\build\native\lib\x64\v120_xp\Release\Desktop\cpprest120_xp_2_2.lib"/>
160+
161+
<!-- x64 v110 -->
162+
<file src="Binaries\x64\Release\cpprest110_2_2.dll" target="\build\native\bin\x64\v110\Release\Desktop\cpprest110_2_2.dll" />
163+
<file src="Binaries\x64\Release\cpprest110_2_2.pdb" target="\build\native\bin\x64\v110\Release\Desktop\cpprest110_2_2.pdb" />
164+
<file src="Binaries\x64\Release\cpprest110_2_2.lib" target="\build\native\lib\x64\v110\Release\Desktop\cpprest110_2_2.lib" />
165+
<file src="Binaries\x64\Release\cpprest110_app_2_2.dll" target="\build\native\bin\x64\v110\Release\WinRT\cpprest110_app_2_2.dll" />
166+
<file src="Binaries\x64\Release\cpprest110_app_2_2.pdb" target="\build\native\bin\x64\v110\Release\WinRT\cpprest110_app_2_2.pdb" />
167+
<file src="Binaries\x64\Release\cpprest110_app_2_2.lib" target="\build\native\lib\x64\v110\Release\WinRT\cpprest110_app_2_2.lib" />
168+
169+
170+
<!-- x64 v110_xp -->
171+
<file src="Binaries\x64\Release\cpprest110_xp_2_2.dll" target="\build\native\bin\x64\v110_xp\Release\Desktop\cpprest110_xp_2_2.dll"/>
172+
<file src="Binaries\x64\Release\cpprest110_xp_2_2.pdb" target="\build\native\bin\x64\v110_xp\Release\Desktop\cpprest110_xp_2_2.pdb"/>
173+
<file src="Binaries\x64\Release\cpprest110_xp_2_2.lib" target="\build\native\lib\x64\v110_xp\Release\Desktop\cpprest110_xp_2_2.lib"/>
174+
175+
<!-- ARM v120 -->
176+
<file src="Binaries\arm\Release\cpprest120_app_2_2.dll" target="\build\native\bin\arm\v120\Release\WinRT\cpprest120_app_2_2.dll" />
177+
<file src="Binaries\arm\Release\cpprest120_app_2_2.pdb" target="\build\native\bin\arm\v120\Release\WinRT\cpprest120_app_2_2.pdb" />
178+
<file src="Binaries\arm\Release\cpprest120_app_2_2.lib" target="\build\native\lib\arm\v120\Release\WinRT\cpprest120_app_2_2.lib" />
179+
180+
<!-- ARM v120_wp81 -->
181+
<file src="Binaries\arm\Release\cpprest120_wp81_2_2.dll" target="\build\native\bin\arm\v120_wp81\Release\Phone8\cpprest120_wp81_2_2.dll" />
182+
<file src="Binaries\arm\Release\cpprest120_wp81_2_2.pdb" target="\build\native\bin\arm\v120_wp81\Release\Phone8\cpprest120_wp81_2_2.pdb" />
183+
<file src="Binaries\arm\Release\cpprest120_wp81_2_2.lib" target="\build\native\lib\arm\v120_wp81\Release\Phone8\cpprest120_wp81_2_2.lib" />
184+
185+
<!-- ARM v110 -->
186+
<file src="Binaries\arm\Release\cpprest110_app_2_2.dll" target="\build\native\bin\arm\v110\Release\WinRT\cpprest110_app_2_2.dll" />
187+
<file src="Binaries\arm\Release\cpprest110_app_2_2.pdb" target="\build\native\bin\arm\v110\Release\WinRT\cpprest110_app_2_2.pdb" />
188+
<file src="Binaries\arm\Release\cpprest110_app_2_2.lib" target="\build\native\lib\arm\v110\Release\WinRT\cpprest110_app_2_2.lib" />
189+
190+
<!-- ARM v110_wp8 -->
191+
<file src="Binaries\arm\Release\cpprest110_wp8_2_2.dll" target="\build\native\bin\arm\v110_wp80\Release\Phone8\cpprest110_wp8_2_2.dll" />
192+
<file src="Binaries\arm\Release\cpprest110_wp8_2_2.pdb" target="\build\native\bin\arm\v110_wp80\Release\Phone8\cpprest110_wp8_2_2.pdb" />
193+
<file src="Binaries\arm\Release\cpprest110_wp8_2_2.lib" target="\build\native\lib\arm\v110_wp80\Release\Phone8\cpprest110_wp8_2_2.lib" />
194+
195+
196+
<!-- vs targets file -->
197+
<file src="cpprestsdk.targets" target="\build\native\cpprestsdk.targets"/>
198+
<file src="cpprestsdk.props" target="\build\native\cpprestsdk.props"/>
199+
</files>
200+
</package>

Release/nuget/cpprestsdk.props

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Condition="'$(Needs-cpprestsdk-Version)' == '' OR '$(Needs-cpprestsdk-Version)' == '*Undefined*'">
4+
<NugetMsBuildExtensionLoaded Condition="'$(NugetMsBuildExtensionLoaded)' == '' OR '$(NuGet-OverlayLoaded)' == 'false'">false</NugetMsBuildExtensionLoaded>
5+
<NuGet-NativeExtensionPath Condition="'$(NuGet-NativeExtensionPath)' == '' OR '$(NuGet-NativeExtensionVersion)' =='' OR $(NuGet-NativeExtensionVersion) &lt; 562967166058496">$(MSBuildThisFileDirectory)\private</NuGet-NativeExtensionPath>
6+
<Needs-cpprestsdk />
7+
<Needs-cpprestsdk-Version />
8+
</PropertyGroup>
9+
</Project>

0 commit comments

Comments
 (0)