diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2015-10-21 05:09:17 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2015-10-21 05:09:17 +0000 |
| commit | bf128deefa7d51132d2530ee0ec5f80538412671 (patch) | |
| tree | fa30492bdd0afde592befc234db9d8d0787f0065 | |
| download | DiligentEngine-bf128deefa7d51132d2530ee0ec5f80538412671.tar.gz DiligentEngine-bf128deefa7d51132d2530ee0ec5f80538412671.zip | |
Initial commit
| -rw-r--r-- | .gitignore | 37 | ||||
| -rw-r--r-- | License.txt | 176 | ||||
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | build/Windows/EngineAll.sln | 418 | ||||
| -rw-r--r-- | build/WindowsStore/EngineAll.sln | 671 |
5 files changed, 1310 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..791451c --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +*.sdf +*.opensdf +*.tlog +*.lastbuildstate +*.idb +*.manifest +*.user +*.suo +*.ipch +*.o +*.a +*.aps +*.ilk +*.pdb +*.dll +*.exp +*.lib +*.iobj +*.ipdb +libs +obj +VisualGDBCache +bin +ARM +gen +tmp +*.log +*.mk.old +*.d +local.properties +project.properties +proguard-project.txt +html +doc/latex +*.obj +Debug +Release
\ No newline at end of file diff --git a/License.txt b/License.txt new file mode 100644 index 0000000..d9a10c0 --- /dev/null +++ b/License.txt @@ -0,0 +1,176 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/README.md b/README.md new file mode 100644 index 0000000..82e3600 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +Parent repository that includes core, tools and samples as submodules. For more information, please visit [diligentgraphics.com/diligent-engine](http://diligentgraphics.com/diligent-engine/). + +## Version History +* v1.0.0 Initial release. + +## License +Copyright 2015 Egor Yusov. +Licensed under the [Apache License, Version 2.0](License.txt)
\ No newline at end of file diff --git a/build/Windows/EngineAll.sln b/build/Windows/EngineAll.sln new file mode 100644 index 0000000..bb9e553 --- /dev/null +++ b/build/Windows/EngineAll.sln @@ -0,0 +1,418 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.23107.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphicsEngine", "..\..\diligentcore\Graphics\GraphicsEngine\build\Windows\GraphicsEngine.vcxproj", "{052DD700-477C-4512-A7F4-B05EBEF5C80E}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphicsEngineD3D11", "..\..\diligentcore\Graphics\GraphicsEngineD3D11\build\Windows\GraphicsEngineD3D11.vcxproj", "{FE289CC7-15D6-4A76-B9CB-F61CAB3192C9}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphicsEngineOpenGL", "..\..\diligentcore\Graphics\GraphicsEngineOpenGL\build\Windows\GraphicsEngineOpenGL.vcxproj", "{15E346D3-FDE6-4B29-88B7-FCA14DADA501}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "External", "External", "{4E2A7D78-150F-41DB-A6BD-7FC085FA4BAD}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glew_static", "..\..\diligentcore\External\glew-1.10.0\build\Windows\glew_static.vcxproj", "{664E6F0D-6784-4760-9565-D54F8EB1EDF4}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common", "..\..\diligentcore\Common\build\Windows\Common.vcxproj", "{7380F7E6-315F-4B4E-92EB-E6AEEE865298}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lua", "..\..\diligenttools\External\lua-5.2.3\build\Windows\Lua.vcxproj", "{3F7FED43-207A-4C2C-80C4-5965448D0706}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RenderScript", "..\..\diligenttools\RenderScript\build\Windows\RenderScript.vcxproj", "{C8ADD3B4-E83B-458E-96C8-B278F22C2F04}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "External", "External", "{57D4333F-B8CD-4588-8F50-5F3EB89FD2CE}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Platforms", "Platforms", "{FE04C232-8768-46C8-827A-849EBCB59093}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WindowsPlatform", "..\..\diligentcore\Platforms\Windows\build\Windows\WindowsPlatform.vcxproj", "{58F32677-436B-412A-BBF8-2B1310D82CD8}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AndroidPlatform", "..\..\diligentcore\Platforms\Android\build\Windows\AndroidPlatform.vcxproj", "{E333476E-15E3-4D43-A4CF-8748058B3BE9}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BasicPlatform", "..\..\diligentcore\Platforms\Basic\build\Windows\BasicPlatform.vcxproj", "{8ADA5F93-7A38-4AD8-B8F5-1FFD4D4F630C}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphicsEngine.Shared", "..\..\diligentcore\Graphics\GraphicsEngine\build\WindowsStore\GraphicsEngine.Shared\GraphicsEngine.Shared.vcxitems", "{0CDD843C-089D-4FEE-BE9F-C08FA2B51ACB}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RenderScript.Shared", "..\..\diligenttools\RenderScript\build\WindowsStore\RenderScript.Shared\RenderScript.Shared.vcxitems", "{AC843CD8-70C4-4BF9-BBFB-BB8E5979F81E}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lua.Shared", "..\..\diligenttools\External\lua-5.2.3\build\WindowsStore\Lua.Shared\Lua.Shared.vcxitems", "{4703C34C-1A7F-4BB2-8FF8-007C55C015D5}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BasicPlatform.Shared", "..\..\diligentcore\Platforms\Basic\build\WindowsStore\BasicPlatform.Shared\BasicPlatform.Shared.vcxitems", "{C50F6528-6A12-49A9-BEC0-E07CF153FCA8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Graphics", "Graphics", "{87E3C971-12B7-46A3-9778-51AF0BC44B19}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common.Shared", "..\..\diligentcore\Common\build\WindowsStore\Common.Shared\Common.Shared.vcxitems", "{D716BF4D-094B-47D7-9137-A01C690C3616}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphicsEngineD3D11.Shared", "..\..\diligentcore\Graphics\GraphicsEngineD3D11\build\WindowsStore\GraphicsEngineD3D11.Shared\GraphicsEngineD3D11.Shared.vcxitems", "{3C22010C-99F3-4321-8F55-36DA8F97A980}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphicsTools", "..\..\diligentcore\Graphics\GraphicsTools\build\Windows\GraphicsTools.vcxproj", "{C6014499-0CF2-43EC-A773-A4E354FB2D74}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphicsTools.Shared", "..\..\diligentcore\Graphics\GraphicsTools\build\WindowsStore\GraphicsTools.Shared\GraphicsTools.Shared.vcxitems", "{3BB4F2AC-1D2F-4AF6-B9CC-BDC17BB8BC39}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibTiff", "..\..\diligenttools\External\libtiff-4.0.3\build\Windows\LibTiff.vcxproj", "{97D592A8-5AFE-4E72-8DA9-3C3EF98948B1}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibTiff.Shared", "..\..\diligenttools\External\libtiff-4.0.3\build\WindowsStore\LibTiff.Shared\LibTiff.Shared.vcxitems", "{0E12BAA7-7B7D-406F-8374-075598833B2A}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibPng", "..\..\diligenttools\External\lpng-1.6.17\build\Windows\LibPng.vcxproj", "{822F4B60-069A-4F54-A219-DD4562A254A1}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "..\..\diligenttools\External\zlib-1.2.8\build\Windows\zlib.vcxproj", "{695C52B1-0267-4DED-BDF3-E7113756FF3F}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TextureLoader", "..\..\diligenttools\TextureLoader\build\Windows\TextureLoader.vcxproj", "{3DE4FDB9-DF4D-4B57-9FFE-616704D4FE2F}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libjpeg", "..\..\diligenttools\External\libjpeg-9a\build\Windows\libjpeg.vcxproj", "{019DBD2A-273D-4BA4-BF86-B5EFE2ED76B1}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib.Shared", "..\..\diligenttools\External\zlib-1.2.8\build\WindowsStore\zlib.Shared\zlib.Shared.vcxitems", "{40CCCED6-03E5-4CA9-A235-990C055DFE70}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libjpeg.Shared", "..\..\diligenttools\External\libjpeg-9a\build\WindowsStore\libjpeg.Shared\libjpeg.Shared.vcxitems", "{E0CA2A6C-095A-454E-B566-31E81D91615D}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibPng.Shared", "..\..\diligenttools\External\lpng-1.6.17\build\WindowsStore\LibPng.Shared\LibPng.Shared.vcxitems", "{8C6B12D1-7972-451F-A612-E7AC3443CB72}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TextureLoader.Shared", "..\..\diligenttools\TextureLoader\build\WindowsStore\TextureLoader.Shared\TextureLoader.Shared.vcxitems", "{149D2147-99EC-471E-A8CF-D894E0D11EDA}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PlatformInterface.Shared", "..\..\diligentcore\Platforms\interface\build\WindowsStore\PlatformInterface.Shared.vcxitems", "{C8F281ED-F3B9-4C24-A2D3-40A922363466}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{24288C31-FBC1-47F2-8416-9FB362705B24}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{919D8845-B9BB-450F-8C41-D90AA07504DD}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "External", "External", "{64862EFA-5FA9-41B0-833D-12ED1930BD90}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AntTweakBar.Shared", "..\..\diligentsamples\External\TwBarLib\build\WindowsStore\AntTweakBar.Shared\AntTweakBar.Shared.vcxitems", "{6C31C3EE-1521-4DC1-A79E-CEDD5167DDAB}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AntTweakBar", "..\..\diligentsamples\External\TwBarLib\build\Windows\AntTweakBar.vcxproj", "{B99E1FA1-C30A-45F2-9D57-9E9C21B2DF42}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{D73BD911-82EA-479F-99A3-82D367039B30}" + ProjectSection(SolutionItems) = preProject + ..\..\diligentsamples\Samples\SampleBase\build\WindowsStore\SampleBase.Shared\SampleBase.Shared.vcxitems = ..\..\diligentsamples\Samples\SampleBase\build\WindowsStore\SampleBase.Shared\SampleBase.Shared.vcxitems + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleBase", "..\..\diligentsamples\Samples\SampleBase\build\Windows\SampleBase.vcxproj", "{804DB774-38D0-46A0-8FB7-BDAFDACBB515}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AntTweakBarSample.Shared", "..\..\diligentsamples\Samples\AntTweakBar\build\WindowsStore\AntTweakBarSample.Shared\AntTweakBarSample.Shared.vcxitems", "{F26D9028-CFB4-45BC-9AB9-28E332480564}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AntTweakBarSample", "..\..\diligentsamples\Samples\AntTweakBar\build\Windows\AntTweakBarSample.vcxproj", "{516AA088-64B1-4DCF-9631-59F91F0E849A}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AtmosphereSample.Shared", "..\..\diligentsamples\Samples\Atmosphere\build\WindowsStore\AtmosphereSample.Shared\AtmosphereSample.Shared.vcxitems", "{AE83B976-C8CA-4621-9269-BF47C5789018}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AtmosphereSample", "..\..\diligentsamples\Samples\Atmosphere\build\Windows\AtmosphereSample.vcxproj", "{F40021AC-6D7B-4828-81C4-2D04F946A88E}" +EndProject +Global + GlobalSection(SharedMSBuildProjectFiles) = preSolution + ..\..\diligenttools\TextureLoader\build\WindowsStore\TextureLoader.Shared\TextureLoader.Shared.vcxitems*{3de4fdb9-df4d-4b57-9ffe-616704d4fe2f}*SharedItemsImports = 4 + ..\..\diligenttools\External\zlib-1.2.8\build\WindowsStore\zlib.Shared\zlib.Shared.vcxitems*{695c52b1-0267-4ded-bdf3-e7113756ff3f}*SharedItemsImports = 4 + ..\..\diligenttools\RenderScript\build\WindowsStore\RenderScript.Shared\RenderScript.Shared.vcxitems*{c8add3b4-e83b-458e-96c8-b278f22c2f04}*SharedItemsImports = 4 + ..\..\diligenttools\External\libjpeg-9a\build\WindowsStore\libjpeg.Shared\libjpeg.Shared.vcxitems*{019dbd2a-273d-4ba4-bf86-b5efe2ed76b1}*SharedItemsImports = 4 + ..\..\diligentcore\Graphics\GraphicsEngineD3D11\build\WindowsStore\GraphicsEngineD3D11.Shared\GraphicsEngineD3D11.Shared.vcxitems*{3c22010c-99f3-4321-8f55-36da8f97a980}*SharedItemsImports = 9 + ..\..\diligentcore\Graphics\GraphicsTools\build\WindowsStore\GraphicsTools.Shared\GraphicsTools.Shared.vcxitems*{3bb4f2ac-1d2f-4af6-b9cc-bdc17bb8bc39}*SharedItemsImports = 9 + ..\..\diligentcore\Common\build\WindowsStore\Common.Shared\Common.Shared.vcxitems*{7380f7e6-315f-4b4e-92eb-e6aeee865298}*SharedItemsImports = 4 + ..\..\diligentsamples\Samples\Atmosphere\build\WindowsStore\AtmosphereSample.Shared\AtmosphereSample.Shared.vcxitems*{f40021ac-6d7b-4828-81c4-2d04f946a88e}*SharedItemsImports = 4 + ..\..\diligentsamples\External\TwBarLib\build\WindowsStore\AntTweakBar.Shared\AntTweakBar.Shared.vcxitems*{6c31c3ee-1521-4dc1-a79e-cedd5167ddab}*SharedItemsImports = 9 + ..\..\diligentcore\Graphics\GraphicsEngine\build\WindowsStore\GraphicsEngine.Shared\GraphicsEngine.Shared.vcxitems*{0cdd843c-089d-4fee-be9f-c08fa2b51acb}*SharedItemsImports = 9 + ..\..\diligenttools\External\libjpeg-9a\build\WindowsStore\libjpeg.Shared\libjpeg.Shared.vcxitems*{e0ca2a6c-095a-454e-b566-31e81d91615d}*SharedItemsImports = 9 + ..\..\diligentsamples\Samples\Atmosphere\build\WindowsStore\AtmosphereSample.Shared\AtmosphereSample.Shared.vcxitems*{ae83b976-c8ca-4621-9269-bf47c5789018}*SharedItemsImports = 9 + ..\..\diligenttools\External\zlib-1.2.8\build\WindowsStore\zlib.Shared\zlib.Shared.vcxitems*{40ccced6-03e5-4ca9-a235-990c055dfe70}*SharedItemsImports = 9 + ..\..\diligentsamples\External\TwBarLib\build\WindowsStore\AntTweakBar.Shared\AntTweakBar.Shared.vcxitems*{b99e1fa1-c30a-45f2-9d57-9e9c21b2df42}*SharedItemsImports = 4 + ..\..\diligentcore\Platforms\interface\build\WindowsStore\PlatformInterface.Shared.vcxitems*{8ada5f93-7a38-4ad8-b8f5-1ffd4d4f630c}*SharedItemsImports = 4 + ..\..\diligentcore\Platforms\Basic\build\WindowsStore\BasicPlatform.Shared\BasicPlatform.Shared.vcxitems*{8ada5f93-7a38-4ad8-b8f5-1ffd4d4f630c}*SharedItemsImports = 4 + ..\..\diligenttools\External\libtiff-4.0.3\build\WindowsStore\LibTiff.Shared\LibTiff.Shared.vcxitems*{97d592a8-5afe-4e72-8da9-3c3ef98948b1}*SharedItemsImports = 4 + ..\..\diligentcore\Graphics\GraphicsEngine\build\WindowsStore\GraphicsEngine.Shared\GraphicsEngine.Shared.vcxitems*{052dd700-477c-4512-a7f4-b05ebef5c80e}*SharedItemsImports = 4 + ..\..\diligenttools\External\lpng-1.6.17\build\WindowsStore\LibPng.Shared\LibPng.Shared.vcxitems*{8c6b12d1-7972-451f-a612-e7ac3443cb72}*SharedItemsImports = 9 + ..\..\diligentsamples\Samples\AntTweakBar\build\WindowsStore\AntTweakBarSample.Shared\AntTweakBarSample.Shared.vcxitems*{f26d9028-cfb4-45bc-9ab9-28e332480564}*SharedItemsImports = 9 + ..\..\diligentcore\Graphics\GraphicsEngineD3D11\build\WindowsStore\GraphicsEngineD3D11.Shared\GraphicsEngineD3D11.Shared.vcxitems*{fe289cc7-15d6-4a76-b9cb-f61cab3192c9}*SharedItemsImports = 4 + ..\..\diligenttools\External\lua-5.2.3\build\WindowsStore\Lua.Shared\Lua.Shared.vcxitems*{3f7fed43-207a-4c2c-80c4-5965448d0706}*SharedItemsImports = 4 + ..\..\diligentcore\Platforms\Basic\build\WindowsStore\BasicPlatform.Shared\BasicPlatform.Shared.vcxitems*{c50f6528-6a12-49a9-bec0-e07cf153fca8}*SharedItemsImports = 9 + ..\..\diligenttools\TextureLoader\build\WindowsStore\TextureLoader.Shared\TextureLoader.Shared.vcxitems*{149d2147-99ec-471e-a8cf-d894e0d11eda}*SharedItemsImports = 9 + ..\..\diligenttools\External\lpng-1.6.17\build\WindowsStore\LibPng.Shared\LibPng.Shared.vcxitems*{822f4b60-069a-4f54-a219-dd4562a254a1}*SharedItemsImports = 4 + ..\..\diligenttools\External\lua-5.2.3\build\WindowsStore\Lua.Shared\Lua.Shared.vcxitems*{4703c34c-1a7f-4bb2-8ff8-007c55c015d5}*SharedItemsImports = 9 + ..\..\diligenttools\RenderScript\build\WindowsStore\RenderScript.Shared\RenderScript.Shared.vcxitems*{ac843cd8-70c4-4bf9-bbfb-bb8e5979f81e}*SharedItemsImports = 9 + ..\..\diligentsamples\Samples\AntTweakBar\build\WindowsStore\AntTweakBarSample.Shared\AntTweakBarSample.Shared.vcxitems*{516aa088-64b1-4dcf-9631-59f91f0e849a}*SharedItemsImports = 4 + ..\..\diligentcore\Graphics\GraphicsTools\build\WindowsStore\GraphicsTools.Shared\GraphicsTools.Shared.vcxitems*{c6014499-0cf2-43ec-a773-a4e354fb2d74}*SharedItemsImports = 4 + ..\..\diligenttools\External\libtiff-4.0.3\build\WindowsStore\LibTiff.Shared\LibTiff.Shared.vcxitems*{0e12baa7-7b7d-406f-8374-075598833b2a}*SharedItemsImports = 9 + ..\..\diligentcore\Platforms\interface\build\WindowsStore\PlatformInterface.Shared.vcxitems*{c8f281ed-f3b9-4c24-a2d3-40a922363466}*SharedItemsImports = 9 + ..\..\diligentcore\Common\build\WindowsStore\Common.Shared\Common.Shared.vcxitems*{d716bf4d-094b-47d7-9137-a01c690c3616}*SharedItemsImports = 9 + 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 + {052DD700-477C-4512-A7F4-B05EBEF5C80E}.Debug|ARM.ActiveCfg = Debug|ARM + {052DD700-477C-4512-A7F4-B05EBEF5C80E}.Debug|ARM.Build.0 = Debug|ARM + {052DD700-477C-4512-A7F4-B05EBEF5C80E}.Debug|Win32.ActiveCfg = Debug|Win32 + {052DD700-477C-4512-A7F4-B05EBEF5C80E}.Debug|Win32.Build.0 = Debug|Win32 + {052DD700-477C-4512-A7F4-B05EBEF5C80E}.Debug|x64.ActiveCfg = Debug|x64 + {052DD700-477C-4512-A7F4-B05EBEF5C80E}.Debug|x64.Build.0 = Debug|x64 + {052DD700-477C-4512-A7F4-B05EBEF5C80E}.Release|ARM.ActiveCfg = Release|ARM + {052DD700-477C-4512-A7F4-B05EBEF5C80E}.Release|ARM.Build.0 = Release|ARM + {052DD700-477C-4512-A7F4-B05EBEF5C80E}.Release|Win32.ActiveCfg = Release|Win32 + {052DD700-477C-4512-A7F4-B05EBEF5C80E}.Release|Win32.Build.0 = Release|Win32 + {052DD700-477C-4512-A7F4-B05EBEF5C80E}.Release|x64.ActiveCfg = Release|x64 + {052DD700-477C-4512-A7F4-B05EBEF5C80E}.Release|x64.Build.0 = Release|x64 + {FE289CC7-15D6-4A76-B9CB-F61CAB3192C9}.Debug|ARM.ActiveCfg = Debug|Win32 + {FE289CC7-15D6-4A76-B9CB-F61CAB3192C9}.Debug|Win32.ActiveCfg = DbgDLL|Win32 + {FE289CC7-15D6-4A76-B9CB-F61CAB3192C9}.Debug|Win32.Build.0 = DbgDLL|Win32 + {FE289CC7-15D6-4A76-B9CB-F61CAB3192C9}.Debug|x64.ActiveCfg = DbgDLL|x64 + {FE289CC7-15D6-4A76-B9CB-F61CAB3192C9}.Debug|x64.Build.0 = DbgDLL|x64 + {FE289CC7-15D6-4A76-B9CB-F61CAB3192C9}.Release|ARM.ActiveCfg = Release|Win32 + {FE289CC7-15D6-4A76-B9CB-F61CAB3192C9}.Release|Win32.ActiveCfg = RelDLL|Win32 + {FE289CC7-15D6-4A76-B9CB-F61CAB3192C9}.Release|Win32.Build.0 = RelDLL|Win32 + {FE289CC7-15D6-4A76-B9CB-F61CAB3192C9}.Release|x64.ActiveCfg = RelDLL|x64 + {FE289CC7-15D6-4A76-B9CB-F61CAB3192C9}.Release|x64.Build.0 = RelDLL|x64 + {15E346D3-FDE6-4B29-88B7-FCA14DADA501}.Debug|ARM.ActiveCfg = Debug|ARM + {15E346D3-FDE6-4B29-88B7-FCA14DADA501}.Debug|ARM.Build.0 = Debug|ARM + {15E346D3-FDE6-4B29-88B7-FCA14DADA501}.Debug|Win32.ActiveCfg = DbgDLL|Win32 + {15E346D3-FDE6-4B29-88B7-FCA14DADA501}.Debug|Win32.Build.0 = DbgDLL|Win32 + {15E346D3-FDE6-4B29-88B7-FCA14DADA501}.Debug|x64.ActiveCfg = DbgDLL|x64 + {15E346D3-FDE6-4B29-88B7-FCA14DADA501}.Debug|x64.Build.0 = DbgDLL|x64 + {15E346D3-FDE6-4B29-88B7-FCA14DADA501}.Release|ARM.ActiveCfg = Release|ARM + {15E346D3-FDE6-4B29-88B7-FCA14DADA501}.Release|ARM.Build.0 = Release|ARM + {15E346D3-FDE6-4B29-88B7-FCA14DADA501}.Release|Win32.ActiveCfg = RelDLL|Win32 + {15E346D3-FDE6-4B29-88B7-FCA14DADA501}.Release|Win32.Build.0 = RelDLL|Win32 + {15E346D3-FDE6-4B29-88B7-FCA14DADA501}.Release|x64.ActiveCfg = RelDLL|x64 + {15E346D3-FDE6-4B29-88B7-FCA14DADA501}.Release|x64.Build.0 = RelDLL|x64 + {664E6F0D-6784-4760-9565-D54F8EB1EDF4}.Debug|ARM.ActiveCfg = Debug|Win32 + {664E6F0D-6784-4760-9565-D54F8EB1EDF4}.Debug|Win32.ActiveCfg = Debug|Win32 + {664E6F0D-6784-4760-9565-D54F8EB1EDF4}.Debug|Win32.Build.0 = Debug|Win32 + {664E6F0D-6784-4760-9565-D54F8EB1EDF4}.Debug|x64.ActiveCfg = Debug|x64 + {664E6F0D-6784-4760-9565-D54F8EB1EDF4}.Debug|x64.Build.0 = Debug|x64 + {664E6F0D-6784-4760-9565-D54F8EB1EDF4}.Release|ARM.ActiveCfg = Release|Win32 + {664E6F0D-6784-4760-9565-D54F8EB1EDF4}.Release|Win32.ActiveCfg = Release|Win32 + {664E6F0D-6784-4760-9565-D54F8EB1EDF4}.Release|Win32.Build.0 = Release|Win32 + {664E6F0D-6784-4760-9565-D54F8EB1EDF4}.Release|x64.ActiveCfg = Release|x64 + {664E6F0D-6784-4760-9565-D54F8EB1EDF4}.Release|x64.Build.0 = Release|x64 + {7380F7E6-315F-4B4E-92EB-E6AEEE865298}.Debug|ARM.ActiveCfg = Debug|ARM + {7380F7E6-315F-4B4E-92EB-E6AEEE865298}.Debug|ARM.Build.0 = Debug|ARM + {7380F7E6-315F-4B4E-92EB-E6AEEE865298}.Debug|Win32.ActiveCfg = Debug|Win32 + {7380F7E6-315F-4B4E-92EB-E6AEEE865298}.Debug|Win32.Build.0 = Debug|Win32 + {7380F7E6-315F-4B4E-92EB-E6AEEE865298}.Debug|x64.ActiveCfg = Debug|x64 + {7380F7E6-315F-4B4E-92EB-E6AEEE865298}.Debug|x64.Build.0 = Debug|x64 + {7380F7E6-315F-4B4E-92EB-E6AEEE865298}.Release|ARM.ActiveCfg = Release|ARM + {7380F7E6-315F-4B4E-92EB-E6AEEE865298}.Release|ARM.Build.0 = Release|ARM + {7380F7E6-315F-4B4E-92EB-E6AEEE865298}.Release|Win32.ActiveCfg = Release|Win32 + {7380F7E6-315F-4B4E-92EB-E6AEEE865298}.Release|Win32.Build.0 = Release|Win32 + {7380F7E6-315F-4B4E-92EB-E6AEEE865298}.Release|x64.ActiveCfg = Release|x64 + {7380F7E6-315F-4B4E-92EB-E6AEEE865298}.Release|x64.Build.0 = Release|x64 + {3F7FED43-207A-4C2C-80C4-5965448D0706}.Debug|ARM.ActiveCfg = Debug|ARM + {3F7FED43-207A-4C2C-80C4-5965448D0706}.Debug|ARM.Build.0 = Debug|ARM + {3F7FED43-207A-4C2C-80C4-5965448D0706}.Debug|Win32.ActiveCfg = Debug|Win32 + {3F7FED43-207A-4C2C-80C4-5965448D0706}.Debug|Win32.Build.0 = Debug|Win32 + {3F7FED43-207A-4C2C-80C4-5965448D0706}.Debug|x64.ActiveCfg = Debug|x64 + {3F7FED43-207A-4C2C-80C4-5965448D0706}.Debug|x64.Build.0 = Debug|x64 + {3F7FED43-207A-4C2C-80C4-5965448D0706}.Release|ARM.ActiveCfg = Release|ARM + {3F7FED43-207A-4C2C-80C4-5965448D0706}.Release|ARM.Build.0 = Release|ARM + {3F7FED43-207A-4C2C-80C4-5965448D0706}.Release|Win32.ActiveCfg = Release|Win32 + {3F7FED43-207A-4C2C-80C4-5965448D0706}.Release|Win32.Build.0 = Release|Win32 + {3F7FED43-207A-4C2C-80C4-5965448D0706}.Release|x64.ActiveCfg = Release|x64 + {3F7FED43-207A-4C2C-80C4-5965448D0706}.Release|x64.Build.0 = Release|x64 + {C8ADD3B4-E83B-458E-96C8-B278F22C2F04}.Debug|ARM.ActiveCfg = Debug|ARM + {C8ADD3B4-E83B-458E-96C8-B278F22C2F04}.Debug|ARM.Build.0 = Debug|ARM + {C8ADD3B4-E83B-458E-96C8-B278F22C2F04}.Debug|Win32.ActiveCfg = Debug|Win32 + {C8ADD3B4-E83B-458E-96C8-B278F22C2F04}.Debug|Win32.Build.0 = Debug|Win32 + {C8ADD3B4-E83B-458E-96C8-B278F22C2F04}.Debug|x64.ActiveCfg = Debug|x64 + {C8ADD3B4-E83B-458E-96C8-B278F22C2F04}.Debug|x64.Build.0 = Debug|x64 + {C8ADD3B4-E83B-458E-96C8-B278F22C2F04}.Release|ARM.ActiveCfg = Release|ARM + {C8ADD3B4-E83B-458E-96C8-B278F22C2F04}.Release|ARM.Build.0 = Release|ARM + {C8ADD3B4-E83B-458E-96C8-B278F22C2F04}.Release|Win32.ActiveCfg = Release|Win32 + {C8ADD3B4-E83B-458E-96C8-B278F22C2F04}.Release|Win32.Build.0 = Release|Win32 + {C8ADD3B4-E83B-458E-96C8-B278F22C2F04}.Release|x64.ActiveCfg = Release|x64 + {C8ADD3B4-E83B-458E-96C8-B278F22C2F04}.Release|x64.Build.0 = Release|x64 + {58F32677-436B-412A-BBF8-2B1310D82CD8}.Debug|ARM.ActiveCfg = Debug|Win32 + {58F32677-436B-412A-BBF8-2B1310D82CD8}.Debug|Win32.ActiveCfg = Debug|Win32 + {58F32677-436B-412A-BBF8-2B1310D82CD8}.Debug|Win32.Build.0 = Debug|Win32 + {58F32677-436B-412A-BBF8-2B1310D82CD8}.Debug|x64.ActiveCfg = Debug|x64 + {58F32677-436B-412A-BBF8-2B1310D82CD8}.Debug|x64.Build.0 = Debug|x64 + {58F32677-436B-412A-BBF8-2B1310D82CD8}.Release|ARM.ActiveCfg = Release|Win32 + {58F32677-436B-412A-BBF8-2B1310D82CD8}.Release|Win32.ActiveCfg = Release|Win32 + {58F32677-436B-412A-BBF8-2B1310D82CD8}.Release|Win32.Build.0 = Release|Win32 + {58F32677-436B-412A-BBF8-2B1310D82CD8}.Release|x64.ActiveCfg = Release|x64 + {58F32677-436B-412A-BBF8-2B1310D82CD8}.Release|x64.Build.0 = Release|x64 + {E333476E-15E3-4D43-A4CF-8748058B3BE9}.Debug|ARM.ActiveCfg = Debug|ARM + {E333476E-15E3-4D43-A4CF-8748058B3BE9}.Debug|ARM.Build.0 = Debug|ARM + {E333476E-15E3-4D43-A4CF-8748058B3BE9}.Debug|Win32.ActiveCfg = Debug|ARM + {E333476E-15E3-4D43-A4CF-8748058B3BE9}.Debug|x64.ActiveCfg = Debug|ARM + {E333476E-15E3-4D43-A4CF-8748058B3BE9}.Release|ARM.ActiveCfg = Release|ARM + {E333476E-15E3-4D43-A4CF-8748058B3BE9}.Release|ARM.Build.0 = Release|ARM + {E333476E-15E3-4D43-A4CF-8748058B3BE9}.Release|Win32.ActiveCfg = Release|ARM + {E333476E-15E3-4D43-A4CF-8748058B3BE9}.Release|x64.ActiveCfg = Release|ARM + {8ADA5F93-7A38-4AD8-B8F5-1FFD4D4F630C}.Debug|ARM.ActiveCfg = Debug|ARM + {8ADA5F93-7A38-4AD8-B8F5-1FFD4D4F630C}.Debug|ARM.Build.0 = Debug|ARM + {8ADA5F93-7A38-4AD8-B8F5-1FFD4D4F630C}.Debug|Win32.ActiveCfg = Debug|Win32 + {8ADA5F93-7A38-4AD8-B8F5-1FFD4D4F630C}.Debug|Win32.Build.0 = Debug|Win32 + {8ADA5F93-7A38-4AD8-B8F5-1FFD4D4F630C}.Debug|x64.ActiveCfg = Debug|x64 + {8ADA5F93-7A38-4AD8-B8F5-1FFD4D4F630C}.Debug|x64.Build.0 = Debug|x64 + {8ADA5F93-7A38-4AD8-B8F5-1FFD4D4F630C}.Release|ARM.ActiveCfg = Release|ARM + {8ADA5F93-7A38-4AD8-B8F5-1FFD4D4F630C}.Release|ARM.Build.0 = Release|ARM + {8ADA5F93-7A38-4AD8-B8F5-1FFD4D4F630C}.Release|Win32.ActiveCfg = Release|Win32 + {8ADA5F93-7A38-4AD8-B8F5-1FFD4D4F630C}.Release|Win32.Build.0 = Release|Win32 + {8ADA5F93-7A38-4AD8-B8F5-1FFD4D4F630C}.Release|x64.ActiveCfg = Release|x64 + {8ADA5F93-7A38-4AD8-B8F5-1FFD4D4F630C}.Release|x64.Build.0 = Release|x64 + {C6014499-0CF2-43EC-A773-A4E354FB2D74}.Debug|ARM.ActiveCfg = Debug|ARM + {C6014499-0CF2-43EC-A773-A4E354FB2D74}.Debug|ARM.Build.0 = Debug|ARM + {C6014499-0CF2-43EC-A773-A4E354FB2D74}.Debug|Win32.ActiveCfg = Debug|Win32 + {C6014499-0CF2-43EC-A773-A4E354FB2D74}.Debug|Win32.Build.0 = Debug|Win32 + {C6014499-0CF2-43EC-A773-A4E354FB2D74}.Debug|x64.ActiveCfg = Debug|x64 + {C6014499-0CF2-43EC-A773-A4E354FB2D74}.Debug|x64.Build.0 = Debug|x64 + {C6014499-0CF2-43EC-A773-A4E354FB2D74}.Release|ARM.ActiveCfg = Release|ARM + {C6014499-0CF2-43EC-A773-A4E354FB2D74}.Release|ARM.Build.0 = Release|ARM + {C6014499-0CF2-43EC-A773-A4E354FB2D74}.Release|Win32.ActiveCfg = Release|Win32 + {C6014499-0CF2-43EC-A773-A4E354FB2D74}.Release|Win32.Build.0 = Release|Win32 + {C6014499-0CF2-43EC-A773-A4E354FB2D74}.Release|x64.ActiveCfg = Release|x64 + {C6014499-0CF2-43EC-A773-A4E354FB2D74}.Release|x64.Build.0 = Release|x64 + {97D592A8-5AFE-4E72-8DA9-3C3EF98948B1}.Debug|ARM.ActiveCfg = Debug|ARM + {97D592A8-5AFE-4E72-8DA9-3C3EF98948B1}.Debug|ARM.Build.0 = Debug|ARM + {97D592A8-5AFE-4E72-8DA9-3C3EF98948B1}.Debug|Win32.ActiveCfg = Debug|Win32 + {97D592A8-5AFE-4E72-8DA9-3C3EF98948B1}.Debug|Win32.Build.0 = Debug|Win32 + {97D592A8-5AFE-4E72-8DA9-3C3EF98948B1}.Debug|x64.ActiveCfg = Debug|x64 + {97D592A8-5AFE-4E72-8DA9-3C3EF98948B1}.Debug|x64.Build.0 = Debug|x64 + {97D592A8-5AFE-4E72-8DA9-3C3EF98948B1}.Release|ARM.ActiveCfg = Release|ARM + {97D592A8-5AFE-4E72-8DA9-3C3EF98948B1}.Release|ARM.Build.0 = Release|ARM + {97D592A8-5AFE-4E72-8DA9-3C3EF98948B1}.Release|Win32.ActiveCfg = Release|Win32 + {97D592A8-5AFE-4E72-8DA9-3C3EF98948B1}.Release|Win32.Build.0 = Release|Win32 + {97D592A8-5AFE-4E72-8DA9-3C3EF98948B1}.Release|x64.ActiveCfg = Release|x64 + {97D592A8-5AFE-4E72-8DA9-3C3EF98948B1}.Release|x64.Build.0 = Release|x64 + {822F4B60-069A-4F54-A219-DD4562A254A1}.Debug|ARM.ActiveCfg = Debug|ARM + {822F4B60-069A-4F54-A219-DD4562A254A1}.Debug|ARM.Build.0 = Debug|ARM + {822F4B60-069A-4F54-A219-DD4562A254A1}.Debug|Win32.ActiveCfg = Debug|Win32 + {822F4B60-069A-4F54-A219-DD4562A254A1}.Debug|Win32.Build.0 = Debug|Win32 + {822F4B60-069A-4F54-A219-DD4562A254A1}.Debug|x64.ActiveCfg = Debug|x64 + {822F4B60-069A-4F54-A219-DD4562A254A1}.Debug|x64.Build.0 = Debug|x64 + {822F4B60-069A-4F54-A219-DD4562A254A1}.Release|ARM.ActiveCfg = Release|ARM + {822F4B60-069A-4F54-A219-DD4562A254A1}.Release|ARM.Build.0 = Release|ARM + {822F4B60-069A-4F54-A219-DD4562A254A1}.Release|Win32.ActiveCfg = Release|Win32 + {822F4B60-069A-4F54-A219-DD4562A254A1}.Release|Win32.Build.0 = Release|Win32 + {822F4B60-069A-4F54-A219-DD4562A254A1}.Release|x64.ActiveCfg = Release|x64 + {822F4B60-069A-4F54-A219-DD4562A254A1}.Release|x64.Build.0 = Release|x64 + {695C52B1-0267-4DED-BDF3-E7113756FF3F}.Debug|ARM.ActiveCfg = Debug|ARM + {695C52B1-0267-4DED-BDF3-E7113756FF3F}.Debug|ARM.Build.0 = Debug|ARM + {695C52B1-0267-4DED-BDF3-E7113756FF3F}.Debug|Win32.ActiveCfg = Debug|Win32 + {695C52B1-0267-4DED-BDF3-E7113756FF3F}.Debug|Win32.Build.0 = Debug|Win32 + {695C52B1-0267-4DED-BDF3-E7113756FF3F}.Debug|x64.ActiveCfg = Debug|x64 + {695C52B1-0267-4DED-BDF3-E7113756FF3F}.Debug|x64.Build.0 = Debug|x64 + {695C52B1-0267-4DED-BDF3-E7113756FF3F}.Release|ARM.ActiveCfg = Release|ARM + {695C52B1-0267-4DED-BDF3-E7113756FF3F}.Release|ARM.Build.0 = Release|ARM + {695C52B1-0267-4DED-BDF3-E7113756FF3F}.Release|Win32.ActiveCfg = Release|Win32 + {695C52B1-0267-4DED-BDF3-E7113756FF3F}.Release|Win32.Build.0 = Release|Win32 + {695C52B1-0267-4DED-BDF3-E7113756FF3F}.Release|x64.ActiveCfg = Release|x64 + {695C52B1-0267-4DED-BDF3-E7113756FF3F}.Release|x64.Build.0 = Release|x64 + {3DE4FDB9-DF4D-4B57-9FFE-616704D4FE2F}.Debug|ARM.ActiveCfg = Debug|ARM + {3DE4FDB9-DF4D-4B57-9FFE-616704D4FE2F}.Debug|ARM.Build.0 = Debug|ARM + {3DE4FDB9-DF4D-4B57-9FFE-616704D4FE2F}.Debug|Win32.ActiveCfg = Debug|Win32 + {3DE4FDB9-DF4D-4B57-9FFE-616704D4FE2F}.Debug|Win32.Build.0 = Debug|Win32 + {3DE4FDB9-DF4D-4B57-9FFE-616704D4FE2F}.Debug|x64.ActiveCfg = Debug|x64 + {3DE4FDB9-DF4D-4B57-9FFE-616704D4FE2F}.Debug|x64.Build.0 = Debug|x64 + {3DE4FDB9-DF4D-4B57-9FFE-616704D4FE2F}.Release|ARM.ActiveCfg = Release|ARM + {3DE4FDB9-DF4D-4B57-9FFE-616704D4FE2F}.Release|ARM.Build.0 = Release|ARM + {3DE4FDB9-DF4D-4B57-9FFE-616704D4FE2F}.Release|Win32.ActiveCfg = Release|Win32 + {3DE4FDB9-DF4D-4B57-9FFE-616704D4FE2F}.Release|Win32.Build.0 = Release|Win32 + {3DE4FDB9-DF4D-4B57-9FFE-616704D4FE2F}.Release|x64.ActiveCfg = Release|x64 + {3DE4FDB9-DF4D-4B57-9FFE-616704D4FE2F}.Release|x64.Build.0 = Release|x64 + {019DBD2A-273D-4BA4-BF86-B5EFE2ED76B1}.Debug|ARM.ActiveCfg = Release|ARM + {019DBD2A-273D-4BA4-BF86-B5EFE2ED76B1}.Debug|ARM.Build.0 = Release|ARM + {019DBD2A-273D-4BA4-BF86-B5EFE2ED76B1}.Debug|Win32.ActiveCfg = Release|Win32 + {019DBD2A-273D-4BA4-BF86-B5EFE2ED76B1}.Debug|Win32.Build.0 = Release|Win32 + {019DBD2A-273D-4BA4-BF86-B5EFE2ED76B1}.Debug|x64.ActiveCfg = Debug|x64 + {019DBD2A-273D-4BA4-BF86-B5EFE2ED76B1}.Debug|x64.Build.0 = Debug|x64 + {019DBD2A-273D-4BA4-BF86-B5EFE2ED76B1}.Release|ARM.ActiveCfg = Release|ARM + {019DBD2A-273D-4BA4-BF86-B5EFE2ED76B1}.Release|ARM.Build.0 = Release|ARM + {019DBD2A-273D-4BA4-BF86-B5EFE2ED76B1}.Release|Win32.ActiveCfg = Release|Win32 + {019DBD2A-273D-4BA4-BF86-B5EFE2ED76B1}.Release|Win32.Build.0 = Release|Win32 + {019DBD2A-273D-4BA4-BF86-B5EFE2ED76B1}.Release|x64.ActiveCfg = Release|x64 + {019DBD2A-273D-4BA4-BF86-B5EFE2ED76B1}.Release|x64.Build.0 = Release|x64 + {B99E1FA1-C30A-45F2-9D57-9E9C21B2DF42}.Debug|ARM.ActiveCfg = Debug|ARM + {B99E1FA1-C30A-45F2-9D57-9E9C21B2DF42}.Debug|ARM.Build.0 = Debug|ARM + {B99E1FA1-C30A-45F2-9D57-9E9C21B2DF42}.Debug|Win32.ActiveCfg = Debug|Win32 + {B99E1FA1-C30A-45F2-9D57-9E9C21B2DF42}.Debug|Win32.Build.0 = Debug|Win32 + {B99E1FA1-C30A-45F2-9D57-9E9C21B2DF42}.Debug|x64.ActiveCfg = Debug|x64 + {B99E1FA1-C30A-45F2-9D57-9E9C21B2DF42}.Debug|x64.Build.0 = Debug|x64 + {B99E1FA1-C30A-45F2-9D57-9E9C21B2DF42}.Release|ARM.ActiveCfg = Release|ARM + {B99E1FA1-C30A-45F2-9D57-9E9C21B2DF42}.Release|ARM.Build.0 = Release|ARM + {B99E1FA1-C30A-45F2-9D57-9E9C21B2DF42}.Release|Win32.ActiveCfg = Release|Win32 + {B99E1FA1-C30A-45F2-9D57-9E9C21B2DF42}.Release|Win32.Build.0 = Release|Win32 + {B99E1FA1-C30A-45F2-9D57-9E9C21B2DF42}.Release|x64.ActiveCfg = Release|x64 + {B99E1FA1-C30A-45F2-9D57-9E9C21B2DF42}.Release|x64.Build.0 = Release|x64 + {804DB774-38D0-46A0-8FB7-BDAFDACBB515}.Debug|ARM.ActiveCfg = Debug|ARM + {804DB774-38D0-46A0-8FB7-BDAFDACBB515}.Debug|ARM.Build.0 = Debug|ARM + {804DB774-38D0-46A0-8FB7-BDAFDACBB515}.Debug|Win32.ActiveCfg = Debug|Win32 + {804DB774-38D0-46A0-8FB7-BDAFDACBB515}.Debug|Win32.Build.0 = Debug|Win32 + {804DB774-38D0-46A0-8FB7-BDAFDACBB515}.Debug|x64.ActiveCfg = Debug|x64 + {804DB774-38D0-46A0-8FB7-BDAFDACBB515}.Debug|x64.Build.0 = Debug|x64 + {804DB774-38D0-46A0-8FB7-BDAFDACBB515}.Release|ARM.ActiveCfg = Release|ARM + {804DB774-38D0-46A0-8FB7-BDAFDACBB515}.Release|ARM.Build.0 = Release|ARM + {804DB774-38D0-46A0-8FB7-BDAFDACBB515}.Release|Win32.ActiveCfg = Release|Win32 + {804DB774-38D0-46A0-8FB7-BDAFDACBB515}.Release|Win32.Build.0 = Release|Win32 + {804DB774-38D0-46A0-8FB7-BDAFDACBB515}.Release|x64.ActiveCfg = Release|x64 + {804DB774-38D0-46A0-8FB7-BDAFDACBB515}.Release|x64.Build.0 = Release|x64 + {516AA088-64B1-4DCF-9631-59F91F0E849A}.Debug|ARM.ActiveCfg = Debug|ARM + {516AA088-64B1-4DCF-9631-59F91F0E849A}.Debug|ARM.Build.0 = Debug|ARM + {516AA088-64B1-4DCF-9631-59F91F0E849A}.Debug|Win32.ActiveCfg = Debug|Win32 + {516AA088-64B1-4DCF-9631-59F91F0E849A}.Debug|Win32.Build.0 = Debug|Win32 + {516AA088-64B1-4DCF-9631-59F91F0E849A}.Debug|x64.ActiveCfg = Debug|x64 + {516AA088-64B1-4DCF-9631-59F91F0E849A}.Debug|x64.Build.0 = Debug|x64 + {516AA088-64B1-4DCF-9631-59F91F0E849A}.Release|ARM.ActiveCfg = Release|ARM + {516AA088-64B1-4DCF-9631-59F91F0E849A}.Release|ARM.Build.0 = Release|ARM + {516AA088-64B1-4DCF-9631-59F91F0E849A}.Release|Win32.ActiveCfg = Release|Win32 + {516AA088-64B1-4DCF-9631-59F91F0E849A}.Release|Win32.Build.0 = Release|Win32 + {516AA088-64B1-4DCF-9631-59F91F0E849A}.Release|x64.ActiveCfg = Release|x64 + {516AA088-64B1-4DCF-9631-59F91F0E849A}.Release|x64.Build.0 = Release|x64 + {F40021AC-6D7B-4828-81C4-2D04F946A88E}.Debug|ARM.ActiveCfg = Debug|ARM + {F40021AC-6D7B-4828-81C4-2D04F946A88E}.Debug|ARM.Build.0 = Debug|ARM + {F40021AC-6D7B-4828-81C4-2D04F946A88E}.Debug|Win32.ActiveCfg = Debug|Win32 + {F40021AC-6D7B-4828-81C4-2D04F946A88E}.Debug|Win32.Build.0 = Debug|Win32 + {F40021AC-6D7B-4828-81C4-2D04F946A88E}.Debug|x64.ActiveCfg = Debug|x64 + {F40021AC-6D7B-4828-81C4-2D04F946A88E}.Debug|x64.Build.0 = Debug|x64 + {F40021AC-6D7B-4828-81C4-2D04F946A88E}.Release|ARM.ActiveCfg = Release|ARM + {F40021AC-6D7B-4828-81C4-2D04F946A88E}.Release|ARM.Build.0 = Release|ARM + {F40021AC-6D7B-4828-81C4-2D04F946A88E}.Release|Win32.ActiveCfg = Release|Win32 + {F40021AC-6D7B-4828-81C4-2D04F946A88E}.Release|Win32.Build.0 = Release|Win32 + {F40021AC-6D7B-4828-81C4-2D04F946A88E}.Release|x64.ActiveCfg = Release|x64 + {F40021AC-6D7B-4828-81C4-2D04F946A88E}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {052DD700-477C-4512-A7F4-B05EBEF5C80E} = {87E3C971-12B7-46A3-9778-51AF0BC44B19} + {FE289CC7-15D6-4A76-B9CB-F61CAB3192C9} = {87E3C971-12B7-46A3-9778-51AF0BC44B19} + {15E346D3-FDE6-4B29-88B7-FCA14DADA501} = {87E3C971-12B7-46A3-9778-51AF0BC44B19} + {4E2A7D78-150F-41DB-A6BD-7FC085FA4BAD} = {24288C31-FBC1-47F2-8416-9FB362705B24} + {664E6F0D-6784-4760-9565-D54F8EB1EDF4} = {4E2A7D78-150F-41DB-A6BD-7FC085FA4BAD} + {7380F7E6-315F-4B4E-92EB-E6AEEE865298} = {24288C31-FBC1-47F2-8416-9FB362705B24} + {3F7FED43-207A-4C2C-80C4-5965448D0706} = {64862EFA-5FA9-41B0-833D-12ED1930BD90} + {C8ADD3B4-E83B-458E-96C8-B278F22C2F04} = {919D8845-B9BB-450F-8C41-D90AA07504DD} + {57D4333F-B8CD-4588-8F50-5F3EB89FD2CE} = {D73BD911-82EA-479F-99A3-82D367039B30} + {FE04C232-8768-46C8-827A-849EBCB59093} = {24288C31-FBC1-47F2-8416-9FB362705B24} + {58F32677-436B-412A-BBF8-2B1310D82CD8} = {FE04C232-8768-46C8-827A-849EBCB59093} + {E333476E-15E3-4D43-A4CF-8748058B3BE9} = {FE04C232-8768-46C8-827A-849EBCB59093} + {8ADA5F93-7A38-4AD8-B8F5-1FFD4D4F630C} = {FE04C232-8768-46C8-827A-849EBCB59093} + {0CDD843C-089D-4FEE-BE9F-C08FA2B51ACB} = {87E3C971-12B7-46A3-9778-51AF0BC44B19} + {AC843CD8-70C4-4BF9-BBFB-BB8E5979F81E} = {919D8845-B9BB-450F-8C41-D90AA07504DD} + {4703C34C-1A7F-4BB2-8FF8-007C55C015D5} = {64862EFA-5FA9-41B0-833D-12ED1930BD90} + {C50F6528-6A12-49A9-BEC0-E07CF153FCA8} = {FE04C232-8768-46C8-827A-849EBCB59093} + {87E3C971-12B7-46A3-9778-51AF0BC44B19} = {24288C31-FBC1-47F2-8416-9FB362705B24} + {D716BF4D-094B-47D7-9137-A01C690C3616} = {24288C31-FBC1-47F2-8416-9FB362705B24} + {3C22010C-99F3-4321-8F55-36DA8F97A980} = {87E3C971-12B7-46A3-9778-51AF0BC44B19} + {C6014499-0CF2-43EC-A773-A4E354FB2D74} = {87E3C971-12B7-46A3-9778-51AF0BC44B19} + {3BB4F2AC-1D2F-4AF6-B9CC-BDC17BB8BC39} = {87E3C971-12B7-46A3-9778-51AF0BC44B19} + {97D592A8-5AFE-4E72-8DA9-3C3EF98948B1} = {64862EFA-5FA9-41B0-833D-12ED1930BD90} + {0E12BAA7-7B7D-406F-8374-075598833B2A} = {64862EFA-5FA9-41B0-833D-12ED1930BD90} + {822F4B60-069A-4F54-A219-DD4562A254A1} = {64862EFA-5FA9-41B0-833D-12ED1930BD90} + {695C52B1-0267-4DED-BDF3-E7113756FF3F} = {64862EFA-5FA9-41B0-833D-12ED1930BD90} + {3DE4FDB9-DF4D-4B57-9FFE-616704D4FE2F} = {919D8845-B9BB-450F-8C41-D90AA07504DD} + {019DBD2A-273D-4BA4-BF86-B5EFE2ED76B1} = {64862EFA-5FA9-41B0-833D-12ED1930BD90} + {40CCCED6-03E5-4CA9-A235-990C055DFE70} = {64862EFA-5FA9-41B0-833D-12ED1930BD90} + {E0CA2A6C-095A-454E-B566-31E81D91615D} = {64862EFA-5FA9-41B0-833D-12ED1930BD90} + {8C6B12D1-7972-451F-A612-E7AC3443CB72} = {64862EFA-5FA9-41B0-833D-12ED1930BD90} + {149D2147-99EC-471E-A8CF-D894E0D11EDA} = {919D8845-B9BB-450F-8C41-D90AA07504DD} + {C8F281ED-F3B9-4C24-A2D3-40A922363466} = {FE04C232-8768-46C8-827A-849EBCB59093} + {64862EFA-5FA9-41B0-833D-12ED1930BD90} = {919D8845-B9BB-450F-8C41-D90AA07504DD} + {6C31C3EE-1521-4DC1-A79E-CEDD5167DDAB} = {57D4333F-B8CD-4588-8F50-5F3EB89FD2CE} + {B99E1FA1-C30A-45F2-9D57-9E9C21B2DF42} = {57D4333F-B8CD-4588-8F50-5F3EB89FD2CE} + {804DB774-38D0-46A0-8FB7-BDAFDACBB515} = {D73BD911-82EA-479F-99A3-82D367039B30} + {F26D9028-CFB4-45BC-9AB9-28E332480564} = {D73BD911-82EA-479F-99A3-82D367039B30} + {516AA088-64B1-4DCF-9631-59F91F0E849A} = {D73BD911-82EA-479F-99A3-82D367039B30} + {AE83B976-C8CA-4621-9269-BF47C5789018} = {D73BD911-82EA-479F-99A3-82D367039B30} + {F40021AC-6D7B-4828-81C4-2D04F946A88E} = {D73BD911-82EA-479F-99A3-82D367039B30} + EndGlobalSection +EndGlobal diff --git a/build/WindowsStore/EngineAll.sln b/build/WindowsStore/EngineAll.sln new file mode 100644 index 0000000..1e6a979 --- /dev/null +++ b/build/WindowsStore/EngineAll.sln @@ -0,0 +1,671 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.23107.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{73304178-C768-4EED-B361-2C1979903E78}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GraphicsEngine", "GraphicsEngine", "{6D6ED57C-211D-400C-BB28-44BBFD0981F7}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphicsEngine.Shared", "..\..\diligentcore\Graphics\GraphicsEngine\build\WindowsStore\GraphicsEngine.Shared\GraphicsEngine.Shared.vcxitems", "{0CDD843C-089D-4FEE-BE9F-C08FA2B51ACB}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphicsEngine.Windows", "..\..\diligentcore\Graphics\GraphicsEngine\build\WindowsStore\GraphicsEngine.Windows\GraphicsEngine.Windows.vcxproj", "{9DF5553C-CA9D-4CB6-A06A-CA905119C00B}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphicsEngine.WindowsPhone", "..\..\diligentcore\Graphics\GraphicsEngine\build\WindowsStore\GraphicsEngine.WindowsPhone\GraphicsEngine.WindowsPhone.vcxproj", "{AEFBA9A8-E16D-4B06-B16D-BC74AC799B4F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{9411517F-A716-4F79-BEFC-A21E2360C767}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common.Shared", "..\..\diligentcore\Common\build\WindowsStore\Common.Shared\Common.Shared.vcxitems", "{D716BF4D-094B-47D7-9137-A01C690C3616}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common.Windows", "..\..\diligentcore\Common\build\WindowsStore\Common.Windows\Common.Windows.vcxproj", "{4F9E9C58-6840-4F2F-A456-DD039FC790A4}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common.WindowsPhone", "..\..\diligentcore\Common\build\WindowsStore\Common.WindowsPhone\Common.WindowsPhone.vcxproj", "{8B4477C9-E00B-48CE-BD60-ED694593CD85}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lua", "Lua", "{1C26F396-26FC-4B64-9465-AEB032B2473E}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "External", "External", "{B9AA20A6-DB97-4419-9249-B60D33FD6CAC}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lua.Shared", "..\..\diligenttools\External\lua-5.2.3\build\WindowsStore\Lua.Shared\Lua.Shared.vcxitems", "{4703C34C-1A7F-4BB2-8FF8-007C55C015D5}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lua.Windows", "..\..\diligenttools\External\lua-5.2.3\build\WindowsStore\Lua.Windows\Lua.Windows.vcxproj", "{5110A62B-172F-48FE-A268-4931577D9AAD}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lua.WindowsPhone", "..\..\diligenttools\External\lua-5.2.3\build\WindowsStore\Lua.WindowsPhone\Lua.WindowsPhone.vcxproj", "{6536C1F5-4EA4-49A3-92F1-810C4750BF10}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Platforms", "Platforms", "{78276F35-06BA-412C-AC96-04D2B9FC84F4}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BasicPlatform", "BasicPlatform", "{E9BE9596-934C-4336-888C-FDEF9D3FC610}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BasicPlatform.Shared", "..\..\diligentcore\Platforms\Basic\build\WindowsStore\BasicPlatform.Shared\BasicPlatform.Shared.vcxitems", "{C50F6528-6A12-49A9-BEC0-E07CF153FCA8}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BasicPlatform.Windows", "..\..\diligentcore\Platforms\Basic\build\WindowsStore\BasicPlatform.Windows\BasicPlatform.Windows.vcxproj", "{3F28C683-66AD-42CA-A264-B18D0743F518}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BasicPlatform.WindowsPhone", "..\..\diligentcore\Platforms\Basic\build\WindowsStore\BasicPlatform.WindowsPhone\BasicPlatform.WindowsPhone.vcxproj", "{6B4CF863-1024-45E2-BA7E-263DE516468B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RenderScript", "RenderScript", "{9CD1035D-C68F-4A2D-8EE2-954B8C096113}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RenderScript.Shared", "..\..\diligenttools\RenderScript\build\WindowsStore\RenderScript.Shared\RenderScript.Shared.vcxitems", "{AC843CD8-70C4-4BF9-BBFB-BB8E5979F81E}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RenderScript.Windows", "..\..\diligenttools\RenderScript\build\WindowsStore\RenderScript.Windows\RenderScript.Windows.vcxproj", "{1911BC2F-D78F-49C7-8847-B10B333DA85A}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RenderScript.WindowsPhone", "..\..\diligenttools\RenderScript\build\WindowsStore\RenderScript.WindowsPhone\RenderScript.WindowsPhone.vcxproj", "{C6D20522-F184-47E4-AFA0-31341A71495F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WindowsStore", "WindowsStore", "{EA965843-C00C-4401-9FE2-4E913B54BD9F}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WindowsStorePlatform.Shared", "..\..\diligentcore\Platforms\WindowsStore\build\WindowsStore\WindowsStorePlatform.Shared\WindowsStorePlatform.Shared.vcxitems", "{65C1955F-C69E-4185-8B89-864725706A36}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WindowsStorePlatform.Windows", "..\..\diligentcore\Platforms\WindowsStore\build\WindowsStore\WindowsStorePlatform.Windows\WindowsStorePlatform.Windows.vcxproj", "{EBA5D25B-265D-4936-92C3-6EE01BF1B6D7}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WindowsStorePlatform.WindowsPhone", "..\..\diligentcore\Platforms\WindowsStore\build\WindowsStore\WindowsStorePlatform.WindowsPhone\WindowsStorePlatform.WindowsPhone.vcxproj", "{E518043B-B99A-414F-A276-D93B0F263DF2}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GraphicsEngineD3D11", "GraphicsEngineD3D11", "{DC6108A0-9FE3-46F5-B68A-15E7BA6BAC52}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphicsEngineD3D11.Shared", "..\..\diligentcore\Graphics\GraphicsEngineD3D11\build\WindowsStore\GraphicsEngineD3D11.Shared\GraphicsEngineD3D11.Shared.vcxitems", "{3C22010C-99F3-4321-8F55-36DA8F97A980}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphicsEngineD3D11.Windows", "..\..\diligentcore\Graphics\GraphicsEngineD3D11\build\WindowsStore\GraphicsEngineD3D11.Windows\GraphicsEngineD3D11.Windows.vcxproj", "{3838FD2B-3C87-4CAF-95DE-95E7C3947C26}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphicsEngineD3D11.WindowsPhone", "..\..\diligentcore\Graphics\GraphicsEngineD3D11\build\WindowsStore\GraphicsEngineD3D11.WindowsPhone\GraphicsEngineD3D11.WindowsPhone.vcxproj", "{581C72CF-7F31-4EBA-8F6E-743CA5774742}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AntTweakBarLib", "AntTweakBarLib", "{9C24F60E-3B2D-4173-A509-851EDCCF420B}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AntTweakBar.Shared", "..\..\diligentsamples\External\TwBarLib\build\WindowsStore\AntTweakBar.Shared\AntTweakBar.Shared.vcxitems", "{6C31C3EE-1521-4DC1-A79E-CEDD5167DDAB}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AntTweakBar.Windows", "..\..\diligentsamples\External\TwBarLib\build\WindowsStore\AntTweakBar.Windows\AntTweakBar.Windows.vcxproj", "{CC49B61A-12DD-4EC3-97AE-56EB96C5A222}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AntTweakBar.WindowsPhone", "..\..\diligentsamples\External\TwBarLib\build\WindowsStore\AntTweakBar.WindowsPhone\AntTweakBar.WindowsPhone.vcxproj", "{3E1602B9-BB4E-4007-A0A5-B923C7058CB8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GraphicsTools", "GraphicsTools", "{1BAA16B3-EE0C-43BC-A099-4AC98392FE0B}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphicsTools.Shared", "..\..\diligentcore\Graphics\GraphicsTools\build\WindowsStore\GraphicsTools.Shared\GraphicsTools.Shared.vcxitems", "{3BB4F2AC-1D2F-4AF6-B9CC-BDC17BB8BC39}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphicsTools.Windows", "..\..\diligentcore\Graphics\GraphicsTools\build\WindowsStore\GraphicsTools.Windows\GraphicsTools.Windows.vcxproj", "{DAC331F3-C5A2-4568-8714-9213C3487A49}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphicsTools.WindowsPhone", "..\..\diligentcore\Graphics\GraphicsTools\build\WindowsStore\GraphicsTools.WindowsPhone\GraphicsTools.WindowsPhone.vcxproj", "{2F340C0E-43B2-471F-B4F3-7CDCE69F6E1F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LibTiff", "LibTiff", "{F0B186E0-D153-436E-88FB-8DF128BD1AC5}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibTiff.Shared", "..\..\diligenttools\External\libtiff-4.0.3\build\WindowsStore\LibTiff.Shared\LibTiff.Shared.vcxitems", "{0E12BAA7-7B7D-406F-8374-075598833B2A}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibTiff.Windows", "..\..\diligenttools\External\libtiff-4.0.3\build\WindowsStore\LibTiff.Windows\LibTiff.Windows.vcxproj", "{E9E719DD-05CF-4AD2-AC3B-1035DDADBB56}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibTiff.WindowsPhone", "..\..\diligenttools\External\libtiff-4.0.3\build\WindowsStore\LibTiff.WindowsPhone\LibTiff.WindowsPhone.vcxproj", "{C589BB57-4E44-42E9-A77E-827F5E68EEDB}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "zlib", "zlib", "{ACE53DC2-8F47-4360-A0C2-0CB8AC3366C6}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib.Shared", "..\..\diligenttools\External\zlib-1.2.8\build\WindowsStore\zlib.Shared\zlib.Shared.vcxitems", "{40CCCED6-03E5-4CA9-A235-990C055DFE70}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib.Windows", "..\..\diligenttools\External\zlib-1.2.8\build\WindowsStore\zlib.Windows\zlib.Windows.vcxproj", "{E9B3069F-CA6C-4C5C-91B6-DF112C5B290E}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib.WindowsPhone", "..\..\diligenttools\External\zlib-1.2.8\build\WindowsStore\zlib.WindowsPhone\zlib.WindowsPhone.vcxproj", "{FAA06BFC-3248-4338-97C4-7A1CA6DB7C9C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libjpeg", "libjpeg", "{CD9AF368-DDE9-4F07-8DD7-10BE672F872A}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libjpeg.Shared", "..\..\diligenttools\External\libjpeg-9a\build\WindowsStore\libjpeg.Shared\libjpeg.Shared.vcxitems", "{E0CA2A6C-095A-454E-B566-31E81D91615D}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libjpeg.Windows", "..\..\diligenttools\External\libjpeg-9a\build\WindowsStore\libjpeg.Windows\libjpeg.Windows.vcxproj", "{3CCE7EBC-96C9-4F40-8983-5C99F584B3B1}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libjpeg.WindowsPhone", "..\..\diligenttools\External\libjpeg-9a\build\WindowsStore\libjpeg.WindowsPhone\libjpeg.WindowsPhone.vcxproj", "{78F7ACD1-114D-483D-B92A-BAB53519F0D5}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LibPng", "LibPng", "{730ED328-C97F-4837-8E1D-232F202E998A}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibPng.Shared", "..\..\diligenttools\External\lpng-1.6.17\build\WindowsStore\LibPng.Shared\LibPng.Shared.vcxitems", "{8C6B12D1-7972-451F-A612-E7AC3443CB72}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibPng.Windows", "..\..\diligenttools\External\lpng-1.6.17\build\WindowsStore\LibPng.Windows\LibPng.Windows.vcxproj", "{F6F756F0-2704-4CB8-B2B2-56F09D0E23E8}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibPng.WindowsPhone", "..\..\diligenttools\External\lpng-1.6.17\build\WindowsStore\LibPng.WindowsPhone\LibPng.WindowsPhone.vcxproj", "{ADF2FFD9-7DD1-49D7-B79C-F7C8F21EFA3A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TextureLoader", "TextureLoader", "{6D23CE23-BD53-46A5-8A8D-4ED343CF1EED}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TextureLoader.Shared", "..\..\diligenttools\TextureLoader\build\WindowsStore\TextureLoader.Shared\TextureLoader.Shared.vcxitems", "{149D2147-99EC-471E-A8CF-D894E0D11EDA}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TextureLoader.Windows", "..\..\diligenttools\TextureLoader\build\WindowsStore\TextureLoader.Windows\TextureLoader.Windows.vcxproj", "{742B0D32-3535-4382-BE47-65C179CD544C}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TextureLoader.WindowsPhone", "..\..\diligenttools\TextureLoader\build\WindowsStore\TextureLoader.WindowsPhone\TextureLoader.WindowsPhone.vcxproj", "{D12EAF5B-1FEE-4740-8EC3-7240760211B9}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{F60C21DC-2C61-451E-9F40-B074CBEA7EB6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SampleBase", "SampleBase", "{608F7F01-7A21-4686-BF08-EF69ECE41CE6}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleBase.Shared", "..\..\diligentsamples\Samples\SampleBase\build\WindowsStore\SampleBase.Shared\SampleBase.Shared.vcxitems", "{04C46BB5-58FC-4C8F-8C57-3F351C375AF0}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PlatformInterface.Shared", "..\..\diligentcore\Platforms\interface\build\WindowsStore\PlatformInterface.Shared.vcxitems", "{C8F281ED-F3B9-4C24-A2D3-40A922363466}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Graphics", "Graphics", "{FDF4BD6C-9007-4FDF-B8A3-3D23CCB52CF2}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{C598E551-2A8A-44CF-9ED1-4B055B55CFA1}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "External", "External", "{0C5A0B08-27AF-480B-84DC-63137C6DA935}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AtmospherSample", "AtmospherSample", "{53D7300A-F74C-48F8-ACD2-5954CEE822A8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AntTweakBarSample", "AntTweakBarSample", "{4E8F9B56-DEEF-4AE1-945C-720F89A57AEC}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AtmosphereSample.Shared", "..\..\diligentsamples\Samples\Atmosphere\build\WindowsStore\AtmosphereSample.Shared\AtmosphereSample.Shared.vcxitems", "{AE83B976-C8CA-4621-9269-BF47C5789018}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AtmosphereSample.Windows", "..\..\diligentsamples\Samples\Atmosphere\build\WindowsStore\AtmosphereSample.Windows\AtmosphereSample.Windows.vcxproj", "{962ACB8D-04BD-41C4-AB5E-EBF98B2DEA7C}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AtmosphereSample.WindowsPhone", "..\..\diligentsamples\Samples\Atmosphere\build\WindowsStore\AtmosphereSample.WindowsPhone\AtmosphereSample.WindowsPhone.vcxproj", "{ACEAE9BE-35B7-433E-8F67-E8CC6FC810F2}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AntTweakBarSample.Shared", "..\..\diligentsamples\Samples\AntTweakBar\build\WindowsStore\AntTweakBarSample.Shared\AntTweakBarSample.Shared.vcxitems", "{F26D9028-CFB4-45BC-9AB9-28E332480564}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AntTweakBarSample.Windows", "..\..\diligentsamples\Samples\AntTweakBar\build\WindowsStore\AntTweakBarSample.Windows\AntTweakBarSample.Windows.vcxproj", "{46CEFF57-14DD-4C4F-9C2A-37541B924E99}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AntTweakBarSample.WindowsPhone", "..\..\diligentsamples\Samples\AntTweakBar\build\WindowsStore\AntTweakBarSample.WindowsPhone\AntTweakBarSample.WindowsPhone.vcxproj", "{A6B493DB-B53F-4F71-A2C0-ABB24DEC480D}" +EndProject +Global + GlobalSection(SharedMSBuildProjectFiles) = preSolution + ..\..\diligentcore\Platforms\WindowsStore\build\WindowsStore\WindowsStorePlatform.Shared\WindowsStorePlatform.Shared.vcxitems*{e518043b-b99a-414f-a276-d93b0f263df2}*SharedItemsImports = 4 + ..\..\diligentcore\Common\build\WindowsStore\Common.Shared\Common.Shared.vcxitems*{8b4477c9-e00b-48ce-bd60-ed694593cd85}*SharedItemsImports = 4 + ..\..\diligenttools\External\lpng-1.6.17\build\WindowsStore\LibPng.Shared\LibPng.Shared.vcxitems*{f6f756f0-2704-4cb8-b2b2-56f09d0e23e8}*SharedItemsImports = 4 + ..\..\diligentsamples\External\TwBarLib\build\WindowsStore\AntTweakBar.Shared\AntTweakBar.Shared.vcxitems*{cc49b61a-12dd-4ec3-97ae-56eb96c5a222}*SharedItemsImports = 4 + ..\..\diligentcore\Graphics\GraphicsTools\build\WindowsStore\GraphicsTools.Shared\GraphicsTools.Shared.vcxitems*{dac331f3-c5a2-4568-8714-9213c3487a49}*SharedItemsImports = 4 + ..\..\diligentcore\Graphics\GraphicsEngineD3D11\build\WindowsStore\GraphicsEngineD3D11.Shared\GraphicsEngineD3D11.Shared.vcxitems*{3838fd2b-3c87-4caf-95de-95e7c3947c26}*SharedItemsImports = 4 + ..\..\diligentcore\Graphics\GraphicsEngineD3D11\build\WindowsStore\GraphicsEngineD3D11.Shared\GraphicsEngineD3D11.Shared.vcxitems*{3c22010c-99f3-4321-8f55-36da8f97a980}*SharedItemsImports = 9 + ..\..\diligentcore\Graphics\GraphicsTools\build\WindowsStore\GraphicsTools.Shared\GraphicsTools.Shared.vcxitems*{3bb4f2ac-1d2f-4af6-b9cc-bdc17bb8bc39}*SharedItemsImports = 9 + ..\..\diligentcore\Graphics\GraphicsEngine\build\WindowsStore\GraphicsEngine.Shared\GraphicsEngine.Shared.vcxitems*{9df5553c-ca9d-4cb6-a06a-ca905119c00b}*SharedItemsImports = 4 + ..\..\diligentcore\Platforms\WindowsStore\build\WindowsStore\WindowsStorePlatform.Shared\WindowsStorePlatform.Shared.vcxitems*{eba5d25b-265d-4936-92c3-6ee01bf1b6d7}*SharedItemsImports = 4 + ..\..\diligenttools\External\lua-5.2.3\build\WindowsStore\Lua.Shared\Lua.Shared.vcxitems*{6536c1f5-4ea4-49a3-92f1-810c4750bf10}*SharedItemsImports = 4 + ..\..\diligenttools\External\zlib-1.2.8\build\WindowsStore\zlib.Shared\zlib.Shared.vcxitems*{faa06bfc-3248-4338-97c4-7a1ca6db7c9c}*SharedItemsImports = 4 + ..\..\diligentsamples\External\TwBarLib\build\WindowsStore\AntTweakBar.Shared\AntTweakBar.Shared.vcxitems*{6c31c3ee-1521-4dc1-a79e-cedd5167ddab}*SharedItemsImports = 9 + ..\..\diligentsamples\Samples\AntTweakBar\build\WindowsStore\AntTweakBarSample.Shared\AntTweakBarSample.Shared.vcxitems*{a6b493db-b53f-4f71-a2c0-abb24dec480d}*SharedItemsImports = 4 + ..\..\diligentsamples\Samples\SampleBase\build\WindowsStore\SampleBase.Shared\SampleBase.Shared.vcxitems*{a6b493db-b53f-4f71-a2c0-abb24dec480d}*SharedItemsImports = 4 + ..\..\diligenttools\TextureLoader\build\WindowsStore\TextureLoader.Shared\TextureLoader.Shared.vcxitems*{d12eaf5b-1fee-4740-8ec3-7240760211b9}*SharedItemsImports = 4 + ..\..\diligentcore\Graphics\GraphicsEngine\build\WindowsStore\GraphicsEngine.Shared\GraphicsEngine.Shared.vcxitems*{0cdd843c-089d-4fee-be9f-c08fa2b51acb}*SharedItemsImports = 9 + ..\..\diligenttools\External\libjpeg-9a\build\WindowsStore\libjpeg.Shared\libjpeg.Shared.vcxitems*{78f7acd1-114d-483d-b92a-bab53519f0d5}*SharedItemsImports = 4 + ..\..\diligenttools\External\libjpeg-9a\build\WindowsStore\libjpeg.Shared\libjpeg.Shared.vcxitems*{e0ca2a6c-095a-454e-b566-31e81d91615d}*SharedItemsImports = 9 + ..\..\diligentsamples\Samples\Atmosphere\build\WindowsStore\AtmosphereSample.Shared\AtmosphereSample.Shared.vcxitems*{ae83b976-c8ca-4621-9269-bf47c5789018}*SharedItemsImports = 9 + ..\..\diligenttools\External\zlib-1.2.8\build\WindowsStore\zlib.Shared\zlib.Shared.vcxitems*{40ccced6-03e5-4ca9-a235-990c055dfe70}*SharedItemsImports = 9 + ..\..\diligentcore\Platforms\Basic\build\WindowsStore\BasicPlatform.Shared\BasicPlatform.Shared.vcxitems*{3f28c683-66ad-42ca-a264-b18d0743f518}*SharedItemsImports = 4 + ..\..\diligentcore\Platforms\interface\build\WindowsStore\PlatformInterface.Shared.vcxitems*{3f28c683-66ad-42ca-a264-b18d0743f518}*SharedItemsImports = 4 + ..\..\diligentcore\Graphics\GraphicsEngine\build\WindowsStore\GraphicsEngine.Shared\GraphicsEngine.Shared.vcxitems*{aefba9a8-e16d-4b06-b16d-bc74ac799b4f}*SharedItemsImports = 4 + ..\..\diligenttools\External\libjpeg-9a\build\WindowsStore\libjpeg.Shared\libjpeg.Shared.vcxitems*{3cce7ebc-96c9-4f40-8983-5c99f584b3b1}*SharedItemsImports = 4 + ..\..\diligentcore\Common\build\WindowsStore\Common.Shared\Common.Shared.vcxitems*{4f9e9c58-6840-4f2f-a456-dd039fc790a4}*SharedItemsImports = 4 + ..\..\diligenttools\External\libtiff-4.0.3\build\WindowsStore\LibTiff.Shared\LibTiff.Shared.vcxitems*{e9e719dd-05cf-4ad2-ac3b-1035ddadbb56}*SharedItemsImports = 4 + ..\..\diligenttools\External\zlib-1.2.8\build\WindowsStore\zlib.Shared\zlib.Shared.vcxitems*{e9b3069f-ca6c-4c5c-91b6-df112c5b290e}*SharedItemsImports = 4 + ..\..\diligenttools\RenderScript\build\WindowsStore\RenderScript.Shared\RenderScript.Shared.vcxitems*{c6d20522-f184-47e4-afa0-31341a71495f}*SharedItemsImports = 4 + ..\..\diligenttools\External\libtiff-4.0.3\build\WindowsStore\LibTiff.Shared\LibTiff.Shared.vcxitems*{c589bb57-4e44-42e9-a77e-827f5e68eedb}*SharedItemsImports = 4 + ..\..\diligenttools\External\lua-5.2.3\build\WindowsStore\Lua.Shared\Lua.Shared.vcxitems*{5110a62b-172f-48fe-a268-4931577d9aad}*SharedItemsImports = 4 + ..\..\diligentcore\Graphics\GraphicsTools\build\WindowsStore\GraphicsTools.Shared\GraphicsTools.Shared.vcxitems*{2f340c0e-43b2-471f-b4f3-7cdce69f6e1f}*SharedItemsImports = 4 + ..\..\diligenttools\External\lpng-1.6.17\build\WindowsStore\LibPng.Shared\LibPng.Shared.vcxitems*{8c6b12d1-7972-451f-a612-e7ac3443cb72}*SharedItemsImports = 9 + ..\..\diligentsamples\Samples\AntTweakBar\build\WindowsStore\AntTweakBarSample.Shared\AntTweakBarSample.Shared.vcxitems*{f26d9028-cfb4-45bc-9ab9-28e332480564}*SharedItemsImports = 9 + ..\..\diligenttools\TextureLoader\build\WindowsStore\TextureLoader.Shared\TextureLoader.Shared.vcxitems*{742b0d32-3535-4382-be47-65c179cd544c}*SharedItemsImports = 4 + ..\..\diligentcore\Platforms\WindowsStore\build\WindowsStore\WindowsStorePlatform.Shared\WindowsStorePlatform.Shared.vcxitems*{65c1955f-c69e-4185-8b89-864725706a36}*SharedItemsImports = 9 + ..\..\diligenttools\External\lpng-1.6.17\build\WindowsStore\LibPng.Shared\LibPng.Shared.vcxitems*{adf2ffd9-7dd1-49d7-b79c-f7c8f21efa3a}*SharedItemsImports = 4 + ..\..\diligentsamples\External\TwBarLib\build\WindowsStore\AntTweakBar.Shared\AntTweakBar.Shared.vcxitems*{3e1602b9-bb4e-4007-a0a5-b923c7058cb8}*SharedItemsImports = 4 + ..\..\diligentcore\Platforms\Basic\build\WindowsStore\BasicPlatform.Shared\BasicPlatform.Shared.vcxitems*{c50f6528-6a12-49a9-bec0-e07cf153fca8}*SharedItemsImports = 9 + ..\..\diligentcore\Graphics\GraphicsEngineD3D11\build\WindowsStore\GraphicsEngineD3D11.Shared\GraphicsEngineD3D11.Shared.vcxitems*{581c72cf-7f31-4eba-8f6e-743ca5774742}*SharedItemsImports = 4 + ..\..\diligenttools\TextureLoader\build\WindowsStore\TextureLoader.Shared\TextureLoader.Shared.vcxitems*{149d2147-99ec-471e-a8cf-d894e0d11eda}*SharedItemsImports = 9 + ..\..\diligentcore\Platforms\Basic\build\WindowsStore\BasicPlatform.Shared\BasicPlatform.Shared.vcxitems*{6b4cf863-1024-45e2-ba7e-263de516468b}*SharedItemsImports = 4 + ..\..\diligentcore\Platforms\interface\build\WindowsStore\PlatformInterface.Shared.vcxitems*{6b4cf863-1024-45e2-ba7e-263de516468b}*SharedItemsImports = 4 + ..\..\diligenttools\External\lua-5.2.3\build\WindowsStore\Lua.Shared\Lua.Shared.vcxitems*{4703c34c-1a7f-4bb2-8ff8-007c55c015d5}*SharedItemsImports = 9 + ..\..\diligentsamples\Samples\SampleBase\build\WindowsStore\SampleBase.Shared\SampleBase.Shared.vcxitems*{04c46bb5-58fc-4c8f-8c57-3f351c375af0}*SharedItemsImports = 9 + ..\..\diligentsamples\Samples\AntTweakBar\build\WindowsStore\AntTweakBarSample.Shared\AntTweakBarSample.Shared.vcxitems*{46ceff57-14dd-4c4f-9c2a-37541b924e99}*SharedItemsImports = 4 + ..\..\diligentsamples\Samples\SampleBase\build\WindowsStore\SampleBase.Shared\SampleBase.Shared.vcxitems*{46ceff57-14dd-4c4f-9c2a-37541b924e99}*SharedItemsImports = 4 + ..\..\diligenttools\RenderScript\build\WindowsStore\RenderScript.Shared\RenderScript.Shared.vcxitems*{ac843cd8-70c4-4bf9-bbfb-bb8e5979f81e}*SharedItemsImports = 9 + ..\..\diligentsamples\Samples\Atmosphere\build\WindowsStore\AtmosphereSample.Shared\AtmosphereSample.Shared.vcxitems*{aceae9be-35b7-433e-8f67-e8cc6fc810f2}*SharedItemsImports = 4 + ..\..\diligentsamples\Samples\SampleBase\build\WindowsStore\SampleBase.Shared\SampleBase.Shared.vcxitems*{aceae9be-35b7-433e-8f67-e8cc6fc810f2}*SharedItemsImports = 4 + ..\..\diligenttools\External\libtiff-4.0.3\build\WindowsStore\LibTiff.Shared\LibTiff.Shared.vcxitems*{0e12baa7-7b7d-406f-8374-075598833b2a}*SharedItemsImports = 9 + ..\..\diligentsamples\Samples\Atmosphere\build\WindowsStore\AtmosphereSample.Shared\AtmosphereSample.Shared.vcxitems*{962acb8d-04bd-41c4-ab5e-ebf98b2dea7c}*SharedItemsImports = 4 + ..\..\diligentsamples\Samples\SampleBase\build\WindowsStore\SampleBase.Shared\SampleBase.Shared.vcxitems*{962acb8d-04bd-41c4-ab5e-ebf98b2dea7c}*SharedItemsImports = 4 + ..\..\diligentcore\Platforms\interface\build\WindowsStore\PlatformInterface.Shared.vcxitems*{c8f281ed-f3b9-4c24-a2d3-40a922363466}*SharedItemsImports = 9 + ..\..\diligentcore\Common\build\WindowsStore\Common.Shared\Common.Shared.vcxitems*{d716bf4d-094b-47d7-9137-a01c690c3616}*SharedItemsImports = 9 + ..\..\diligenttools\RenderScript\build\WindowsStore\RenderScript.Shared\RenderScript.Shared.vcxitems*{1911bc2f-d78f-49c7-8847-b10b333da85a}*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 + {9DF5553C-CA9D-4CB6-A06A-CA905119C00B}.Debug|ARM.ActiveCfg = Debug|ARM + {9DF5553C-CA9D-4CB6-A06A-CA905119C00B}.Debug|ARM.Build.0 = Debug|ARM + {9DF5553C-CA9D-4CB6-A06A-CA905119C00B}.Debug|Win32.ActiveCfg = Debug|Win32 + {9DF5553C-CA9D-4CB6-A06A-CA905119C00B}.Debug|Win32.Build.0 = Debug|Win32 + {9DF5553C-CA9D-4CB6-A06A-CA905119C00B}.Debug|x64.ActiveCfg = Debug|x64 + {9DF5553C-CA9D-4CB6-A06A-CA905119C00B}.Debug|x64.Build.0 = Debug|x64 + {9DF5553C-CA9D-4CB6-A06A-CA905119C00B}.Release|ARM.ActiveCfg = Release|ARM + {9DF5553C-CA9D-4CB6-A06A-CA905119C00B}.Release|ARM.Build.0 = Release|ARM + {9DF5553C-CA9D-4CB6-A06A-CA905119C00B}.Release|Win32.ActiveCfg = Release|Win32 + {9DF5553C-CA9D-4CB6-A06A-CA905119C00B}.Release|Win32.Build.0 = Release|Win32 + {9DF5553C-CA9D-4CB6-A06A-CA905119C00B}.Release|x64.ActiveCfg = Release|x64 + {9DF5553C-CA9D-4CB6-A06A-CA905119C00B}.Release|x64.Build.0 = Release|x64 + {AEFBA9A8-E16D-4B06-B16D-BC74AC799B4F}.Debug|ARM.ActiveCfg = Debug|ARM + {AEFBA9A8-E16D-4B06-B16D-BC74AC799B4F}.Debug|ARM.Build.0 = Debug|ARM + {AEFBA9A8-E16D-4B06-B16D-BC74AC799B4F}.Debug|Win32.ActiveCfg = Debug|Win32 + {AEFBA9A8-E16D-4B06-B16D-BC74AC799B4F}.Debug|Win32.Build.0 = Debug|Win32 + {AEFBA9A8-E16D-4B06-B16D-BC74AC799B4F}.Debug|x64.ActiveCfg = Debug|Win32 + {AEFBA9A8-E16D-4B06-B16D-BC74AC799B4F}.Release|ARM.ActiveCfg = Release|ARM + {AEFBA9A8-E16D-4B06-B16D-BC74AC799B4F}.Release|ARM.Build.0 = Release|ARM + {AEFBA9A8-E16D-4B06-B16D-BC74AC799B4F}.Release|Win32.ActiveCfg = Release|Win32 + {AEFBA9A8-E16D-4B06-B16D-BC74AC799B4F}.Release|Win32.Build.0 = Release|Win32 + {AEFBA9A8-E16D-4B06-B16D-BC74AC799B4F}.Release|x64.ActiveCfg = Release|Win32 + {4F9E9C58-6840-4F2F-A456-DD039FC790A4}.Debug|ARM.ActiveCfg = Debug|ARM + {4F9E9C58-6840-4F2F-A456-DD039FC790A4}.Debug|ARM.Build.0 = Debug|ARM + {4F9E9C58-6840-4F2F-A456-DD039FC790A4}.Debug|Win32.ActiveCfg = Debug|Win32 + {4F9E9C58-6840-4F2F-A456-DD039FC790A4}.Debug|Win32.Build.0 = Debug|Win32 + {4F9E9C58-6840-4F2F-A456-DD039FC790A4}.Debug|x64.ActiveCfg = Debug|x64 + {4F9E9C58-6840-4F2F-A456-DD039FC790A4}.Debug|x64.Build.0 = Debug|x64 + {4F9E9C58-6840-4F2F-A456-DD039FC790A4}.Release|ARM.ActiveCfg = Release|ARM + {4F9E9C58-6840-4F2F-A456-DD039FC790A4}.Release|ARM.Build.0 = Release|ARM + {4F9E9C58-6840-4F2F-A456-DD039FC790A4}.Release|Win32.ActiveCfg = Release|Win32 + {4F9E9C58-6840-4F2F-A456-DD039FC790A4}.Release|Win32.Build.0 = Release|Win32 + {4F9E9C58-6840-4F2F-A456-DD039FC790A4}.Release|x64.ActiveCfg = Release|x64 + {4F9E9C58-6840-4F2F-A456-DD039FC790A4}.Release|x64.Build.0 = Release|x64 + {8B4477C9-E00B-48CE-BD60-ED694593CD85}.Debug|ARM.ActiveCfg = Debug|ARM + {8B4477C9-E00B-48CE-BD60-ED694593CD85}.Debug|ARM.Build.0 = Debug|ARM + {8B4477C9-E00B-48CE-BD60-ED694593CD85}.Debug|Win32.ActiveCfg = Debug|Win32 + {8B4477C9-E00B-48CE-BD60-ED694593CD85}.Debug|Win32.Build.0 = Debug|Win32 + {8B4477C9-E00B-48CE-BD60-ED694593CD85}.Debug|x64.ActiveCfg = Debug|Win32 + {8B4477C9-E00B-48CE-BD60-ED694593CD85}.Release|ARM.ActiveCfg = Release|ARM + {8B4477C9-E00B-48CE-BD60-ED694593CD85}.Release|ARM.Build.0 = Release|ARM + {8B4477C9-E00B-48CE-BD60-ED694593CD85}.Release|Win32.ActiveCfg = Release|Win32 + {8B4477C9-E00B-48CE-BD60-ED694593CD85}.Release|Win32.Build.0 = Release|Win32 + {8B4477C9-E00B-48CE-BD60-ED694593CD85}.Release|x64.ActiveCfg = Release|Win32 + {5110A62B-172F-48FE-A268-4931577D9AAD}.Debug|ARM.ActiveCfg = Debug|ARM + {5110A62B-172F-48FE-A268-4931577D9AAD}.Debug|ARM.Build.0 = Debug|ARM + {5110A62B-172F-48FE-A268-4931577D9AAD}.Debug|Win32.ActiveCfg = Debug|Win32 + {5110A62B-172F-48FE-A268-4931577D9AAD}.Debug|Win32.Build.0 = Debug|Win32 + {5110A62B-172F-48FE-A268-4931577D9AAD}.Debug|x64.ActiveCfg = Debug|x64 + {5110A62B-172F-48FE-A268-4931577D9AAD}.Debug|x64.Build.0 = Debug|x64 + {5110A62B-172F-48FE-A268-4931577D9AAD}.Release|ARM.ActiveCfg = Release|ARM + {5110A62B-172F-48FE-A268-4931577D9AAD}.Release|ARM.Build.0 = Release|ARM + {5110A62B-172F-48FE-A268-4931577D9AAD}.Release|Win32.ActiveCfg = Release|Win32 + {5110A62B-172F-48FE-A268-4931577D9AAD}.Release|Win32.Build.0 = Release|Win32 + {5110A62B-172F-48FE-A268-4931577D9AAD}.Release|x64.ActiveCfg = Release|x64 + {5110A62B-172F-48FE-A268-4931577D9AAD}.Release|x64.Build.0 = Release|x64 + {6536C1F5-4EA4-49A3-92F1-810C4750BF10}.Debug|ARM.ActiveCfg = Debug|ARM + {6536C1F5-4EA4-49A3-92F1-810C4750BF10}.Debug|ARM.Build.0 = Debug|ARM + {6536C1F5-4EA4-49A3-92F1-810C4750BF10}.Debug|Win32.ActiveCfg = Debug|Win32 + {6536C1F5-4EA4-49A3-92F1-810C4750BF10}.Debug|Win32.Build.0 = Debug|Win32 + {6536C1F5-4EA4-49A3-92F1-810C4750BF10}.Debug|x64.ActiveCfg = Debug|Win32 + {6536C1F5-4EA4-49A3-92F1-810C4750BF10}.Release|ARM.ActiveCfg = Release|ARM + {6536C1F5-4EA4-49A3-92F1-810C4750BF10}.Release|ARM.Build.0 = Release|ARM + {6536C1F5-4EA4-49A3-92F1-810C4750BF10}.Release|Win32.ActiveCfg = Release|Win32 + {6536C1F5-4EA4-49A3-92F1-810C4750BF10}.Release|Win32.Build.0 = Release|Win32 + {6536C1F5-4EA4-49A3-92F1-810C4750BF10}.Release|x64.ActiveCfg = Release|Win32 + {3F28C683-66AD-42CA-A264-B18D0743F518}.Debug|ARM.ActiveCfg = Debug|ARM + {3F28C683-66AD-42CA-A264-B18D0743F518}.Debug|ARM.Build.0 = Debug|ARM + {3F28C683-66AD-42CA-A264-B18D0743F518}.Debug|Win32.ActiveCfg = Debug|Win32 + {3F28C683-66AD-42CA-A264-B18D0743F518}.Debug|Win32.Build.0 = Debug|Win32 + {3F28C683-66AD-42CA-A264-B18D0743F518}.Debug|x64.ActiveCfg = Debug|x64 + {3F28C683-66AD-42CA-A264-B18D0743F518}.Debug|x64.Build.0 = Debug|x64 + {3F28C683-66AD-42CA-A264-B18D0743F518}.Release|ARM.ActiveCfg = Release|ARM + {3F28C683-66AD-42CA-A264-B18D0743F518}.Release|ARM.Build.0 = Release|ARM + {3F28C683-66AD-42CA-A264-B18D0743F518}.Release|Win32.ActiveCfg = Release|Win32 + {3F28C683-66AD-42CA-A264-B18D0743F518}.Release|Win32.Build.0 = Release|Win32 + {3F28C683-66AD-42CA-A264-B18D0743F518}.Release|x64.ActiveCfg = Release|x64 + {3F28C683-66AD-42CA-A264-B18D0743F518}.Release|x64.Build.0 = Release|x64 + {6B4CF863-1024-45E2-BA7E-263DE516468B}.Debug|ARM.ActiveCfg = Debug|ARM + {6B4CF863-1024-45E2-BA7E-263DE516468B}.Debug|ARM.Build.0 = Debug|ARM + {6B4CF863-1024-45E2-BA7E-263DE516468B}.Debug|Win32.ActiveCfg = Debug|Win32 + {6B4CF863-1024-45E2-BA7E-263DE516468B}.Debug|Win32.Build.0 = Debug|Win32 + {6B4CF863-1024-45E2-BA7E-263DE516468B}.Debug|x64.ActiveCfg = Debug|Win32 + {6B4CF863-1024-45E2-BA7E-263DE516468B}.Release|ARM.ActiveCfg = Release|ARM + {6B4CF863-1024-45E2-BA7E-263DE516468B}.Release|ARM.Build.0 = Release|ARM + {6B4CF863-1024-45E2-BA7E-263DE516468B}.Release|Win32.ActiveCfg = Release|Win32 + {6B4CF863-1024-45E2-BA7E-263DE516468B}.Release|Win32.Build.0 = Release|Win32 + {6B4CF863-1024-45E2-BA7E-263DE516468B}.Release|x64.ActiveCfg = Release|Win32 + {1911BC2F-D78F-49C7-8847-B10B333DA85A}.Debug|ARM.ActiveCfg = Debug|ARM + {1911BC2F-D78F-49C7-8847-B10B333DA85A}.Debug|ARM.Build.0 = Debug|ARM + {1911BC2F-D78F-49C7-8847-B10B333DA85A}.Debug|Win32.ActiveCfg = Debug|Win32 + {1911BC2F-D78F-49C7-8847-B10B333DA85A}.Debug|Win32.Build.0 = Debug|Win32 + {1911BC2F-D78F-49C7-8847-B10B333DA85A}.Debug|x64.ActiveCfg = Debug|x64 + {1911BC2F-D78F-49C7-8847-B10B333DA85A}.Debug|x64.Build.0 = Debug|x64 + {1911BC2F-D78F-49C7-8847-B10B333DA85A}.Release|ARM.ActiveCfg = Release|ARM + {1911BC2F-D78F-49C7-8847-B10B333DA85A}.Release|ARM.Build.0 = Release|ARM + {1911BC2F-D78F-49C7-8847-B10B333DA85A}.Release|Win32.ActiveCfg = Release|Win32 + {1911BC2F-D78F-49C7-8847-B10B333DA85A}.Release|Win32.Build.0 = Release|Win32 + {1911BC2F-D78F-49C7-8847-B10B333DA85A}.Release|x64.ActiveCfg = Release|x64 + {1911BC2F-D78F-49C7-8847-B10B333DA85A}.Release|x64.Build.0 = Release|x64 + {C6D20522-F184-47E4-AFA0-31341A71495F}.Debug|ARM.ActiveCfg = Debug|ARM + {C6D20522-F184-47E4-AFA0-31341A71495F}.Debug|ARM.Build.0 = Debug|ARM + {C6D20522-F184-47E4-AFA0-31341A71495F}.Debug|Win32.ActiveCfg = Debug|Win32 + {C6D20522-F184-47E4-AFA0-31341A71495F}.Debug|Win32.Build.0 = Debug|Win32 + {C6D20522-F184-47E4-AFA0-31341A71495F}.Debug|x64.ActiveCfg = Debug|Win32 + {C6D20522-F184-47E4-AFA0-31341A71495F}.Release|ARM.ActiveCfg = Release|ARM + {C6D20522-F184-47E4-AFA0-31341A71495F}.Release|ARM.Build.0 = Release|ARM + {C6D20522-F184-47E4-AFA0-31341A71495F}.Release|Win32.ActiveCfg = Release|Win32 + {C6D20522-F184-47E4-AFA0-31341A71495F}.Release|Win32.Build.0 = Release|Win32 + {C6D20522-F184-47E4-AFA0-31341A71495F}.Release|x64.ActiveCfg = Release|Win32 + {EBA5D25B-265D-4936-92C3-6EE01BF1B6D7}.Debug|ARM.ActiveCfg = Debug|ARM + {EBA5D25B-265D-4936-92C3-6EE01BF1B6D7}.Debug|ARM.Build.0 = Debug|ARM + {EBA5D25B-265D-4936-92C3-6EE01BF1B6D7}.Debug|Win32.ActiveCfg = Debug|Win32 + {EBA5D25B-265D-4936-92C3-6EE01BF1B6D7}.Debug|Win32.Build.0 = Debug|Win32 + {EBA5D25B-265D-4936-92C3-6EE01BF1B6D7}.Debug|x64.ActiveCfg = Debug|x64 + {EBA5D25B-265D-4936-92C3-6EE01BF1B6D7}.Debug|x64.Build.0 = Debug|x64 + {EBA5D25B-265D-4936-92C3-6EE01BF1B6D7}.Release|ARM.ActiveCfg = Release|ARM + {EBA5D25B-265D-4936-92C3-6EE01BF1B6D7}.Release|ARM.Build.0 = Release|ARM + {EBA5D25B-265D-4936-92C3-6EE01BF1B6D7}.Release|Win32.ActiveCfg = Release|Win32 + {EBA5D25B-265D-4936-92C3-6EE01BF1B6D7}.Release|Win32.Build.0 = Release|Win32 + {EBA5D25B-265D-4936-92C3-6EE01BF1B6D7}.Release|x64.ActiveCfg = Release|x64 + {EBA5D25B-265D-4936-92C3-6EE01BF1B6D7}.Release|x64.Build.0 = Release|x64 + {E518043B-B99A-414F-A276-D93B0F263DF2}.Debug|ARM.ActiveCfg = Debug|ARM + {E518043B-B99A-414F-A276-D93B0F263DF2}.Debug|ARM.Build.0 = Debug|ARM + {E518043B-B99A-414F-A276-D93B0F263DF2}.Debug|Win32.ActiveCfg = Debug|Win32 + {E518043B-B99A-414F-A276-D93B0F263DF2}.Debug|Win32.Build.0 = Debug|Win32 + {E518043B-B99A-414F-A276-D93B0F263DF2}.Debug|x64.ActiveCfg = Debug|Win32 + {E518043B-B99A-414F-A276-D93B0F263DF2}.Release|ARM.ActiveCfg = Release|ARM + {E518043B-B99A-414F-A276-D93B0F263DF2}.Release|ARM.Build.0 = Release|ARM + {E518043B-B99A-414F-A276-D93B0F263DF2}.Release|Win32.ActiveCfg = Release|Win32 + {E518043B-B99A-414F-A276-D93B0F263DF2}.Release|Win32.Build.0 = Release|Win32 + {E518043B-B99A-414F-A276-D93B0F263DF2}.Release|x64.ActiveCfg = Release|Win32 + {3838FD2B-3C87-4CAF-95DE-95E7C3947C26}.Debug|ARM.ActiveCfg = Debug|ARM + {3838FD2B-3C87-4CAF-95DE-95E7C3947C26}.Debug|ARM.Build.0 = Debug|ARM + {3838FD2B-3C87-4CAF-95DE-95E7C3947C26}.Debug|Win32.ActiveCfg = Debug|Win32 + {3838FD2B-3C87-4CAF-95DE-95E7C3947C26}.Debug|Win32.Build.0 = Debug|Win32 + {3838FD2B-3C87-4CAF-95DE-95E7C3947C26}.Debug|x64.ActiveCfg = Debug|x64 + {3838FD2B-3C87-4CAF-95DE-95E7C3947C26}.Debug|x64.Build.0 = Debug|x64 + {3838FD2B-3C87-4CAF-95DE-95E7C3947C26}.Release|ARM.ActiveCfg = Release|ARM + {3838FD2B-3C87-4CAF-95DE-95E7C3947C26}.Release|ARM.Build.0 = Release|ARM + {3838FD2B-3C87-4CAF-95DE-95E7C3947C26}.Release|Win32.ActiveCfg = Release|Win32 + {3838FD2B-3C87-4CAF-95DE-95E7C3947C26}.Release|Win32.Build.0 = Release|Win32 + {3838FD2B-3C87-4CAF-95DE-95E7C3947C26}.Release|x64.ActiveCfg = Release|x64 + {3838FD2B-3C87-4CAF-95DE-95E7C3947C26}.Release|x64.Build.0 = Release|x64 + {581C72CF-7F31-4EBA-8F6E-743CA5774742}.Debug|ARM.ActiveCfg = Debug|ARM + {581C72CF-7F31-4EBA-8F6E-743CA5774742}.Debug|ARM.Build.0 = Debug|ARM + {581C72CF-7F31-4EBA-8F6E-743CA5774742}.Debug|Win32.ActiveCfg = Debug|Win32 + {581C72CF-7F31-4EBA-8F6E-743CA5774742}.Debug|Win32.Build.0 = Debug|Win32 + {581C72CF-7F31-4EBA-8F6E-743CA5774742}.Debug|x64.ActiveCfg = Debug|Win32 + {581C72CF-7F31-4EBA-8F6E-743CA5774742}.Release|ARM.ActiveCfg = Release|ARM + {581C72CF-7F31-4EBA-8F6E-743CA5774742}.Release|ARM.Build.0 = Release|ARM + {581C72CF-7F31-4EBA-8F6E-743CA5774742}.Release|Win32.ActiveCfg = Release|Win32 + {581C72CF-7F31-4EBA-8F6E-743CA5774742}.Release|Win32.Build.0 = Release|Win32 + {581C72CF-7F31-4EBA-8F6E-743CA5774742}.Release|x64.ActiveCfg = Release|Win32 + {CC49B61A-12DD-4EC3-97AE-56EB96C5A222}.Debug|ARM.ActiveCfg = Debug|ARM + {CC49B61A-12DD-4EC3-97AE-56EB96C5A222}.Debug|ARM.Build.0 = Debug|ARM + {CC49B61A-12DD-4EC3-97AE-56EB96C5A222}.Debug|Win32.ActiveCfg = Debug|Win32 + {CC49B61A-12DD-4EC3-97AE-56EB96C5A222}.Debug|Win32.Build.0 = Debug|Win32 + {CC49B61A-12DD-4EC3-97AE-56EB96C5A222}.Debug|x64.ActiveCfg = Debug|x64 + {CC49B61A-12DD-4EC3-97AE-56EB96C5A222}.Debug|x64.Build.0 = Debug|x64 + {CC49B61A-12DD-4EC3-97AE-56EB96C5A222}.Release|ARM.ActiveCfg = Release|ARM + {CC49B61A-12DD-4EC3-97AE-56EB96C5A222}.Release|ARM.Build.0 = Release|ARM + {CC49B61A-12DD-4EC3-97AE-56EB96C5A222}.Release|Win32.ActiveCfg = Release|Win32 + {CC49B61A-12DD-4EC3-97AE-56EB96C5A222}.Release|Win32.Build.0 = Release|Win32 + {CC49B61A-12DD-4EC3-97AE-56EB96C5A222}.Release|x64.ActiveCfg = Release|x64 + {CC49B61A-12DD-4EC3-97AE-56EB96C5A222}.Release|x64.Build.0 = Release|x64 + {3E1602B9-BB4E-4007-A0A5-B923C7058CB8}.Debug|ARM.ActiveCfg = Debug|ARM + {3E1602B9-BB4E-4007-A0A5-B923C7058CB8}.Debug|ARM.Build.0 = Debug|ARM + {3E1602B9-BB4E-4007-A0A5-B923C7058CB8}.Debug|Win32.ActiveCfg = Debug|Win32 + {3E1602B9-BB4E-4007-A0A5-B923C7058CB8}.Debug|Win32.Build.0 = Debug|Win32 + {3E1602B9-BB4E-4007-A0A5-B923C7058CB8}.Debug|x64.ActiveCfg = Debug|Win32 + {3E1602B9-BB4E-4007-A0A5-B923C7058CB8}.Release|ARM.ActiveCfg = Release|ARM + {3E1602B9-BB4E-4007-A0A5-B923C7058CB8}.Release|ARM.Build.0 = Release|ARM + {3E1602B9-BB4E-4007-A0A5-B923C7058CB8}.Release|Win32.ActiveCfg = Release|Win32 + {3E1602B9-BB4E-4007-A0A5-B923C7058CB8}.Release|Win32.Build.0 = Release|Win32 + {3E1602B9-BB4E-4007-A0A5-B923C7058CB8}.Release|x64.ActiveCfg = Release|Win32 + {DAC331F3-C5A2-4568-8714-9213C3487A49}.Debug|ARM.ActiveCfg = Debug|ARM + {DAC331F3-C5A2-4568-8714-9213C3487A49}.Debug|ARM.Build.0 = Debug|ARM + {DAC331F3-C5A2-4568-8714-9213C3487A49}.Debug|Win32.ActiveCfg = Debug|Win32 + {DAC331F3-C5A2-4568-8714-9213C3487A49}.Debug|Win32.Build.0 = Debug|Win32 + {DAC331F3-C5A2-4568-8714-9213C3487A49}.Debug|x64.ActiveCfg = Debug|x64 + {DAC331F3-C5A2-4568-8714-9213C3487A49}.Debug|x64.Build.0 = Debug|x64 + {DAC331F3-C5A2-4568-8714-9213C3487A49}.Release|ARM.ActiveCfg = Release|ARM + {DAC331F3-C5A2-4568-8714-9213C3487A49}.Release|ARM.Build.0 = Release|ARM + {DAC331F3-C5A2-4568-8714-9213C3487A49}.Release|Win32.ActiveCfg = Release|Win32 + {DAC331F3-C5A2-4568-8714-9213C3487A49}.Release|Win32.Build.0 = Release|Win32 + {DAC331F3-C5A2-4568-8714-9213C3487A49}.Release|x64.ActiveCfg = Release|x64 + {DAC331F3-C5A2-4568-8714-9213C3487A49}.Release|x64.Build.0 = Release|x64 + {2F340C0E-43B2-471F-B4F3-7CDCE69F6E1F}.Debug|ARM.ActiveCfg = Debug|ARM + {2F340C0E-43B2-471F-B4F3-7CDCE69F6E1F}.Debug|ARM.Build.0 = Debug|ARM + {2F340C0E-43B2-471F-B4F3-7CDCE69F6E1F}.Debug|Win32.ActiveCfg = Debug|Win32 + {2F340C0E-43B2-471F-B4F3-7CDCE69F6E1F}.Debug|Win32.Build.0 = Debug|Win32 + {2F340C0E-43B2-471F-B4F3-7CDCE69F6E1F}.Debug|x64.ActiveCfg = Debug|Win32 + {2F340C0E-43B2-471F-B4F3-7CDCE69F6E1F}.Release|ARM.ActiveCfg = Release|ARM + {2F340C0E-43B2-471F-B4F3-7CDCE69F6E1F}.Release|ARM.Build.0 = Release|ARM + {2F340C0E-43B2-471F-B4F3-7CDCE69F6E1F}.Release|Win32.ActiveCfg = Release|Win32 + {2F340C0E-43B2-471F-B4F3-7CDCE69F6E1F}.Release|Win32.Build.0 = Release|Win32 + {2F340C0E-43B2-471F-B4F3-7CDCE69F6E1F}.Release|x64.ActiveCfg = Release|Win32 + {E9E719DD-05CF-4AD2-AC3B-1035DDADBB56}.Debug|ARM.ActiveCfg = Debug|ARM + {E9E719DD-05CF-4AD2-AC3B-1035DDADBB56}.Debug|ARM.Build.0 = Debug|ARM + {E9E719DD-05CF-4AD2-AC3B-1035DDADBB56}.Debug|Win32.ActiveCfg = Debug|Win32 + {E9E719DD-05CF-4AD2-AC3B-1035DDADBB56}.Debug|Win32.Build.0 = Debug|Win32 + {E9E719DD-05CF-4AD2-AC3B-1035DDADBB56}.Debug|x64.ActiveCfg = Debug|x64 + {E9E719DD-05CF-4AD2-AC3B-1035DDADBB56}.Debug|x64.Build.0 = Debug|x64 + {E9E719DD-05CF-4AD2-AC3B-1035DDADBB56}.Release|ARM.ActiveCfg = Release|ARM + {E9E719DD-05CF-4AD2-AC3B-1035DDADBB56}.Release|ARM.Build.0 = Release|ARM + {E9E719DD-05CF-4AD2-AC3B-1035DDADBB56}.Release|Win32.ActiveCfg = Release|Win32 + {E9E719DD-05CF-4AD2-AC3B-1035DDADBB56}.Release|Win32.Build.0 = Release|Win32 + {E9E719DD-05CF-4AD2-AC3B-1035DDADBB56}.Release|x64.ActiveCfg = Release|x64 + {E9E719DD-05CF-4AD2-AC3B-1035DDADBB56}.Release|x64.Build.0 = Release|x64 + {C589BB57-4E44-42E9-A77E-827F5E68EEDB}.Debug|ARM.ActiveCfg = Debug|ARM + {C589BB57-4E44-42E9-A77E-827F5E68EEDB}.Debug|ARM.Build.0 = Debug|ARM + {C589BB57-4E44-42E9-A77E-827F5E68EEDB}.Debug|Win32.ActiveCfg = Debug|Win32 + {C589BB57-4E44-42E9-A77E-827F5E68EEDB}.Debug|Win32.Build.0 = Debug|Win32 + {C589BB57-4E44-42E9-A77E-827F5E68EEDB}.Debug|x64.ActiveCfg = Debug|Win32 + {C589BB57-4E44-42E9-A77E-827F5E68EEDB}.Release|ARM.ActiveCfg = Release|ARM + {C589BB57-4E44-42E9-A77E-827F5E68EEDB}.Release|ARM.Build.0 = Release|ARM + {C589BB57-4E44-42E9-A77E-827F5E68EEDB}.Release|Win32.ActiveCfg = Release|Win32 + {C589BB57-4E44-42E9-A77E-827F5E68EEDB}.Release|Win32.Build.0 = Release|Win32 + {C589BB57-4E44-42E9-A77E-827F5E68EEDB}.Release|x64.ActiveCfg = Release|Win32 + {E9B3069F-CA6C-4C5C-91B6-DF112C5B290E}.Debug|ARM.ActiveCfg = Debug|ARM + {E9B3069F-CA6C-4C5C-91B6-DF112C5B290E}.Debug|ARM.Build.0 = Debug|ARM + {E9B3069F-CA6C-4C5C-91B6-DF112C5B290E}.Debug|Win32.ActiveCfg = Debug|Win32 + {E9B3069F-CA6C-4C5C-91B6-DF112C5B290E}.Debug|Win32.Build.0 = Debug|Win32 + {E9B3069F-CA6C-4C5C-91B6-DF112C5B290E}.Debug|x64.ActiveCfg = Debug|x64 + {E9B3069F-CA6C-4C5C-91B6-DF112C5B290E}.Debug|x64.Build.0 = Debug|x64 + {E9B3069F-CA6C-4C5C-91B6-DF112C5B290E}.Release|ARM.ActiveCfg = Release|ARM + {E9B3069F-CA6C-4C5C-91B6-DF112C5B290E}.Release|ARM.Build.0 = Release|ARM + {E9B3069F-CA6C-4C5C-91B6-DF112C5B290E}.Release|Win32.ActiveCfg = Release|Win32 + {E9B3069F-CA6C-4C5C-91B6-DF112C5B290E}.Release|Win32.Build.0 = Release|Win32 + {E9B3069F-CA6C-4C5C-91B6-DF112C5B290E}.Release|x64.ActiveCfg = Release|x64 + {E9B3069F-CA6C-4C5C-91B6-DF112C5B290E}.Release|x64.Build.0 = Release|x64 + {FAA06BFC-3248-4338-97C4-7A1CA6DB7C9C}.Debug|ARM.ActiveCfg = Debug|ARM + {FAA06BFC-3248-4338-97C4-7A1CA6DB7C9C}.Debug|ARM.Build.0 = Debug|ARM + {FAA06BFC-3248-4338-97C4-7A1CA6DB7C9C}.Debug|Win32.ActiveCfg = Debug|Win32 + {FAA06BFC-3248-4338-97C4-7A1CA6DB7C9C}.Debug|Win32.Build.0 = Debug|Win32 + {FAA06BFC-3248-4338-97C4-7A1CA6DB7C9C}.Debug|x64.ActiveCfg = Debug|Win32 + {FAA06BFC-3248-4338-97C4-7A1CA6DB7C9C}.Release|ARM.ActiveCfg = Release|ARM + {FAA06BFC-3248-4338-97C4-7A1CA6DB7C9C}.Release|ARM.Build.0 = Release|ARM + {FAA06BFC-3248-4338-97C4-7A1CA6DB7C9C}.Release|Win32.ActiveCfg = Release|Win32 + {FAA06BFC-3248-4338-97C4-7A1CA6DB7C9C}.Release|Win32.Build.0 = Release|Win32 + {FAA06BFC-3248-4338-97C4-7A1CA6DB7C9C}.Release|x64.ActiveCfg = Release|Win32 + {3CCE7EBC-96C9-4F40-8983-5C99F584B3B1}.Debug|ARM.ActiveCfg = Debug|ARM + {3CCE7EBC-96C9-4F40-8983-5C99F584B3B1}.Debug|ARM.Build.0 = Debug|ARM + {3CCE7EBC-96C9-4F40-8983-5C99F584B3B1}.Debug|Win32.ActiveCfg = Debug|Win32 + {3CCE7EBC-96C9-4F40-8983-5C99F584B3B1}.Debug|Win32.Build.0 = Debug|Win32 + {3CCE7EBC-96C9-4F40-8983-5C99F584B3B1}.Debug|x64.ActiveCfg = Debug|x64 + {3CCE7EBC-96C9-4F40-8983-5C99F584B3B1}.Debug|x64.Build.0 = Debug|x64 + {3CCE7EBC-96C9-4F40-8983-5C99F584B3B1}.Release|ARM.ActiveCfg = Release|ARM + {3CCE7EBC-96C9-4F40-8983-5C99F584B3B1}.Release|ARM.Build.0 = Release|ARM + {3CCE7EBC-96C9-4F40-8983-5C99F584B3B1}.Release|Win32.ActiveCfg = Release|Win32 + {3CCE7EBC-96C9-4F40-8983-5C99F584B3B1}.Release|Win32.Build.0 = Release|Win32 + {3CCE7EBC-96C9-4F40-8983-5C99F584B3B1}.Release|x64.ActiveCfg = Release|x64 + {3CCE7EBC-96C9-4F40-8983-5C99F584B3B1}.Release|x64.Build.0 = Release|x64 + {78F7ACD1-114D-483D-B92A-BAB53519F0D5}.Debug|ARM.ActiveCfg = Debug|ARM + {78F7ACD1-114D-483D-B92A-BAB53519F0D5}.Debug|ARM.Build.0 = Debug|ARM + {78F7ACD1-114D-483D-B92A-BAB53519F0D5}.Debug|Win32.ActiveCfg = Debug|Win32 + {78F7ACD1-114D-483D-B92A-BAB53519F0D5}.Debug|Win32.Build.0 = Debug|Win32 + {78F7ACD1-114D-483D-B92A-BAB53519F0D5}.Debug|x64.ActiveCfg = Debug|Win32 + {78F7ACD1-114D-483D-B92A-BAB53519F0D5}.Release|ARM.ActiveCfg = Release|ARM + {78F7ACD1-114D-483D-B92A-BAB53519F0D5}.Release|ARM.Build.0 = Release|ARM + {78F7ACD1-114D-483D-B92A-BAB53519F0D5}.Release|Win32.ActiveCfg = Release|Win32 + {78F7ACD1-114D-483D-B92A-BAB53519F0D5}.Release|Win32.Build.0 = Release|Win32 + {78F7ACD1-114D-483D-B92A-BAB53519F0D5}.Release|x64.ActiveCfg = Release|Win32 + {F6F756F0-2704-4CB8-B2B2-56F09D0E23E8}.Debug|ARM.ActiveCfg = Debug|ARM + {F6F756F0-2704-4CB8-B2B2-56F09D0E23E8}.Debug|ARM.Build.0 = Debug|ARM + {F6F756F0-2704-4CB8-B2B2-56F09D0E23E8}.Debug|Win32.ActiveCfg = Debug|Win32 + {F6F756F0-2704-4CB8-B2B2-56F09D0E23E8}.Debug|Win32.Build.0 = Debug|Win32 + {F6F756F0-2704-4CB8-B2B2-56F09D0E23E8}.Debug|x64.ActiveCfg = Debug|x64 + {F6F756F0-2704-4CB8-B2B2-56F09D0E23E8}.Debug|x64.Build.0 = Debug|x64 + {F6F756F0-2704-4CB8-B2B2-56F09D0E23E8}.Release|ARM.ActiveCfg = Release|ARM + {F6F756F0-2704-4CB8-B2B2-56F09D0E23E8}.Release|ARM.Build.0 = Release|ARM + {F6F756F0-2704-4CB8-B2B2-56F09D0E23E8}.Release|Win32.ActiveCfg = Release|Win32 + {F6F756F0-2704-4CB8-B2B2-56F09D0E23E8}.Release|Win32.Build.0 = Release|Win32 + {F6F756F0-2704-4CB8-B2B2-56F09D0E23E8}.Release|x64.ActiveCfg = Release|x64 + {F6F756F0-2704-4CB8-B2B2-56F09D0E23E8}.Release|x64.Build.0 = Release|x64 + {ADF2FFD9-7DD1-49D7-B79C-F7C8F21EFA3A}.Debug|ARM.ActiveCfg = Debug|ARM + {ADF2FFD9-7DD1-49D7-B79C-F7C8F21EFA3A}.Debug|ARM.Build.0 = Debug|ARM + {ADF2FFD9-7DD1-49D7-B79C-F7C8F21EFA3A}.Debug|Win32.ActiveCfg = Debug|Win32 + {ADF2FFD9-7DD1-49D7-B79C-F7C8F21EFA3A}.Debug|Win32.Build.0 = Debug|Win32 + {ADF2FFD9-7DD1-49D7-B79C-F7C8F21EFA3A}.Debug|x64.ActiveCfg = Debug|Win32 + {ADF2FFD9-7DD1-49D7-B79C-F7C8F21EFA3A}.Release|ARM.ActiveCfg = Release|ARM + {ADF2FFD9-7DD1-49D7-B79C-F7C8F21EFA3A}.Release|ARM.Build.0 = Release|ARM + {ADF2FFD9-7DD1-49D7-B79C-F7C8F21EFA3A}.Release|Win32.ActiveCfg = Release|Win32 + {ADF2FFD9-7DD1-49D7-B79C-F7C8F21EFA3A}.Release|Win32.Build.0 = Release|Win32 + {ADF2FFD9-7DD1-49D7-B79C-F7C8F21EFA3A}.Release|x64.ActiveCfg = Release|Win32 + {742B0D32-3535-4382-BE47-65C179CD544C}.Debug|ARM.ActiveCfg = Debug|ARM + {742B0D32-3535-4382-BE47-65C179CD544C}.Debug|ARM.Build.0 = Debug|ARM + {742B0D32-3535-4382-BE47-65C179CD544C}.Debug|Win32.ActiveCfg = Debug|Win32 + {742B0D32-3535-4382-BE47-65C179CD544C}.Debug|Win32.Build.0 = Debug|Win32 + {742B0D32-3535-4382-BE47-65C179CD544C}.Debug|x64.ActiveCfg = Debug|x64 + {742B0D32-3535-4382-BE47-65C179CD544C}.Debug|x64.Build.0 = Debug|x64 + {742B0D32-3535-4382-BE47-65C179CD544C}.Release|ARM.ActiveCfg = Release|ARM + {742B0D32-3535-4382-BE47-65C179CD544C}.Release|ARM.Build.0 = Release|ARM + {742B0D32-3535-4382-BE47-65C179CD544C}.Release|Win32.ActiveCfg = Release|Win32 + {742B0D32-3535-4382-BE47-65C179CD544C}.Release|Win32.Build.0 = Release|Win32 + {742B0D32-3535-4382-BE47-65C179CD544C}.Release|x64.ActiveCfg = Release|x64 + {742B0D32-3535-4382-BE47-65C179CD544C}.Release|x64.Build.0 = Release|x64 + {D12EAF5B-1FEE-4740-8EC3-7240760211B9}.Debug|ARM.ActiveCfg = Debug|ARM + {D12EAF5B-1FEE-4740-8EC3-7240760211B9}.Debug|ARM.Build.0 = Debug|ARM + {D12EAF5B-1FEE-4740-8EC3-7240760211B9}.Debug|Win32.ActiveCfg = Debug|Win32 + {D12EAF5B-1FEE-4740-8EC3-7240760211B9}.Debug|Win32.Build.0 = Debug|Win32 + {D12EAF5B-1FEE-4740-8EC3-7240760211B9}.Debug|x64.ActiveCfg = Debug|Win32 + {D12EAF5B-1FEE-4740-8EC3-7240760211B9}.Release|ARM.ActiveCfg = Release|ARM + {D12EAF5B-1FEE-4740-8EC3-7240760211B9}.Release|ARM.Build.0 = Release|ARM + {D12EAF5B-1FEE-4740-8EC3-7240760211B9}.Release|Win32.ActiveCfg = Release|Win32 + {D12EAF5B-1FEE-4740-8EC3-7240760211B9}.Release|Win32.Build.0 = Release|Win32 + {D12EAF5B-1FEE-4740-8EC3-7240760211B9}.Release|x64.ActiveCfg = Release|Win32 + {962ACB8D-04BD-41C4-AB5E-EBF98B2DEA7C}.Debug|ARM.ActiveCfg = Debug|ARM + {962ACB8D-04BD-41C4-AB5E-EBF98B2DEA7C}.Debug|ARM.Build.0 = Debug|ARM + {962ACB8D-04BD-41C4-AB5E-EBF98B2DEA7C}.Debug|ARM.Deploy.0 = Debug|ARM + {962ACB8D-04BD-41C4-AB5E-EBF98B2DEA7C}.Debug|Win32.ActiveCfg = Debug|Win32 + {962ACB8D-04BD-41C4-AB5E-EBF98B2DEA7C}.Debug|Win32.Build.0 = Debug|Win32 + {962ACB8D-04BD-41C4-AB5E-EBF98B2DEA7C}.Debug|Win32.Deploy.0 = Debug|Win32 + {962ACB8D-04BD-41C4-AB5E-EBF98B2DEA7C}.Debug|x64.ActiveCfg = Debug|x64 + {962ACB8D-04BD-41C4-AB5E-EBF98B2DEA7C}.Debug|x64.Build.0 = Debug|x64 + {962ACB8D-04BD-41C4-AB5E-EBF98B2DEA7C}.Debug|x64.Deploy.0 = Debug|x64 + {962ACB8D-04BD-41C4-AB5E-EBF98B2DEA7C}.Release|ARM.ActiveCfg = Release|ARM + {962ACB8D-04BD-41C4-AB5E-EBF98B2DEA7C}.Release|ARM.Build.0 = Release|ARM + {962ACB8D-04BD-41C4-AB5E-EBF98B2DEA7C}.Release|ARM.Deploy.0 = Release|ARM + {962ACB8D-04BD-41C4-AB5E-EBF98B2DEA7C}.Release|Win32.ActiveCfg = Release|Win32 + {962ACB8D-04BD-41C4-AB5E-EBF98B2DEA7C}.Release|Win32.Build.0 = Release|Win32 + {962ACB8D-04BD-41C4-AB5E-EBF98B2DEA7C}.Release|Win32.Deploy.0 = Release|Win32 + {962ACB8D-04BD-41C4-AB5E-EBF98B2DEA7C}.Release|x64.ActiveCfg = Release|x64 + {962ACB8D-04BD-41C4-AB5E-EBF98B2DEA7C}.Release|x64.Build.0 = Release|x64 + {962ACB8D-04BD-41C4-AB5E-EBF98B2DEA7C}.Release|x64.Deploy.0 = Release|x64 + {ACEAE9BE-35B7-433E-8F67-E8CC6FC810F2}.Debug|ARM.ActiveCfg = Debug|ARM + {ACEAE9BE-35B7-433E-8F67-E8CC6FC810F2}.Debug|ARM.Build.0 = Debug|ARM + {ACEAE9BE-35B7-433E-8F67-E8CC6FC810F2}.Debug|ARM.Deploy.0 = Debug|ARM + {ACEAE9BE-35B7-433E-8F67-E8CC6FC810F2}.Debug|Win32.ActiveCfg = Debug|Win32 + {ACEAE9BE-35B7-433E-8F67-E8CC6FC810F2}.Debug|Win32.Build.0 = Debug|Win32 + {ACEAE9BE-35B7-433E-8F67-E8CC6FC810F2}.Debug|Win32.Deploy.0 = Debug|Win32 + {ACEAE9BE-35B7-433E-8F67-E8CC6FC810F2}.Debug|x64.ActiveCfg = Debug|Win32 + {ACEAE9BE-35B7-433E-8F67-E8CC6FC810F2}.Release|ARM.ActiveCfg = Release|ARM + {ACEAE9BE-35B7-433E-8F67-E8CC6FC810F2}.Release|ARM.Build.0 = Release|ARM + {ACEAE9BE-35B7-433E-8F67-E8CC6FC810F2}.Release|ARM.Deploy.0 = Release|ARM + {ACEAE9BE-35B7-433E-8F67-E8CC6FC810F2}.Release|Win32.ActiveCfg = Release|Win32 + {ACEAE9BE-35B7-433E-8F67-E8CC6FC810F2}.Release|Win32.Build.0 = Release|Win32 + {ACEAE9BE-35B7-433E-8F67-E8CC6FC810F2}.Release|Win32.Deploy.0 = Release|Win32 + {ACEAE9BE-35B7-433E-8F67-E8CC6FC810F2}.Release|x64.ActiveCfg = Release|Win32 + {46CEFF57-14DD-4C4F-9C2A-37541B924E99}.Debug|ARM.ActiveCfg = Debug|ARM + {46CEFF57-14DD-4C4F-9C2A-37541B924E99}.Debug|ARM.Build.0 = Debug|ARM + {46CEFF57-14DD-4C4F-9C2A-37541B924E99}.Debug|ARM.Deploy.0 = Debug|ARM + {46CEFF57-14DD-4C4F-9C2A-37541B924E99}.Debug|Win32.ActiveCfg = Debug|Win32 + {46CEFF57-14DD-4C4F-9C2A-37541B924E99}.Debug|Win32.Build.0 = Debug|Win32 + {46CEFF57-14DD-4C4F-9C2A-37541B924E99}.Debug|Win32.Deploy.0 = Debug|Win32 + {46CEFF57-14DD-4C4F-9C2A-37541B924E99}.Debug|x64.ActiveCfg = Debug|x64 + {46CEFF57-14DD-4C4F-9C2A-37541B924E99}.Debug|x64.Build.0 = Debug|x64 + {46CEFF57-14DD-4C4F-9C2A-37541B924E99}.Debug|x64.Deploy.0 = Debug|x64 + {46CEFF57-14DD-4C4F-9C2A-37541B924E99}.Release|ARM.ActiveCfg = Release|ARM + {46CEFF57-14DD-4C4F-9C2A-37541B924E99}.Release|ARM.Build.0 = Release|ARM + {46CEFF57-14DD-4C4F-9C2A-37541B924E99}.Release|ARM.Deploy.0 = Release|ARM + {46CEFF57-14DD-4C4F-9C2A-37541B924E99}.Release|Win32.ActiveCfg = Release|Win32 + {46CEFF57-14DD-4C4F-9C2A-37541B924E99}.Release|Win32.Build.0 = Release|Win32 + {46CEFF57-14DD-4C4F-9C2A-37541B924E99}.Release|Win32.Deploy.0 = Release|Win32 + {46CEFF57-14DD-4C4F-9C2A-37541B924E99}.Release|x64.ActiveCfg = Release|x64 + {46CEFF57-14DD-4C4F-9C2A-37541B924E99}.Release|x64.Build.0 = Release|x64 + {46CEFF57-14DD-4C4F-9C2A-37541B924E99}.Release|x64.Deploy.0 = Release|x64 + {A6B493DB-B53F-4F71-A2C0-ABB24DEC480D}.Debug|ARM.ActiveCfg = Debug|ARM + {A6B493DB-B53F-4F71-A2C0-ABB24DEC480D}.Debug|ARM.Build.0 = Debug|ARM + {A6B493DB-B53F-4F71-A2C0-ABB24DEC480D}.Debug|ARM.Deploy.0 = Debug|ARM + {A6B493DB-B53F-4F71-A2C0-ABB24DEC480D}.Debug|Win32.ActiveCfg = Debug|Win32 + {A6B493DB-B53F-4F71-A2C0-ABB24DEC480D}.Debug|Win32.Build.0 = Debug|Win32 + {A6B493DB-B53F-4F71-A2C0-ABB24DEC480D}.Debug|Win32.Deploy.0 = Debug|Win32 + {A6B493DB-B53F-4F71-A2C0-ABB24DEC480D}.Debug|x64.ActiveCfg = Debug|Win32 + {A6B493DB-B53F-4F71-A2C0-ABB24DEC480D}.Release|ARM.ActiveCfg = Release|ARM + {A6B493DB-B53F-4F71-A2C0-ABB24DEC480D}.Release|ARM.Build.0 = Release|ARM + {A6B493DB-B53F-4F71-A2C0-ABB24DEC480D}.Release|ARM.Deploy.0 = Release|ARM + {A6B493DB-B53F-4F71-A2C0-ABB24DEC480D}.Release|Win32.ActiveCfg = Release|Win32 + {A6B493DB-B53F-4F71-A2C0-ABB24DEC480D}.Release|Win32.Build.0 = Release|Win32 + {A6B493DB-B53F-4F71-A2C0-ABB24DEC480D}.Release|Win32.Deploy.0 = Release|Win32 + {A6B493DB-B53F-4F71-A2C0-ABB24DEC480D}.Release|x64.ActiveCfg = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {6D6ED57C-211D-400C-BB28-44BBFD0981F7} = {FDF4BD6C-9007-4FDF-B8A3-3D23CCB52CF2} + {0CDD843C-089D-4FEE-BE9F-C08FA2B51ACB} = {6D6ED57C-211D-400C-BB28-44BBFD0981F7} + {9DF5553C-CA9D-4CB6-A06A-CA905119C00B} = {6D6ED57C-211D-400C-BB28-44BBFD0981F7} + {AEFBA9A8-E16D-4B06-B16D-BC74AC799B4F} = {6D6ED57C-211D-400C-BB28-44BBFD0981F7} + {9411517F-A716-4F79-BEFC-A21E2360C767} = {73304178-C768-4EED-B361-2C1979903E78} + {D716BF4D-094B-47D7-9137-A01C690C3616} = {9411517F-A716-4F79-BEFC-A21E2360C767} + {4F9E9C58-6840-4F2F-A456-DD039FC790A4} = {9411517F-A716-4F79-BEFC-A21E2360C767} + {8B4477C9-E00B-48CE-BD60-ED694593CD85} = {9411517F-A716-4F79-BEFC-A21E2360C767} + {1C26F396-26FC-4B64-9465-AEB032B2473E} = {0C5A0B08-27AF-480B-84DC-63137C6DA935} + {B9AA20A6-DB97-4419-9249-B60D33FD6CAC} = {F60C21DC-2C61-451E-9F40-B074CBEA7EB6} + {4703C34C-1A7F-4BB2-8FF8-007C55C015D5} = {1C26F396-26FC-4B64-9465-AEB032B2473E} + {5110A62B-172F-48FE-A268-4931577D9AAD} = {1C26F396-26FC-4B64-9465-AEB032B2473E} + {6536C1F5-4EA4-49A3-92F1-810C4750BF10} = {1C26F396-26FC-4B64-9465-AEB032B2473E} + {78276F35-06BA-412C-AC96-04D2B9FC84F4} = {73304178-C768-4EED-B361-2C1979903E78} + {E9BE9596-934C-4336-888C-FDEF9D3FC610} = {78276F35-06BA-412C-AC96-04D2B9FC84F4} + {C50F6528-6A12-49A9-BEC0-E07CF153FCA8} = {E9BE9596-934C-4336-888C-FDEF9D3FC610} + {3F28C683-66AD-42CA-A264-B18D0743F518} = {E9BE9596-934C-4336-888C-FDEF9D3FC610} + {6B4CF863-1024-45E2-BA7E-263DE516468B} = {E9BE9596-934C-4336-888C-FDEF9D3FC610} + {9CD1035D-C68F-4A2D-8EE2-954B8C096113} = {C598E551-2A8A-44CF-9ED1-4B055B55CFA1} + {AC843CD8-70C4-4BF9-BBFB-BB8E5979F81E} = {9CD1035D-C68F-4A2D-8EE2-954B8C096113} + {1911BC2F-D78F-49C7-8847-B10B333DA85A} = {9CD1035D-C68F-4A2D-8EE2-954B8C096113} + {C6D20522-F184-47E4-AFA0-31341A71495F} = {9CD1035D-C68F-4A2D-8EE2-954B8C096113} + {EA965843-C00C-4401-9FE2-4E913B54BD9F} = {78276F35-06BA-412C-AC96-04D2B9FC84F4} + {65C1955F-C69E-4185-8B89-864725706A36} = {EA965843-C00C-4401-9FE2-4E913B54BD9F} + {EBA5D25B-265D-4936-92C3-6EE01BF1B6D7} = {EA965843-C00C-4401-9FE2-4E913B54BD9F} + {E518043B-B99A-414F-A276-D93B0F263DF2} = {EA965843-C00C-4401-9FE2-4E913B54BD9F} + {DC6108A0-9FE3-46F5-B68A-15E7BA6BAC52} = {FDF4BD6C-9007-4FDF-B8A3-3D23CCB52CF2} + {3C22010C-99F3-4321-8F55-36DA8F97A980} = {DC6108A0-9FE3-46F5-B68A-15E7BA6BAC52} + {3838FD2B-3C87-4CAF-95DE-95E7C3947C26} = {DC6108A0-9FE3-46F5-B68A-15E7BA6BAC52} + {581C72CF-7F31-4EBA-8F6E-743CA5774742} = {DC6108A0-9FE3-46F5-B68A-15E7BA6BAC52} + {9C24F60E-3B2D-4173-A509-851EDCCF420B} = {B9AA20A6-DB97-4419-9249-B60D33FD6CAC} + {6C31C3EE-1521-4DC1-A79E-CEDD5167DDAB} = {9C24F60E-3B2D-4173-A509-851EDCCF420B} + {CC49B61A-12DD-4EC3-97AE-56EB96C5A222} = {9C24F60E-3B2D-4173-A509-851EDCCF420B} + {3E1602B9-BB4E-4007-A0A5-B923C7058CB8} = {9C24F60E-3B2D-4173-A509-851EDCCF420B} + {1BAA16B3-EE0C-43BC-A099-4AC98392FE0B} = {FDF4BD6C-9007-4FDF-B8A3-3D23CCB52CF2} + {3BB4F2AC-1D2F-4AF6-B9CC-BDC17BB8BC39} = {1BAA16B3-EE0C-43BC-A099-4AC98392FE0B} + {DAC331F3-C5A2-4568-8714-9213C3487A49} = {1BAA16B3-EE0C-43BC-A099-4AC98392FE0B} + {2F340C0E-43B2-471F-B4F3-7CDCE69F6E1F} = {1BAA16B3-EE0C-43BC-A099-4AC98392FE0B} + {F0B186E0-D153-436E-88FB-8DF128BD1AC5} = {0C5A0B08-27AF-480B-84DC-63137C6DA935} + {0E12BAA7-7B7D-406F-8374-075598833B2A} = {F0B186E0-D153-436E-88FB-8DF128BD1AC5} + {E9E719DD-05CF-4AD2-AC3B-1035DDADBB56} = {F0B186E0-D153-436E-88FB-8DF128BD1AC5} + {C589BB57-4E44-42E9-A77E-827F5E68EEDB} = {F0B186E0-D153-436E-88FB-8DF128BD1AC5} + {ACE53DC2-8F47-4360-A0C2-0CB8AC3366C6} = {0C5A0B08-27AF-480B-84DC-63137C6DA935} + {40CCCED6-03E5-4CA9-A235-990C055DFE70} = {ACE53DC2-8F47-4360-A0C2-0CB8AC3366C6} + {E9B3069F-CA6C-4C5C-91B6-DF112C5B290E} = {ACE53DC2-8F47-4360-A0C2-0CB8AC3366C6} + {FAA06BFC-3248-4338-97C4-7A1CA6DB7C9C} = {ACE53DC2-8F47-4360-A0C2-0CB8AC3366C6} + {CD9AF368-DDE9-4F07-8DD7-10BE672F872A} = {0C5A0B08-27AF-480B-84DC-63137C6DA935} + {E0CA2A6C-095A-454E-B566-31E81D91615D} = {CD9AF368-DDE9-4F07-8DD7-10BE672F872A} + {3CCE7EBC-96C9-4F40-8983-5C99F584B3B1} = {CD9AF368-DDE9-4F07-8DD7-10BE672F872A} + {78F7ACD1-114D-483D-B92A-BAB53519F0D5} = {CD9AF368-DDE9-4F07-8DD7-10BE672F872A} + {730ED328-C97F-4837-8E1D-232F202E998A} = {0C5A0B08-27AF-480B-84DC-63137C6DA935} + {8C6B12D1-7972-451F-A612-E7AC3443CB72} = {730ED328-C97F-4837-8E1D-232F202E998A} + {F6F756F0-2704-4CB8-B2B2-56F09D0E23E8} = {730ED328-C97F-4837-8E1D-232F202E998A} + {ADF2FFD9-7DD1-49D7-B79C-F7C8F21EFA3A} = {730ED328-C97F-4837-8E1D-232F202E998A} + {6D23CE23-BD53-46A5-8A8D-4ED343CF1EED} = {C598E551-2A8A-44CF-9ED1-4B055B55CFA1} + {149D2147-99EC-471E-A8CF-D894E0D11EDA} = {6D23CE23-BD53-46A5-8A8D-4ED343CF1EED} + {742B0D32-3535-4382-BE47-65C179CD544C} = {6D23CE23-BD53-46A5-8A8D-4ED343CF1EED} + {D12EAF5B-1FEE-4740-8EC3-7240760211B9} = {6D23CE23-BD53-46A5-8A8D-4ED343CF1EED} + {608F7F01-7A21-4686-BF08-EF69ECE41CE6} = {F60C21DC-2C61-451E-9F40-B074CBEA7EB6} + {04C46BB5-58FC-4C8F-8C57-3F351C375AF0} = {608F7F01-7A21-4686-BF08-EF69ECE41CE6} + {C8F281ED-F3B9-4C24-A2D3-40A922363466} = {78276F35-06BA-412C-AC96-04D2B9FC84F4} + {FDF4BD6C-9007-4FDF-B8A3-3D23CCB52CF2} = {73304178-C768-4EED-B361-2C1979903E78} + {0C5A0B08-27AF-480B-84DC-63137C6DA935} = {C598E551-2A8A-44CF-9ED1-4B055B55CFA1} + {53D7300A-F74C-48F8-ACD2-5954CEE822A8} = {F60C21DC-2C61-451E-9F40-B074CBEA7EB6} + {4E8F9B56-DEEF-4AE1-945C-720F89A57AEC} = {F60C21DC-2C61-451E-9F40-B074CBEA7EB6} + {AE83B976-C8CA-4621-9269-BF47C5789018} = {53D7300A-F74C-48F8-ACD2-5954CEE822A8} + {962ACB8D-04BD-41C4-AB5E-EBF98B2DEA7C} = {53D7300A-F74C-48F8-ACD2-5954CEE822A8} + {ACEAE9BE-35B7-433E-8F67-E8CC6FC810F2} = {53D7300A-F74C-48F8-ACD2-5954CEE822A8} + {F26D9028-CFB4-45BC-9AB9-28E332480564} = {4E8F9B56-DEEF-4AE1-945C-720F89A57AEC} + {46CEFF57-14DD-4C4F-9C2A-37541B924E99} = {4E8F9B56-DEEF-4AE1-945C-720F89A57AEC} + {A6B493DB-B53F-4F71-A2C0-ABB24DEC480D} = {4E8F9B56-DEEF-4AE1-945C-720F89A57AEC} + EndGlobalSection +EndGlobal |
