react-native-windows 0.81.12 → 0.81.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Common/Common.vcxproj +1 -1
- package/Folly/Folly.vcxproj +1 -1
- package/Libraries/Modal/Modal.windows.js +1 -7
- package/Microsoft.ReactNative/Fabric/Composition/BorderPrimitive.cpp +53 -66
- package/Microsoft.ReactNative/Fabric/Composition/CompositionContextHelper.cpp +58 -21
- package/Microsoft.ReactNative/Fabric/Composition/CompositionEventHandler.cpp +197 -54
- package/Microsoft.ReactNative/Fabric/Composition/CompositionEventHandler.h +12 -3
- package/Microsoft.ReactNative/Fabric/Composition/CompositionViewComponentView.cpp +14 -9
- package/Microsoft.ReactNative/Fabric/Composition/ScrollViewComponentView.cpp +4 -6
- package/Microsoft.ReactNative/Fabric/Composition/TextInput/WindowsTextInputComponentView.cpp +101 -44
- package/Microsoft.ReactNative/Fabric/Composition/TextInput/WindowsTextInputComponentView.h +4 -2
- package/Microsoft.ReactNative/Fabric/WindowsComponentDescriptorRegistry.cpp +3 -3
- package/Microsoft.ReactNative/Fabric/WindowsComponentDescriptorRegistry.h +3 -1
- package/Microsoft.ReactNative/Fabric/WindowsImageManager.cpp +0 -1
- package/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj +1 -1
- package/Microsoft.ReactNative/Modules/Animated/AnimatedNode.cpp +3 -3
- package/Microsoft.ReactNative/Modules/Animated/AnimatedNode.h +3 -2
- package/Microsoft.ReactNative/Modules/Timing.h +2 -1
- package/Microsoft.ReactNative.Cxx/ModuleRegistration.h +10 -10
- package/PropertySheets/External/Microsoft.ReactNative.Composition.CppApp.targets +2 -2
- package/PropertySheets/External/Microsoft.ReactNative.Composition.CppLib.targets +2 -2
- package/PropertySheets/Generated/PackageVersion.g.props +3 -3
- package/ReactCommon/ReactCommon.vcxproj +1 -1
- package/Scripts/OfficeReact.Win32.nuspec +44 -44
- package/Scripts/Tfs/Layout-Desktop-Headers.ps1 +1 -15
- package/Shared/Shared.vcxitems.filters +0 -2
- package/package.json +1 -1
- package/Scripts/OpenSSL.nuspec +0 -39
- package/Scripts/OpenSSL.targets +0 -36
|
@@ -15,60 +15,60 @@
|
|
|
15
15
|
</metadata>
|
|
16
16
|
<files>
|
|
17
17
|
|
|
18
|
-
<file src="$nugetroot$\Desktop\x86\Debug\React.Windows.Desktop.DLL\react-native-win32.*"
|
|
19
|
-
<file src="$nugetroot$\Desktop\x64\Debug\React.Windows.Desktop.DLL\react-native-win32.*"
|
|
20
|
-
<file src="$nugetroot$\Desktop\ARM64EC\Debug\React.Windows.Desktop.DLL\react-native-win32.*"
|
|
21
|
-
<file src="$nugetroot$\Desktop\x86\Release\React.Windows.Desktop.DLL\react-native-win32.*"
|
|
22
|
-
<file src="$nugetroot$\Desktop\x64\Release\React.Windows.Desktop.DLL\react-native-win32.*"
|
|
23
|
-
<file src="$nugetroot$\Desktop\ARM64EC\Release\React.Windows.Desktop.DLL\react-native-win32.*"
|
|
24
|
-
<file src="$nugetroot$\Desktop\x86\Debug\React.Windows.Desktop\Microsoft.ReactNative.winmd"
|
|
25
|
-
<file src="$nugetroot$\Desktop\x64\Debug\React.Windows.Desktop\Microsoft.ReactNative.winmd"
|
|
26
|
-
<file src="$nugetroot$\Desktop\ARM64EC\Debug\React.Windows.Desktop\Microsoft.ReactNative.winmd"
|
|
27
|
-
<file src="$nugetroot$\Desktop\x86\Release\React.Windows.Desktop\Microsoft.ReactNative.winmd"
|
|
28
|
-
<file src="$nugetroot$\Desktop\x64\Release\React.Windows.Desktop\Microsoft.ReactNative.winmd"
|
|
29
|
-
<file src="$nugetroot$\Desktop\ARM64EC\Release\React.Windows.Desktop\Microsoft.ReactNative.winmd" target="lib\ship\ARM64EC"/>
|
|
18
|
+
<file src="$nugetroot$\Desktop\x86\Debug\React.Windows.Desktop.DLL\react-native-win32.*" target="lib\debug\x86" exclude="**\*.iobj;**\*.ipdb;**\*.exp;**\*.ilk" />
|
|
19
|
+
<file src="$nugetroot$\Desktop\x64\Debug\React.Windows.Desktop.DLL\react-native-win32.*" target="lib\debug\x64" exclude="**\*.iobj;**\*.ipdb;**\*.exp;**\*.ilk" />
|
|
20
|
+
<file src="$nugetroot$\Desktop\ARM64EC\Debug\React.Windows.Desktop.DLL\react-native-win32.*" target="lib\debug\ARM64EC" exclude="**\*.iobj;**\*.ipdb;**\*.exp;**\*.ilk" />
|
|
21
|
+
<file src="$nugetroot$\Desktop\x86\Release\React.Windows.Desktop.DLL\react-native-win32.*" target="lib\ship\x86" exclude="**\*.iobj;**\*.ipdb;**\*.exp;**\*.ilk" />
|
|
22
|
+
<file src="$nugetroot$\Desktop\x64\Release\React.Windows.Desktop.DLL\react-native-win32.*" target="lib\ship\x64" exclude="**\*.iobj;**\*.ipdb;**\*.exp;**\*.ilk" />
|
|
23
|
+
<file src="$nugetroot$\Desktop\ARM64EC\Release\React.Windows.Desktop.DLL\react-native-win32.*" target="lib\ship\ARM64EC" exclude="**\*.iobj;**\*.ipdb;**\*.exp;**\*.ilk" />
|
|
24
|
+
<file src="$nugetroot$\Desktop\x86\Debug\React.Windows.Desktop\Microsoft.ReactNative.winmd" target="lib\debug\x86" />
|
|
25
|
+
<file src="$nugetroot$\Desktop\x64\Debug\React.Windows.Desktop\Microsoft.ReactNative.winmd" target="lib\debug\x64" />
|
|
26
|
+
<file src="$nugetroot$\Desktop\ARM64EC\Debug\React.Windows.Desktop\Microsoft.ReactNative.winmd" target="lib\debug\ARM64EC" />
|
|
27
|
+
<file src="$nugetroot$\Desktop\x86\Release\React.Windows.Desktop\Microsoft.ReactNative.winmd" target="lib\ship\x86" />
|
|
28
|
+
<file src="$nugetroot$\Desktop\x64\Release\React.Windows.Desktop\Microsoft.ReactNative.winmd" target="lib\ship\x64" />
|
|
29
|
+
<file src="$nugetroot$\Desktop\ARM64EC\Release\React.Windows.Desktop\Microsoft.ReactNative.winmd" target="lib\ship\ARM64EC" />
|
|
30
30
|
|
|
31
|
-
<file src="$nugetroot$\inc\callinvoker\ReactCommon\CallInvoker.h" target="inc\ReactCommon"/>
|
|
32
|
-
<file src="$nugetroot$\inc\callinvoker\ReactCommon\SchedulerPriority.h" target="inc\ReactCommon"/>
|
|
33
|
-
<file src="$nugetroot$\inc\runtimeexecutor\ReactCommon\RuntimeExecutor.h" target="inc\ReactCommon"/>
|
|
34
|
-
<file src="$nugetroot$\inc\cxxreact\*" target="inc\cxxreact"/>
|
|
35
|
-
<file src="$nugetroot$\inc\jsi\**\*.*" target="inc\jsi"/>
|
|
36
|
-
<file src="$nugetroot$\inc\jsinspector-modern\*" target="inc\jsinspector-modern"/>
|
|
37
|
-
<file src="$nugetroot$\inc\Yoga\*.*" target="inc\Yoga"/>
|
|
31
|
+
<file src="$nugetroot$\inc\callinvoker\ReactCommon\CallInvoker.h" target="inc\ReactCommon" />
|
|
32
|
+
<file src="$nugetroot$\inc\callinvoker\ReactCommon\SchedulerPriority.h" target="inc\ReactCommon" />
|
|
33
|
+
<file src="$nugetroot$\inc\runtimeexecutor\ReactCommon\RuntimeExecutor.h" target="inc\ReactCommon" />
|
|
34
|
+
<file src="$nugetroot$\inc\cxxreact\*" target="inc\cxxreact" />
|
|
35
|
+
<file src="$nugetroot$\inc\jsi\**\*.*" target="inc\jsi" />
|
|
36
|
+
<file src="$nugetroot$\inc\jsinspector-modern\*" target="inc\jsinspector-modern" />
|
|
37
|
+
<file src="$nugetroot$\inc\Yoga\*.*" target="inc\Yoga" />
|
|
38
38
|
<file src="$nugetroot$\inc\folly\**\*.*" target="inc" />
|
|
39
39
|
<file src="$nugetroot$\inc\fmt\**\*.*" target="inc\fmt" />
|
|
40
40
|
<file src="$nugetroot$\inc\stubs\**\*.*" target="inc" />
|
|
41
41
|
|
|
42
|
-
<file src="$nugetroot$\inc\Shared\AbiSafe.h" target="inc"/>
|
|
43
|
-
<file src="$nugetroot$\inc\Shared\DevSettings.h" target="inc"/>
|
|
44
|
-
<file src="$nugetroot$\inc\ReactWin32\INativeUIManagerLegacy.h" target="inc"/>
|
|
45
|
-
<file src="$nugetroot$\inc\Shared\InstanceManager.h" target="inc"/>
|
|
46
|
-
<file src="$nugetroot$\inc\Shared\IDevSupportManager.h" target="inc"/>
|
|
47
|
-
<file src="$nugetroot$\inc\Shared\IReactRootView.h" target="inc"/>
|
|
48
|
-
<file src="$nugetroot$\inc\Shared\IRedBoxHandler.h" target="inc"/>
|
|
49
|
-
<file src="$nugetroot$\inc\Shared\JSBigAbiString.h" target="inc"/>
|
|
50
|
-
<file src="$nugetroot$\inc\Shared\LayoutAnimation.h" target="inc"/>
|
|
51
|
-
<file src="$nugetroot$\inc\Shared\Logging.h" target="inc"/>
|
|
52
|
-
<file src="$nugetroot$\inc\Shared\MemoryMappedBuffer.h" target="inc"/>
|
|
53
|
-
<file src="$nugetroot$\inc\Shared\NativeModuleProvider.h" target="inc"/>
|
|
54
|
-
<file src="$nugetroot$\inc\Shared\Networking\IWebSocketResource.h" target="inc"/>
|
|
55
|
-
<file src="$nugetroot$\inc\Shared\Networking\OriginPolicy.h" target="inc"/>
|
|
56
|
-
<file src="$nugetroot$\inc\Shared\RuntimeOptions.h" target="inc"/>
|
|
57
|
-
<file src="$nugetroot$\inc\Shared\Tracing.h" target="inc"/>
|
|
58
|
-
<file src="$nugetroot$\inc\Shared\JSI\JSExecutorFactoryDelegate.h" target="inc\JSI"/>
|
|
42
|
+
<file src="$nugetroot$\inc\Shared\AbiSafe.h" target="inc" />
|
|
43
|
+
<file src="$nugetroot$\inc\Shared\DevSettings.h" target="inc" />
|
|
44
|
+
<file src="$nugetroot$\inc\ReactWin32\INativeUIManagerLegacy.h" target="inc" />
|
|
45
|
+
<file src="$nugetroot$\inc\Shared\InstanceManager.h" target="inc" />
|
|
46
|
+
<file src="$nugetroot$\inc\Shared\IDevSupportManager.h" target="inc" />
|
|
47
|
+
<file src="$nugetroot$\inc\Shared\IReactRootView.h" target="inc" />
|
|
48
|
+
<file src="$nugetroot$\inc\Shared\IRedBoxHandler.h" target="inc" />
|
|
49
|
+
<file src="$nugetroot$\inc\Shared\JSBigAbiString.h" target="inc" />
|
|
50
|
+
<file src="$nugetroot$\inc\Shared\LayoutAnimation.h" target="inc" />
|
|
51
|
+
<file src="$nugetroot$\inc\Shared\Logging.h" target="inc" />
|
|
52
|
+
<file src="$nugetroot$\inc\Shared\MemoryMappedBuffer.h" target="inc" />
|
|
53
|
+
<file src="$nugetroot$\inc\Shared\NativeModuleProvider.h" target="inc" />
|
|
54
|
+
<file src="$nugetroot$\inc\Shared\Networking\IWebSocketResource.h" target="inc" />
|
|
55
|
+
<file src="$nugetroot$\inc\Shared\Networking\OriginPolicy.h" target="inc" />
|
|
56
|
+
<file src="$nugetroot$\inc\Shared\RuntimeOptions.h" target="inc" />
|
|
57
|
+
<file src="$nugetroot$\inc\Shared\Tracing.h" target="inc" />
|
|
58
|
+
<file src="$nugetroot$\inc\Shared\JSI\JSExecutorFactoryDelegate.h" target="inc\JSI" />
|
|
59
59
|
|
|
60
60
|
<!-- Required for win32 -->
|
|
61
|
-
<file src="$nugetroot$\inc\Shared\DevServerHelper.h" target="inc"/>
|
|
62
|
-
<file src="$nugetroot$\inc\ReactWin32\JSBigStringResourceDll.h" target="inc"/>
|
|
63
|
-
<file src="$nugetroot$\inc\react-native-win32.x64.def" target="inc"/>
|
|
64
|
-
<file src="$nugetroot$\inc\react-native-win32.x86.def" target="inc"/>
|
|
61
|
+
<file src="$nugetroot$\inc\Shared\DevServerHelper.h" target="inc" />
|
|
62
|
+
<file src="$nugetroot$\inc\ReactWin32\JSBigStringResourceDll.h" target="inc" />
|
|
63
|
+
<file src="$nugetroot$\inc\react-native-win32.x64.def" target="inc" />
|
|
64
|
+
<file src="$nugetroot$\inc\react-native-win32.x86.def" target="inc" />
|
|
65
65
|
|
|
66
66
|
<file src="$nugetroot$\inc\include\**\*.*" target="inc\include" />
|
|
67
67
|
|
|
68
|
-
<file src="$nugetroot$\Microsoft.ReactNative.Cxx\**" target
|
|
68
|
+
<file src="$nugetroot$\Microsoft.ReactNative.Cxx\**" target="Microsoft.ReactNative.Cxx" />
|
|
69
69
|
|
|
70
|
-
<file src="$nugetroot$\inc\codegen\**\*.*" target
|
|
70
|
+
<file src="$nugetroot$\inc\codegen\**\*.*" target="inc\codegen" />
|
|
71
71
|
|
|
72
|
-
<file src="$nugetroot$\natvis\Folly.natvis" target
|
|
72
|
+
<file src="$nugetroot$\natvis\Folly.natvis" target="natvis\Folly.natvis" />
|
|
73
73
|
</files>
|
|
74
|
-
</package>
|
|
74
|
+
</package>
|
|
@@ -5,7 +5,7 @@ param(
|
|
|
5
5
|
[string] $SourceRoot = ($PSScriptRoot | Split-Path | Split-Path | Split-Path),
|
|
6
6
|
[string] $TargetRoot = "$SourceRoot\vnext\target",
|
|
7
7
|
[System.IO.DirectoryInfo] $ReactWindowsRoot = "$SourceRoot\vnext",
|
|
8
|
-
[System.IO.DirectoryInfo] $ReactNativeRoot = "$SourceRoot\node_modules\react-native",
|
|
8
|
+
[System.IO.DirectoryInfo] $ReactNativeRoot = "$SourceRoot\node_modules\react-native",
|
|
9
9
|
[string[]] $Extensions = ('h', 'hpp', 'def')
|
|
10
10
|
)
|
|
11
11
|
|
|
@@ -111,20 +111,6 @@ Get-ChildItem -Path $ReactWindowsRoot\Desktop.DLL -Recurse -Include '*.def' | Fo
|
|
|
111
111
|
-Force
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
# React.Windows.Test headers
|
|
115
|
-
Get-ChildItem -Path $ReactWindowsRoot\Test -Name -Recurse -Include $patterns | ForEach-Object { Copy-Item `
|
|
116
|
-
-Path $ReactWindowsRoot\Test\$_ `
|
|
117
|
-
-Destination (New-Item -ItemType Directory $TargetRoot\inc\Test\$(Split-Path $_) -Force) `
|
|
118
|
-
-Force
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
# React.Windows.Test DLL DEF files
|
|
122
|
-
Get-ChildItem -Path $ReactWindowsRoot\Desktop.Test.DLL -Name -Recurse -Include $patterns | ForEach-Object { Copy-Item `
|
|
123
|
-
-Path $ReactWindowsRoot\Desktop.Test.DLL\$_ `
|
|
124
|
-
-Destination (New-Item -ItemType Directory $TargetRoot\inc\$(Split-Path $_) -Force) `
|
|
125
|
-
-Force
|
|
126
|
-
}
|
|
127
|
-
|
|
128
114
|
# include headers
|
|
129
115
|
Copy-Item -Force -Recurse -Path $ReactWindowsRoot\include -Destination $TargetRoot\inc
|
|
130
116
|
|
|
@@ -292,7 +292,6 @@
|
|
|
292
292
|
<ClCompile Include="$(ReactNativeDir)\ReactCommon\jsinspector-modern\HostTarget.cpp" />
|
|
293
293
|
<ClCompile Include="$(ReactNativeDir)\ReactCommon\jsinspector-modern\InspectorUtilities.cpp" />
|
|
294
294
|
<ClCompile Include="$(ReactNativeDir)\ReactCommon\jsinspector-modern\RuntimeAgent.cpp" />
|
|
295
|
-
<ClCompile Include="$(ReactNativeDir)\ReactCommon\cxxreact\Instance.cpp" />
|
|
296
295
|
<ClCompile Include="$(ReactNativeDir)\ReactCommon\jsinspector-modern\FallbackRuntimeAgentDelegate.cpp" />
|
|
297
296
|
<ClCompile Include="$(ReactNativeDir)\ReactCommon\jsinspector-modern\FallbackRuntimeTargetDelegate.cpp" />
|
|
298
297
|
<ClCompile Include="$(ReactNativeDir)\ReactCommon\jsinspector-modern\RuntimeTarget.cpp" />
|
|
@@ -305,7 +304,6 @@
|
|
|
305
304
|
<ClCompile Include="$(ReactNativeDir)\ReactCommon\react\utils\jsi-utils.cpp" />
|
|
306
305
|
<ClCompile Include="$(MSBuildThisFileDirectory)..\Microsoft.ReactNative\Fabric\Composition\TextDrawing.cpp" />
|
|
307
306
|
<ClCompile Include="$(ReactNativeDir)\ReactCommon\react\renderer\graphics\ColorComponents.cpp" />
|
|
308
|
-
<ClCompile Include="$(ReactNativeDir)\ReactCommon\cxxreact\JSExecutor.cpp" />
|
|
309
307
|
<ClCompile Include="$(ReactNativeDir)\ReactCommon\jsinspector-modern\RuntimeTargetConsole.cpp" />
|
|
310
308
|
<ClCompile Include="$(ReactNativeDir)\ReactCommon\reactperflogger\reactperflogger\ReactPerfettoLogger.cpp" />
|
|
311
309
|
<ClCompile Include="$(MSBuildThisFileDirectory)Networking\NetworkPropertyIds.cpp" />
|
package/package.json
CHANGED
package/Scripts/OpenSSL.nuspec
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
3
|
-
<metadata>
|
|
4
|
-
<id>$id$</id>
|
|
5
|
-
<version>$version$</version>
|
|
6
|
-
<description>OpenSSL for Windows Desktop - Static Library.</description>
|
|
7
|
-
<authors>Microsoft</authors>
|
|
8
|
-
<projectUrl>https://www.openssl.org</projectUrl>
|
|
9
|
-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
10
|
-
<dependencies>
|
|
11
|
-
<group targetFramework="Windows8-x86" />
|
|
12
|
-
<group targetFramework="Windows8-x64" />
|
|
13
|
-
<group targetFramework="Windows8-ARM64" />
|
|
14
|
-
</dependencies>
|
|
15
|
-
<repository type="git" url="$repoUrl$" branch="$repoBranch$" commit="$repoCommit$" />
|
|
16
|
-
<license type="expression">OpenSSL</license>
|
|
17
|
-
</metadata>
|
|
18
|
-
<files>
|
|
19
|
-
<file src="OpenSSL.targets" target="build\native\$id$.targets" />
|
|
20
|
-
|
|
21
|
-
<file src="$vcpkgroot$\installed\x86-windows-static\include\openssl\**\*.*" target="include\x86\openssl" />
|
|
22
|
-
<file src="$vcpkgroot$\installed\x86-windows-static\debug\lib\libeay32.lib" target="lib\win8-x86\Debug" />
|
|
23
|
-
<file src="$vcpkgroot$\installed\x86-windows-static\debug\lib\ssleay32.lib" target="lib\win8-x86\Debug" />
|
|
24
|
-
<file src="$vcpkgroot$\installed\x86-windows-static\lib\libeay32.lib" target="lib\win8-x86\Release" />
|
|
25
|
-
<file src="$vcpkgroot$\installed\x86-windows-static\lib\ssleay32.lib" target="lib\win8-x86\Release" />
|
|
26
|
-
|
|
27
|
-
<file src="$vcpkgroot$\installed\x64-windows-static\include\openssl\**\*.*" target="include\x64\openssl" />
|
|
28
|
-
<file src="$vcpkgroot$\installed\x64-windows-static\debug\lib\libeay32.lib" target="lib\win8-x64\Debug" />
|
|
29
|
-
<file src="$vcpkgroot$\installed\x64-windows-static\debug\lib\ssleay32.lib" target="lib\win8-x64\Debug" />
|
|
30
|
-
<file src="$vcpkgroot$\installed\x64-windows-static\lib\libeay32.lib" target="lib\win8-x64\Release" />
|
|
31
|
-
<file src="$vcpkgroot$\installed\x64-windows-static\lib\ssleay32.lib" target="lib\win8-x64\Release" />
|
|
32
|
-
|
|
33
|
-
<file src="$vcpkgroot$\installed\arm64-windows-static\include\openssl\**\*.*" target="include\ARM64\openssl" />
|
|
34
|
-
<file src="$vcpkgroot$\installed\arm64-windows-static\debug\lib\libeay32.lib" target="lib\win8-arm64\Debug" />
|
|
35
|
-
<file src="$vcpkgroot$\installed\arm64-windows-static\debug\lib\ssleay32.lib" target="lib\win8-arm64\Debug" />
|
|
36
|
-
<file src="$vcpkgroot$\installed\arm64-windows-static\lib\libeay32.lib" target="lib\win8-arm64\Release" />
|
|
37
|
-
<file src="$vcpkgroot$\installed\arm64-windows-static\lib\ssleay32.lib" target="lib\win8-arm64\Release" />
|
|
38
|
-
</files>
|
|
39
|
-
</package>
|
package/Scripts/OpenSSL.targets
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
|
|
3
|
-
<ItemDefinitionGroup>
|
|
4
|
-
<ClCompile>
|
|
5
|
-
<AdditionalIncludeDirectories Condition="'$(Platform)' != 'Win32'">
|
|
6
|
-
$(MSBuildThisFileDirectory)..\..\include\$(Platform);
|
|
7
|
-
%(AdditionalIncludeDirectories)
|
|
8
|
-
</AdditionalIncludeDirectories>
|
|
9
|
-
<AdditionalIncludeDirectories Condition="'$(Platform)' == 'Win32'">
|
|
10
|
-
$(MSBuildThisFileDirectory)..\..\include\x86;
|
|
11
|
-
%(AdditionalIncludeDirectories)
|
|
12
|
-
</AdditionalIncludeDirectories>
|
|
13
|
-
</ClCompile>
|
|
14
|
-
<Link>
|
|
15
|
-
<AdditionalLibraryDirectories Condition="'$(Platform)' != 'Win32'">
|
|
16
|
-
$(MSBuildThisFileDirectory)..\..\lib\win8-$(Platform)\$(Configuration);
|
|
17
|
-
%(AdditionalLibraryDirectories)
|
|
18
|
-
</AdditionalLibraryDirectories>
|
|
19
|
-
<AdditionalLibraryDirectories Condition="'$(Platform)' == 'Win32'">
|
|
20
|
-
$(MSBuildThisFileDirectory)..\..\lib\win8-x86\$(Configuration);
|
|
21
|
-
%(AdditionalLibraryDirectories)
|
|
22
|
-
</AdditionalLibraryDirectories>
|
|
23
|
-
<!--
|
|
24
|
-
libeay32.lib - Provided by this package
|
|
25
|
-
ssleay32.lib - Provided by this package
|
|
26
|
-
Crypt32.lib - Provided by Windows API
|
|
27
|
-
-->
|
|
28
|
-
<AdditionalDependencies>
|
|
29
|
-
libeay32.lib;
|
|
30
|
-
ssleay32.lib;
|
|
31
|
-
Crypt32.lib;
|
|
32
|
-
%(AdditionalDependencies)
|
|
33
|
-
</AdditionalDependencies>
|
|
34
|
-
</Link>
|
|
35
|
-
</ItemDefinitionGroup>
|
|
36
|
-
</Project>
|