diff --git a/vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj b/vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj index ba71fea2de5..92d4c1a1020 100644 --- a/vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj +++ b/vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj @@ -143,7 +143,7 @@ - + @@ -153,7 +153,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + diff --git a/vnext/Desktop.DLL/packages.config b/vnext/Desktop.DLL/packages.config index 108f4b4577d..2c00cd689c4 100644 --- a/vnext/Desktop.DLL/packages.config +++ b/vnext/Desktop.DLL/packages.config @@ -4,5 +4,5 @@ - - \ No newline at end of file + + diff --git a/vnext/Desktop.IntegrationTests/React.Windows.Desktop.IntegrationTests.vcxproj b/vnext/Desktop.IntegrationTests/React.Windows.Desktop.IntegrationTests.vcxproj index bd6fc032bae..33b1ab2511c 100644 --- a/vnext/Desktop.IntegrationTests/React.Windows.Desktop.IntegrationTests.vcxproj +++ b/vnext/Desktop.IntegrationTests/React.Windows.Desktop.IntegrationTests.vcxproj @@ -133,7 +133,7 @@ - + @@ -143,7 +143,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + diff --git a/vnext/Desktop.IntegrationTests/packages.config b/vnext/Desktop.IntegrationTests/packages.config index 108f4b4577d..2c00cd689c4 100644 --- a/vnext/Desktop.IntegrationTests/packages.config +++ b/vnext/Desktop.IntegrationTests/packages.config @@ -4,5 +4,5 @@ - - \ No newline at end of file + + diff --git a/vnext/Desktop.UnitTests/React.Windows.Desktop.UnitTests.vcxproj b/vnext/Desktop.UnitTests/React.Windows.Desktop.UnitTests.vcxproj index f3e1c03d2b8..ff042123695 100644 --- a/vnext/Desktop.UnitTests/React.Windows.Desktop.UnitTests.vcxproj +++ b/vnext/Desktop.UnitTests/React.Windows.Desktop.UnitTests.vcxproj @@ -103,7 +103,7 @@ - + @@ -112,7 +112,7 @@ - + diff --git a/vnext/Desktop.UnitTests/packages.config b/vnext/Desktop.UnitTests/packages.config index 897ea128c47..e83983f0d80 100644 --- a/vnext/Desktop.UnitTests/packages.config +++ b/vnext/Desktop.UnitTests/packages.config @@ -3,5 +3,5 @@ - - \ No newline at end of file + + diff --git a/vnext/Desktop/React.Windows.Desktop.vcxproj b/vnext/Desktop/React.Windows.Desktop.vcxproj index f5f90fafd7b..f2b56209c0a 100644 --- a/vnext/Desktop/React.Windows.Desktop.vcxproj +++ b/vnext/Desktop/React.Windows.Desktop.vcxproj @@ -159,7 +159,7 @@ - + @@ -169,7 +169,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + diff --git a/vnext/Desktop/packages.config b/vnext/Desktop/packages.config index 108f4b4577d..2c00cd689c4 100644 --- a/vnext/Desktop/packages.config +++ b/vnext/Desktop/packages.config @@ -4,5 +4,5 @@ - - \ No newline at end of file + + diff --git a/vnext/Directory.Build.targets b/vnext/Directory.Build.targets index 23efe85aff1..2131ec7db3b 100644 --- a/vnext/Directory.Build.targets +++ b/vnext/Directory.Build.targets @@ -12,6 +12,7 @@ + diff --git a/vnext/Scripts/OpenSSL.nuspec b/vnext/Scripts/OpenSSL.nuspec new file mode 100644 index 00000000000..a79adfe2c41 --- /dev/null +++ b/vnext/Scripts/OpenSSL.nuspec @@ -0,0 +1,26 @@ + + + + $id$ + $version$ + OpenSSL for Windows Desktop - Static Library. + Microsoft + https://www.openssl.org + false + + + + + + + + + + + + + + + + + diff --git a/vnext/Scripts/OpenSSL.targets b/vnext/Scripts/OpenSSL.targets new file mode 100644 index 00000000000..d29ffac2f64 --- /dev/null +++ b/vnext/Scripts/OpenSSL.targets @@ -0,0 +1,30 @@ + + + + + + $(MSBuildThisFileDirectory)..\..\include\$(Platform); + %(AdditionalIncludeDirectories) + + + $(MSBuildThisFileDirectory)..\..\include\x86; + %(AdditionalIncludeDirectories) + + + + + $(MSBuildThisFileDirectory)..\..\lib\$(Platform)\$(Configuration); + %(AdditionalLibraryDirectories) + + + $(MSBuildThisFileDirectory)..\..\lib\x86\$(Configuration); + %(AdditionalLibraryDirectories) + + + libeay32.lib; + ssleay32.lib; + %(AdditionalDependencies) + + + + \ No newline at end of file