Skip to content

Commit

Permalink
Bump to SDL 2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
palxex committed Jan 27, 2021
1 parent 735be08 commit 6f74b32
Show file tree
Hide file tree
Showing 13 changed files with 1,882 additions and 1,549 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- cd ..

- os: linux
env: TARGET=MinGW32 SDL2_VERSION=2.0.10
env: TARGET=MinGW32 SDL2_VERSION=2.0.14
addons:
apt:
packages:
Expand All @@ -56,7 +56,6 @@ jobs:
fi
- ln -sf $CACHE/SDL2-$SDL2_VERSION
- export PATH=$(pwd)/SDL2-$SDL2_VERSION/bin:$PATH
- cat SDL2-$SDL2_VERSION/bin/sdl2-config
- cd ..
script:
- cd win32
Expand All @@ -68,7 +67,7 @@ jobs:
- cd ..

- os: linux
env: TARGET=MinGW32-armv7 SDL2_VERSION=2.0.10-armv7
env: TARGET=MinGW32-armv7 SDL2_VERSION=2.0.14-armv7
addons:
apt:
packages:
Expand Down Expand Up @@ -108,7 +107,6 @@ jobs:
- ln -sf $CACHE/SDL2-$SDL2_VERSION
- ln -sf $CACHE/llvm-mingw-armv7 llvm-mingw
- export PATH=$(pwd)/SDL2-$SDL2_VERSION/bin:$(pwd)/llvm-mingw/bin:$PATH
- cat SDL2-$SDL2_VERSION/bin/sdl2-config
- cd ..
script:
- cd win32
Expand All @@ -118,7 +116,7 @@ jobs:
- "openssl rsa -passout pass:temporary -in key.pem -outform PVK -pvk-strong -out authenticode.pvk"
- "openssl pkcs12 -passin pass: -in ../winrt/SDLPal.UWP/SDLPal_TemporaryKey.pfx -nokeys -nodes -out cert.pem"
- "openssl crl2pkcs7 -nocrl -certfile cert.pem -outform DER -out authenticode.spc"
- "echo temporary | signcode -spc authenticode.spc -v authenticode.pvk -a sha1 -$ commercial -n SDLPal -i http://sdlpal.github.io -t http://timestamp.verisign.com/scripts/timstamp.dll -tr 10 sdlpal.exe"
- "echo temporary | signcode -spc authenticode.spc -v authenticode.pvk -a sha1 -$ commercial -n SDLPal -i http://sdlpal.github.io -t http://tsa.starfieldtech.com -tr 10 sdlpal.exe"
- zip sdlpal-windows-armv7.zip sdlpal.exe
- mv sdlpal-windows-armv7.zip ../deploy/
- cd ..
Expand Down Expand Up @@ -178,6 +176,7 @@ jobs:
- export PUSHD="$(pwd)"
- mkdir -p $CACHE/
- cd $CACHE/
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker run -dit --name devkit -v $(pwd):/cache -v $TRAVIS_BUILD_DIR:/src devkitpro/devkitarm bash
- |
if ! [ -d $CACHE/SDL-1.2-N3DS ]
Expand Down Expand Up @@ -311,6 +310,7 @@ jobs:
services:
- docker
before_install:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:$TAG bash
script:
- sed -i 's@http://localhost:8080/@https://sdlpal.github.io/demo/@g' emscripten/Makefile
Expand Down
2 changes: 1 addition & 1 deletion 3rd/SDL
Submodule SDL updated 1074 files
1 change: 1 addition & 0 deletions ios/SDLPal/Podfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
platform :ios, '9.0'
target 'SDLPal'
pod 'ActionSheetPicker-3.0', '~> 2.2.0'
4 changes: 2 additions & 2 deletions ios/SDLPal/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ SPEC REPOS:
SPEC CHECKSUMS:
ActionSheetPicker-3.0: d11a4c12c6aaf704b8a3f56d179198c99f3e41e6

PODFILE CHECKSUM: 08d95c7a90827aceac47314762506861c0976bf8
PODFILE CHECKSUM: be35b85445902b4ef4b0612457667fb9db5cabcd

COCOAPODS: 1.8.4
COCOAPODS: 1.10.1
223 changes: 169 additions & 54 deletions ios/SDLPal/SDLPal.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions ios/SDLPal/SDLPal/sdlpal.entitlements
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!--
sdlpal.entitlements
SDLPal
Created by palxex on 2021/1/27.
Copyright (c) 2021 SDLPAL team. All rights reserved.
-->
<plist version="1.0">
<dict/>
</plist>
12 changes: 6 additions & 6 deletions win32/sdlpal.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,27 +34,27 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v141_xp</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Test|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v141_xp</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v141_xp</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Test|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v141_xp</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v141_xp</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v141_xp</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down
203 changes: 113 additions & 90 deletions winrt/SDLPal.UWP.sln
Original file line number Diff line number Diff line change
@@ -1,90 +1,113 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDLPal.Core", "SDLPal.UWP\SDLPal.Core.vcxproj", "{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDLPal.Common", "SDLPal.UWP\SDLPal.Common.vcxproj", "{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDLPal", "SDLPal.UWP\SDLPal.UWP.vcxproj", "{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}"
ProjectSection(ProjectDependencies) = postProject
{89E9B32E-A86A-47C3-A948-D2B1622925CE} = {89E9B32E-A86A-47C3-A948-D2B1622925CE}
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8} = {96D34C5D-CE4D-43F7-822C-C34775AAFEA8}
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6} = {0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2-UWP", "..\3rd\SDL\VisualC-WinRT\UWP_VS2015\SDL-UWP.vcxproj", "{89E9B32E-A86A-47C3-A948-D2B1622925CE}"
ProjectSection(ProjectDependencies) = postProject
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6} = {0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Debug|ARM.ActiveCfg = Debug|ARM
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Debug|ARM.Build.0 = Debug|ARM
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Debug|x64.ActiveCfg = Debug|x64
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Debug|x64.Build.0 = Debug|x64
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Debug|x86.ActiveCfg = Debug|Win32
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Debug|x86.Build.0 = Debug|Win32
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Release|ARM.ActiveCfg = Release|ARM
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Release|ARM.Build.0 = Release|ARM
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Release|x64.ActiveCfg = Release|x64
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Release|x64.Build.0 = Release|x64
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Release|x86.ActiveCfg = Release|Win32
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Release|x86.Build.0 = Release|Win32
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Debug|ARM.ActiveCfg = Debug|ARM
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Debug|ARM.Build.0 = Debug|ARM
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Debug|x64.ActiveCfg = Debug|x64
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Debug|x64.Build.0 = Debug|x64
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Debug|x86.ActiveCfg = Debug|Win32
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Debug|x86.Build.0 = Debug|Win32
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Release|ARM.ActiveCfg = Release|ARM
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Release|ARM.Build.0 = Release|ARM
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Release|x64.ActiveCfg = Release|x64
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Release|x64.Build.0 = Release|x64
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Release|x86.ActiveCfg = Release|Win32
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Release|x86.Build.0 = Release|Win32
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|ARM.ActiveCfg = Debug|ARM
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|ARM.Build.0 = Debug|ARM
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|ARM.Deploy.0 = Debug|ARM
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|x64.ActiveCfg = Debug|x64
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|x64.Build.0 = Debug|x64
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|x64.Deploy.0 = Debug|x64
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|x86.ActiveCfg = Debug|Win32
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|x86.Build.0 = Debug|Win32
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|x86.Deploy.0 = Debug|Win32
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|ARM.ActiveCfg = Release|ARM
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|ARM.Build.0 = Release|ARM
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|ARM.Deploy.0 = Release|ARM
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|x64.ActiveCfg = Release|x64
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|x64.Build.0 = Release|x64
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|x64.Deploy.0 = Release|x64
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|x86.ActiveCfg = Release|Win32
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|x86.Build.0 = Release|Win32
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|x86.Deploy.0 = Release|Win32
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Debug|ARM.ActiveCfg = Debug|ARM
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Debug|ARM.Build.0 = Debug|ARM
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Debug|x64.ActiveCfg = Debug|x64
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Debug|x64.Build.0 = Debug|x64
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Debug|x86.ActiveCfg = Debug|Win32
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Debug|x86.Build.0 = Debug|Win32
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Release|ARM.ActiveCfg = Release|ARM
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Release|ARM.Build.0 = Release|ARM
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Release|x64.ActiveCfg = Release|x64
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Release|x64.Build.0 = Release|x64
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Release|x86.ActiveCfg = Release|Win32
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

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}") = "SDLPal.Core", "SDLPal.UWP\SDLPal.Core.vcxproj", "{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDLPal.Common", "SDLPal.UWP\SDLPal.Common.vcxproj", "{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDLPal", "SDLPal.UWP\SDLPal.UWP.vcxproj", "{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}"
ProjectSection(ProjectDependencies) = postProject
{89E9B32E-A86A-47C3-A948-D2B1622925CE} = {89E9B32E-A86A-47C3-A948-D2B1622925CE}
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8} = {96D34C5D-CE4D-43F7-822C-C34775AAFEA8}
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6} = {0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2-UWP", "..\3rd\SDL\VisualC-WinRT\UWP_VS2015\SDL-UWP.vcxproj", "{89E9B32E-A86A-47C3-A948-D2B1622925CE}"
ProjectSection(ProjectDependencies) = postProject
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6} = {0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM = Release|ARM
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Debug|ARM.ActiveCfg = Debug|ARM
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Debug|ARM.Build.0 = Debug|ARM
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Debug|ARM64.ActiveCfg = Debug|ARM64
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Debug|ARM64.Build.0 = Debug|ARM64
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Debug|x64.ActiveCfg = Debug|x64
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Debug|x64.Build.0 = Debug|x64
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Debug|x86.ActiveCfg = Debug|Win32
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Debug|x86.Build.0 = Debug|Win32
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Release|ARM.ActiveCfg = Release|ARM
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Release|ARM.Build.0 = Release|ARM
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Release|ARM64.ActiveCfg = Release|ARM64
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Release|ARM64.Build.0 = Release|ARM64
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Release|x64.ActiveCfg = Release|x64
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Release|x64.Build.0 = Release|x64
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Release|x86.ActiveCfg = Release|Win32
{96D34C5D-CE4D-43F7-822C-C34775AAFEA8}.Release|x86.Build.0 = Release|Win32
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Debug|ARM.ActiveCfg = Debug|ARM
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Debug|ARM.Build.0 = Debug|ARM
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Debug|ARM64.ActiveCfg = Debug|ARM64
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Debug|ARM64.Build.0 = Debug|ARM64
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Debug|x64.ActiveCfg = Debug|x64
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Debug|x64.Build.0 = Debug|x64
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Debug|x86.ActiveCfg = Debug|Win32
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Debug|x86.Build.0 = Debug|Win32
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Release|ARM.ActiveCfg = Release|ARM
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Release|ARM.Build.0 = Release|ARM
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Release|ARM64.ActiveCfg = Release|ARM64
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Release|ARM64.Build.0 = Release|ARM64
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Release|x64.ActiveCfg = Release|x64
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Release|x64.Build.0 = Release|x64
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Release|x86.ActiveCfg = Release|Win32
{0425A2D9-BB80-4C35-8C69-1DA6E3494FA6}.Release|x86.Build.0 = Release|Win32
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|ARM.ActiveCfg = Debug|ARM
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|ARM.Build.0 = Debug|ARM
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|ARM.Deploy.0 = Debug|ARM
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|ARM64.ActiveCfg = Debug|ARM64
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|ARM64.Build.0 = Debug|ARM64
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|ARM64.Deploy.0 = Debug|ARM64
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|x64.ActiveCfg = Debug|x64
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|x64.Build.0 = Debug|x64
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|x64.Deploy.0 = Debug|x64
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|x86.ActiveCfg = Debug|Win32
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|x86.Build.0 = Debug|Win32
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Debug|x86.Deploy.0 = Debug|Win32
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|ARM.ActiveCfg = Release|ARM
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|ARM.Build.0 = Release|ARM
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|ARM.Deploy.0 = Release|ARM
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|ARM64.ActiveCfg = Release|ARM64
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|ARM64.Build.0 = Release|ARM64
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|ARM64.Deploy.0 = Release|ARM64
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|x64.ActiveCfg = Release|x64
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|x64.Build.0 = Release|x64
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|x64.Deploy.0 = Release|x64
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|x86.ActiveCfg = Release|Win32
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|x86.Build.0 = Release|Win32
{B1809B68-0D9A-4E0E-ADDB-272CA1C9FA38}.Release|x86.Deploy.0 = Release|Win32
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Debug|ARM.ActiveCfg = Debug|ARM
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Debug|ARM.Build.0 = Debug|ARM
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Debug|ARM64.ActiveCfg = Debug|ARM64
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Debug|ARM64.Build.0 = Debug|ARM64
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Debug|x64.ActiveCfg = Debug|x64
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Debug|x64.Build.0 = Debug|x64
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Debug|x86.ActiveCfg = Debug|Win32
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Debug|x86.Build.0 = Debug|Win32
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Release|ARM.ActiveCfg = Release|ARM
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Release|ARM.Build.0 = Release|ARM
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Release|ARM64.ActiveCfg = Release|ARM64
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Release|ARM64.Build.0 = Release|ARM64
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Release|x64.ActiveCfg = Release|x64
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Release|x64.Build.0 = Release|x64
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Release|x86.ActiveCfg = Release|Win32
{89E9B32E-A86A-47C3-A948-D2B1622925CE}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7AC1EEA9-C8E2-49C2-A613-DB7C0BA7C715}
EndGlobalSection
EndGlobal
Loading

0 comments on commit 6f74b32

Please sign in to comment.