Merge pull request #27 from MIYankov/master

Added basic RadRadialMenu examples
This commit is contained in:
tsivanova 2013-11-04 02:00:00 -08:00
Родитель 7d3df113c0 c828739dd4
Коммит ae0015c8be
23 изменённых файлов: 515 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,82 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|AnyCPU">
<Configuration>Debug</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x86">
<Configuration>Debug</Configuration>
<Platform>x86</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|AnyCPU">
<Configuration>Release</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM">
<Configuration>Release</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x86">
<Configuration>Release</Configuration>
<Platform>x86</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>b68ff94b-8846-4095-82ec-6be123b12d6a</ProjectGuid>
</PropertyGroup>
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '11.0'">
<VisualStudioVersion>11.0</VisualStudioVersion>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).Default.props" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).props" />
<PropertyGroup>
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
<TargetPlatformVersion>8.0</TargetPlatformVersion>
<DefaultLanguage>en-US</DefaultLanguage>
<PackageCertificateKeyFile>AddingColorPickerInsideRadialMenu_TemporaryKey.pfx</PackageCertificateKeyFile>
</PropertyGroup>
<ItemGroup>
<AppxManifest Include="package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
<Content Include="default.html" />
<Content Include="images\logo.png" />
<Content Include="images\smalllogo.png" />
<Content Include="images\splashscreen.png" />
<Content Include="images\storelogo.png" />
<Content Include="js\default.js" />
<Content Include="css\default.css" />
<Content Include="ReadMe.html" />
<None Include="AddingColorPickerInsideRadialMenu_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<SDKReference Include="Microsoft.WinJS.1.0, Version=1.0" />
<SDKReference Include="Telerik.UI, Version=2013.3.1015" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).targets" />
<!-- To modify your build process, add your task inside one of the targets below then uncomment
that target and the DisableFastUpToDateCheck PropertyGroup.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
<PropertyGroup>
<DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
</PropertyGroup>
-->
</Project>

Двоичный файл не отображается.

Просмотреть файл

@ -0,0 +1,4 @@
<p>
This example shows how you can add a RadColorPicker menu item inside a RadRadialMenu. The menu is bound to a textarea element and has only one menu item that
expands into a RadColorPicker.
</p>

Просмотреть файл

@ -0,0 +1,8 @@
.mainContent {
margin: 120px 0 250px 120px;
}
.info {
color: #feef7a;
margin-left: 120px;
}

Просмотреть файл

@ -0,0 +1,48 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>AddingColorPickerInsideRadialMenu</title>
<!-- WinJS references -->
<link href="//Microsoft.WinJS.1.0/css/ui-dark.css" rel="stylesheet" />
<script src="//Microsoft.WinJS.1.0/js/base.js"></script>
<script src="//Microsoft.WinJS.1.0/js/ui.js"></script>
<!-- Telerik references -->
<link href="///Telerik.UI/css/common.css" rel="stylesheet" />
<link href="///Telerik.UI/css/dark.css" rel="stylesheet" />
<script src="///Telerik.UI/js/jquery.js"></script>
<script src="///Telerik.UI/js/ui.js"></script>
<!-- AddingColorPickerInsideRadialMenu references -->
<link href="/css/default.css" rel="stylesheet" />
<script src="/js/default.js"></script>
</head>
<body>
<section class="mainContent">
<textarea id="target"></textarea>
<div data-win-control="Telerik.UI.RadRadialMenu" data-win-options="{
target: '#target',
width: 275,
offsetLeft: 300,
startAngle: 180,
items: [
{
id: 'ColorPicker',
type: Telerik.UI.RadialMenu.ColorPickerItem,
text: 'Color',
colorPicker: {
mode: 'palette',
width: 275
}
}
]
}"></div>
</section>
<div class="info" data-win-control="WinJS.UI.HtmlControl" data-win-options="{
uri: 'readme.html'
}">
</div>
</body>
</html>

Двоичные данные
RadialMenu/AddingColorPickerInsideRadialMenu/images/logo.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 801 B

Двоичные данные
RadialMenu/AddingColorPickerInsideRadialMenu/images/smalllogo.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 329 B

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 2.1 KiB

Двоичные данные
RadialMenu/AddingColorPickerInsideRadialMenu/images/storelogo.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 429 B

Просмотреть файл

@ -0,0 +1,34 @@
// For an introduction to the Blank template, see the following documentation:
// http://go.microsoft.com/fwlink/?LinkId=232509
(function () {
"use strict";
WinJS.Binding.optimizeBindingReferences = true;
var app = WinJS.Application;
var activation = Windows.ApplicationModel.Activation;
app.onactivated = function (args) {
if (args.detail.kind === activation.ActivationKind.launch) {
if (args.detail.previousExecutionState !== activation.ApplicationExecutionState.terminated) {
// TODO: This application has been newly launched. Initialize
// your application here.
} else {
// TODO: This application has been reactivated from suspension.
// Restore application state here.
}
args.setPromise(WinJS.UI.processAll());
}
};
app.oncheckpoint = function (args) {
// TODO: This application is about to be suspended. Save any state
// that needs to persist across suspensions here. You might use the
// WinJS.Application.sessionState object, which is automatically
// saved and restored across suspension. If you need to complete an
// asynchronous operation before your application is suspended, call
// args.setPromise().
};
app.start();
})();

Просмотреть файл

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
<Identity
Name="b68ff94b-8846-4095-82ec-6be123b12d6a"
Version="1.0.0.0"
Publisher="CN=myankov" />
<Properties>
<DisplayName>AddingColorPickerInsideRadialMenu</DisplayName>
<PublisherDisplayName>myankov</PublisherDisplayName>
<Logo>images\storelogo.png</Logo>
</Properties>
<Prerequisites>
<OSMinVersion>6.2.1</OSMinVersion>
<OSMaxVersionTested>6.2.1</OSMaxVersionTested>
</Prerequisites>
<Resources>
<Resource Language="x-generate" />
</Resources>
<Applications>
<Application
Id="App"
StartPage="default.html">
<VisualElements
DisplayName="AddingColorPickerInsideRadialMenu"
Logo="images\logo.png"
SmallLogo="images\smalllogo.png"
Description="AddingColorPickerInsideRadialMenu"
ForegroundText="light"
BackgroundColor="#464646">
<DefaultTile ShowName="allLogos" />
<SplashScreen Image="images\splashscreen.png" />
</VisualElements>
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClient" />
</Capabilities>
</Package>

Просмотреть файл

@ -0,0 +1,82 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|AnyCPU">
<Configuration>Debug</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x86">
<Configuration>Debug</Configuration>
<Platform>x86</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|AnyCPU">
<Configuration>Release</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM">
<Configuration>Release</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x86">
<Configuration>Release</Configuration>
<Platform>x86</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>2a3f4619-749c-497b-8329-55b6a8d0db2f</ProjectGuid>
</PropertyGroup>
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '11.0'">
<VisualStudioVersion>11.0</VisualStudioVersion>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).Default.props" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).props" />
<PropertyGroup>
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
<TargetPlatformVersion>8.0</TargetPlatformVersion>
<DefaultLanguage>en-US</DefaultLanguage>
<PackageCertificateKeyFile>GettingStarted_TemporaryKey.pfx</PackageCertificateKeyFile>
</PropertyGroup>
<ItemGroup>
<AppxManifest Include="package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
<Content Include="default.html" />
<Content Include="images\logo.png" />
<Content Include="images\smalllogo.png" />
<Content Include="images\splashscreen.png" />
<Content Include="images\storelogo.png" />
<Content Include="js\default.js" />
<Content Include="css\default.css" />
<Content Include="ReadMe.html" />
<None Include="GettingStarted_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<SDKReference Include="Microsoft.WinJS.1.0, Version=1.0" />
<SDKReference Include="Telerik.UI, Version=2013.3.1015" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).targets" />
<!-- To modify your build process, add your task inside one of the targets below then uncomment
that target and the DisableFastUpToDateCheck PropertyGroup.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
<PropertyGroup>
<DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
</PropertyGroup>
-->
</Project>

Двоичные данные
RadialMenu/GettingStarted/GettingStarted_TemporaryKey.pfx Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -0,0 +1,4 @@
<p>
This sample shows a basic setup of RadRadialMenu. The menu is bound to a textarea element and has two menu items that are not functional. You need
to manually add a function to them.
</p>

Просмотреть файл

@ -0,0 +1,8 @@
.mainContent {
margin: 120px 0 250px 120px;
}
.info {
color: #feef7a;
margin-left: 120px;
}

Просмотреть файл

@ -0,0 +1,43 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>GettingStarted</title>
<!-- WinJS references -->
<link href="//Microsoft.WinJS.1.0/css/ui-dark.css" rel="stylesheet" />
<script src="//Microsoft.WinJS.1.0/js/base.js"></script>
<script src="//Microsoft.WinJS.1.0/js/ui.js"></script>
<!-- Telerik references -->
<link href="///Telerik.UI/css/common.css" rel="stylesheet" />
<link href="///Telerik.UI/css/dark.css" rel="stylesheet" />
<script src="///Telerik.UI/js/jquery.js"></script>
<script src="///Telerik.UI/js/ui.js"></script>
<!-- GettingStarted references -->
<link href="/css/default.css" rel="stylesheet" />
<script src="/js/default.js"></script>
</head>
<body>
<section class="mainContent">
<textarea id="target"></textarea>
<div data-win-control="Telerik.UI.RadRadialMenu" data-win-options="{
target: '#target',
items: [
{
text: 'Font size',
icon: '\uE1C8'
}, {
text: 'Font',
icon: '\uE185'
}
]
}"></div>
</section>
<div class="info" data-win-control="WinJS.UI.HtmlControl" data-win-options="{
uri: 'readme.html'
}">
</div>
</body>
</html>

Двоичные данные
RadialMenu/GettingStarted/images/logo.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 801 B

Двоичные данные
RadialMenu/GettingStarted/images/smalllogo.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 329 B

Двоичные данные
RadialMenu/GettingStarted/images/splashscreen.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 2.1 KiB

Двоичные данные
RadialMenu/GettingStarted/images/storelogo.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 429 B

Просмотреть файл

@ -0,0 +1,34 @@
// For an introduction to the Blank template, see the following documentation:
// http://go.microsoft.com/fwlink/?LinkId=232509
(function () {
"use strict";
WinJS.Binding.optimizeBindingReferences = true;
var app = WinJS.Application;
var activation = Windows.ApplicationModel.Activation;
app.onactivated = function (args) {
if (args.detail.kind === activation.ActivationKind.launch) {
if (args.detail.previousExecutionState !== activation.ApplicationExecutionState.terminated) {
// TODO: This application has been newly launched. Initialize
// your application here.
} else {
// TODO: This application has been reactivated from suspension.
// Restore application state here.
}
args.setPromise(WinJS.UI.processAll());
}
};
app.oncheckpoint = function (args) {
// TODO: This application is about to be suspended. Save any state
// that needs to persist across suspensions here. You might use the
// WinJS.Application.sessionState object, which is automatically
// saved and restored across suspension. If you need to complete an
// asynchronous operation before your application is suspended, call
// args.setPromise().
};
app.start();
})();

Просмотреть файл

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
<Identity
Name="2a3f4619-749c-497b-8329-55b6a8d0db2f"
Version="1.0.0.0"
Publisher="CN=myankov" />
<Properties>
<DisplayName>GettingStarted</DisplayName>
<PublisherDisplayName>myankov</PublisherDisplayName>
<Logo>images\storelogo.png</Logo>
</Properties>
<Prerequisites>
<OSMinVersion>6.2.1</OSMinVersion>
<OSMaxVersionTested>6.2.1</OSMaxVersionTested>
</Prerequisites>
<Resources>
<Resource Language="x-generate" />
</Resources>
<Applications>
<Application
Id="App"
StartPage="default.html">
<VisualElements
DisplayName="GettingStarted"
Logo="images\logo.png"
SmallLogo="images\smalllogo.png"
Description="GettingStarted"
ForegroundText="light"
BackgroundColor="#464646">
<DefaultTile ShowName="allLogos" />
<SplashScreen Image="images\splashscreen.png" />
</VisualElements>
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClient" />
</Capabilities>
</Package>

72
RadialMenu/RadialMenu.sln Normal file
Просмотреть файл

@ -0,0 +1,72 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "GettingStarted", "GettingStarted\GettingStarted.jsproj", "{2A3F4619-749C-497B-8329-55B6A8D0DB2F}"
EndProject
Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "AddingColorPickerInsideRadialMenu", "AddingColorPickerInsideRadialMenu\AddingColorPickerInsideRadialMenu.jsproj", "{B68FF94B-8846-4095-82EC-6BE123B12D6A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Debug|ARM.ActiveCfg = Debug|ARM
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Debug|ARM.Build.0 = Debug|ARM
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Debug|ARM.Deploy.0 = Debug|ARM
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Debug|x64.ActiveCfg = Debug|x64
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Debug|x64.Build.0 = Debug|x64
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Debug|x64.Deploy.0 = Debug|x64
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Debug|x86.ActiveCfg = Debug|x86
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Debug|x86.Build.0 = Debug|x86
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Debug|x86.Deploy.0 = Debug|x86
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Release|Any CPU.Build.0 = Release|Any CPU
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Release|Any CPU.Deploy.0 = Release|Any CPU
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Release|ARM.ActiveCfg = Release|ARM
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Release|ARM.Build.0 = Release|ARM
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Release|ARM.Deploy.0 = Release|ARM
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Release|x64.ActiveCfg = Release|x64
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Release|x64.Build.0 = Release|x64
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Release|x64.Deploy.0 = Release|x64
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Release|x86.ActiveCfg = Release|x86
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Release|x86.Build.0 = Release|x86
{2A3F4619-749C-497B-8329-55B6A8D0DB2F}.Release|x86.Deploy.0 = Release|x86
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Debug|ARM.ActiveCfg = Debug|ARM
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Debug|ARM.Build.0 = Debug|ARM
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Debug|ARM.Deploy.0 = Debug|ARM
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Debug|x64.ActiveCfg = Debug|x64
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Debug|x64.Build.0 = Debug|x64
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Debug|x64.Deploy.0 = Debug|x64
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Debug|x86.ActiveCfg = Debug|x86
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Debug|x86.Build.0 = Debug|x86
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Debug|x86.Deploy.0 = Debug|x86
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Release|Any CPU.Build.0 = Release|Any CPU
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Release|Any CPU.Deploy.0 = Release|Any CPU
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Release|ARM.ActiveCfg = Release|ARM
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Release|ARM.Build.0 = Release|ARM
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Release|ARM.Deploy.0 = Release|ARM
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Release|x64.ActiveCfg = Release|x64
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Release|x64.Build.0 = Release|x64
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Release|x64.Deploy.0 = Release|x64
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Release|x86.ActiveCfg = Release|x86
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Release|x86.Build.0 = Release|x86
{B68FF94B-8846-4095-82EC-6BE123B12D6A}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal