Added WindowsStoreDebug configuration

This commit is contained in:
Jaex 2017-04-21 18:22:15 +03:00
parent 782189fd7c
commit 99cc700c7d
12 changed files with 137 additions and 0 deletions

View file

@ -74,6 +74,19 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WindowsStoreDebug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\WindowsStoreDebug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<FileAlignment>4096</FileAlignment>
<DebugType>Full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="CustomMarshalers" />
<Reference Include="System" />

View file

@ -71,6 +71,17 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WindowsStoreDebug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\WindowsStoreDebug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.10.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>

View file

@ -63,6 +63,16 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WindowsStoreDebug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\WindowsStoreDebug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="ImageListView, Version=11.0.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ImageListView.11.0.4.0\lib\net35\ImageListView.dll</HintPath>

View file

@ -80,6 +80,16 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WindowsStoreDebug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\WindowsStoreDebug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Design" />

View file

@ -52,6 +52,15 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WindowsStoreDebug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\WindowsStoreDebug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.10.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>

View file

@ -49,6 +49,16 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WindowsStoreDebug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\WindowsStoreDebug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="SevenZipSharp, Version=0.64.3890.29348, Culture=neutral, PublicKeyToken=20de82c62b055c88, processorArchitecture=MSIL">
<HintPath>..\packages\SevenZipSharp.0.64\lib\SevenZipSharp.dll</HintPath>

View file

@ -59,6 +59,16 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WindowsStoreDebug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\WindowsStoreDebug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />

View file

@ -51,6 +51,15 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WindowsStoreDebug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\WindowsStoreDebug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>

View file

@ -45,6 +45,16 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WindowsStoreDebug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\WindowsStoreDebug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Steamworks.NET, Version=7.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>

View file

@ -86,6 +86,16 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WindowsStoreDebug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\WindowsStoreDebug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="MegaApiClient, Version=1.3.1.269, Culture=neutral, PublicKeyToken=0480d311efbeb4e2, processorArchitecture=MSIL">
<HintPath>..\packages\MegaApiClient.1.3.1\lib\net40\MegaApiClient.dll</HintPath>

View file

@ -43,6 +43,7 @@ Global
Release|Any CPU = Release|Any CPU
Steam|Any CPU = Steam|Any CPU
WindowsStore|Any CPU = WindowsStore|Any CPU
WindowsStoreDebug|Any CPU = WindowsStoreDebug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5AE4585-E9EC-4FA3-B75A-E1210635ACB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
@ -53,6 +54,8 @@ Global
{C5AE4585-E9EC-4FA3-B75A-E1210635ACB6}.Steam|Any CPU.Build.0 = Steam|Any CPU
{C5AE4585-E9EC-4FA3-B75A-E1210635ACB6}.WindowsStore|Any CPU.ActiveCfg = WindowsStore|Any CPU
{C5AE4585-E9EC-4FA3-B75A-E1210635ACB6}.WindowsStore|Any CPU.Build.0 = WindowsStore|Any CPU
{C5AE4585-E9EC-4FA3-B75A-E1210635ACB6}.WindowsStoreDebug|Any CPU.ActiveCfg = WindowsStoreDebug|Any CPU
{C5AE4585-E9EC-4FA3-B75A-E1210635ACB6}.WindowsStoreDebug|Any CPU.Build.0 = WindowsStoreDebug|Any CPU
{E7DE6237-AEA2-498B-8F56-9B392472C490}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7DE6237-AEA2-498B-8F56-9B392472C490}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7DE6237-AEA2-498B-8F56-9B392472C490}.Release|Any CPU.ActiveCfg = Release|Any CPU
@ -61,6 +64,8 @@ Global
{E7DE6237-AEA2-498B-8F56-9B392472C490}.Steam|Any CPU.Build.0 = Steam|Any CPU
{E7DE6237-AEA2-498B-8F56-9B392472C490}.WindowsStore|Any CPU.ActiveCfg = WindowsStore|Any CPU
{E7DE6237-AEA2-498B-8F56-9B392472C490}.WindowsStore|Any CPU.Build.0 = WindowsStore|Any CPU
{E7DE6237-AEA2-498B-8F56-9B392472C490}.WindowsStoreDebug|Any CPU.ActiveCfg = WindowsStoreDebug|Any CPU
{E7DE6237-AEA2-498B-8F56-9B392472C490}.WindowsStoreDebug|Any CPU.Build.0 = WindowsStoreDebug|Any CPU
{DBDB0DAA-B3AE-4CC4-A8C2-20550B7F32E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBDB0DAA-B3AE-4CC4-A8C2-20550B7F32E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBDB0DAA-B3AE-4CC4-A8C2-20550B7F32E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
@ -69,6 +74,8 @@ Global
{DBDB0DAA-B3AE-4CC4-A8C2-20550B7F32E3}.Steam|Any CPU.Build.0 = Steam|Any CPU
{DBDB0DAA-B3AE-4CC4-A8C2-20550B7F32E3}.WindowsStore|Any CPU.ActiveCfg = WindowsStore|Any CPU
{DBDB0DAA-B3AE-4CC4-A8C2-20550B7F32E3}.WindowsStore|Any CPU.Build.0 = WindowsStore|Any CPU
{DBDB0DAA-B3AE-4CC4-A8C2-20550B7F32E3}.WindowsStoreDebug|Any CPU.ActiveCfg = WindowsStoreDebug|Any CPU
{DBDB0DAA-B3AE-4CC4-A8C2-20550B7F32E3}.WindowsStoreDebug|Any CPU.Build.0 = WindowsStoreDebug|Any CPU
{327750E1-9FB7-4CC3-8AEA-9BC42180CAD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{327750E1-9FB7-4CC3-8AEA-9BC42180CAD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{327750E1-9FB7-4CC3-8AEA-9BC42180CAD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
@ -77,6 +84,8 @@ Global
{327750E1-9FB7-4CC3-8AEA-9BC42180CAD3}.Steam|Any CPU.Build.0 = Steam|Any CPU
{327750E1-9FB7-4CC3-8AEA-9BC42180CAD3}.WindowsStore|Any CPU.ActiveCfg = WindowsStore|Any CPU
{327750E1-9FB7-4CC3-8AEA-9BC42180CAD3}.WindowsStore|Any CPU.Build.0 = WindowsStore|Any CPU
{327750E1-9FB7-4CC3-8AEA-9BC42180CAD3}.WindowsStoreDebug|Any CPU.ActiveCfg = WindowsStoreDebug|Any CPU
{327750E1-9FB7-4CC3-8AEA-9BC42180CAD3}.WindowsStoreDebug|Any CPU.Build.0 = WindowsStoreDebug|Any CPU
{E1C94415-3424-4517-A2A1-B2FDD1F59C67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1C94415-3424-4517-A2A1-B2FDD1F59C67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1C94415-3424-4517-A2A1-B2FDD1F59C67}.Release|Any CPU.ActiveCfg = Release|Any CPU
@ -85,6 +94,8 @@ Global
{E1C94415-3424-4517-A2A1-B2FDD1F59C67}.Steam|Any CPU.Build.0 = Steam|Any CPU
{E1C94415-3424-4517-A2A1-B2FDD1F59C67}.WindowsStore|Any CPU.ActiveCfg = WindowsStore|Any CPU
{E1C94415-3424-4517-A2A1-B2FDD1F59C67}.WindowsStore|Any CPU.Build.0 = WindowsStore|Any CPU
{E1C94415-3424-4517-A2A1-B2FDD1F59C67}.WindowsStoreDebug|Any CPU.ActiveCfg = WindowsStoreDebug|Any CPU
{E1C94415-3424-4517-A2A1-B2FDD1F59C67}.WindowsStoreDebug|Any CPU.Build.0 = WindowsStoreDebug|Any CPU
{CD642BF4-D815-4D67-A0B5-C69F0B8231AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD642BF4-D815-4D67-A0B5-C69F0B8231AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD642BF4-D815-4D67-A0B5-C69F0B8231AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
@ -93,6 +104,8 @@ Global
{CD642BF4-D815-4D67-A0B5-C69F0B8231AF}.Steam|Any CPU.Build.0 = Steam|Any CPU
{CD642BF4-D815-4D67-A0B5-C69F0B8231AF}.WindowsStore|Any CPU.ActiveCfg = WindowsStore|Any CPU
{CD642BF4-D815-4D67-A0B5-C69F0B8231AF}.WindowsStore|Any CPU.Build.0 = WindowsStore|Any CPU
{CD642BF4-D815-4D67-A0B5-C69F0B8231AF}.WindowsStoreDebug|Any CPU.ActiveCfg = WindowsStoreDebug|Any CPU
{CD642BF4-D815-4D67-A0B5-C69F0B8231AF}.WindowsStoreDebug|Any CPU.Build.0 = WindowsStoreDebug|Any CPU
{750C6F46-2C5A-4488-81D3-3B35CA50F3EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{750C6F46-2C5A-4488-81D3-3B35CA50F3EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{750C6F46-2C5A-4488-81D3-3B35CA50F3EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
@ -101,6 +114,8 @@ Global
{750C6F46-2C5A-4488-81D3-3B35CA50F3EE}.Steam|Any CPU.Build.0 = Steam|Any CPU
{750C6F46-2C5A-4488-81D3-3B35CA50F3EE}.WindowsStore|Any CPU.ActiveCfg = WindowsStore|Any CPU
{750C6F46-2C5A-4488-81D3-3B35CA50F3EE}.WindowsStore|Any CPU.Build.0 = WindowsStore|Any CPU
{750C6F46-2C5A-4488-81D3-3B35CA50F3EE}.WindowsStoreDebug|Any CPU.ActiveCfg = WindowsStoreDebug|Any CPU
{750C6F46-2C5A-4488-81D3-3B35CA50F3EE}.WindowsStoreDebug|Any CPU.Build.0 = WindowsStoreDebug|Any CPU
{D13441B6-96E1-4D1B-8A95-58A7D6CB1E24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D13441B6-96E1-4D1B-8A95-58A7D6CB1E24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D13441B6-96E1-4D1B-8A95-58A7D6CB1E24}.Release|Any CPU.ActiveCfg = Release|Any CPU
@ -109,6 +124,8 @@ Global
{D13441B6-96E1-4D1B-8A95-58A7D6CB1E24}.Steam|Any CPU.Build.0 = Steam|Any CPU
{D13441B6-96E1-4D1B-8A95-58A7D6CB1E24}.WindowsStore|Any CPU.ActiveCfg = WindowsStore|Any CPU
{D13441B6-96E1-4D1B-8A95-58A7D6CB1E24}.WindowsStore|Any CPU.Build.0 = WindowsStore|Any CPU
{D13441B6-96E1-4D1B-8A95-58A7D6CB1E24}.WindowsStoreDebug|Any CPU.ActiveCfg = WindowsStoreDebug|Any CPU
{D13441B6-96E1-4D1B-8A95-58A7D6CB1E24}.WindowsStoreDebug|Any CPU.Build.0 = WindowsStoreDebug|Any CPU
{3D19A94A-7A58-4451-A686-EE70B471C206}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D19A94A-7A58-4451-A686-EE70B471C206}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D19A94A-7A58-4451-A686-EE70B471C206}.Release|Any CPU.ActiveCfg = Release|Any CPU
@ -117,6 +134,8 @@ Global
{3D19A94A-7A58-4451-A686-EE70B471C206}.Steam|Any CPU.Build.0 = Steam|Any CPU
{3D19A94A-7A58-4451-A686-EE70B471C206}.WindowsStore|Any CPU.ActiveCfg = WindowsStore|Any CPU
{3D19A94A-7A58-4451-A686-EE70B471C206}.WindowsStore|Any CPU.Build.0 = WindowsStore|Any CPU
{3D19A94A-7A58-4451-A686-EE70B471C206}.WindowsStoreDebug|Any CPU.ActiveCfg = WindowsStoreDebug|Any CPU
{3D19A94A-7A58-4451-A686-EE70B471C206}.WindowsStoreDebug|Any CPU.Build.0 = WindowsStoreDebug|Any CPU
{1A190E53-1419-4CC2-B0E5-3BC7EA861C8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A190E53-1419-4CC2-B0E5-3BC7EA861C8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A190E53-1419-4CC2-B0E5-3BC7EA861C8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
@ -125,6 +144,8 @@ Global
{1A190E53-1419-4CC2-B0E5-3BC7EA861C8B}.Steam|Any CPU.Build.0 = Steam|Any CPU
{1A190E53-1419-4CC2-B0E5-3BC7EA861C8B}.WindowsStore|Any CPU.ActiveCfg = WindowsStore|Any CPU
{1A190E53-1419-4CC2-B0E5-3BC7EA861C8B}.WindowsStore|Any CPU.Build.0 = WindowsStore|Any CPU
{1A190E53-1419-4CC2-B0E5-3BC7EA861C8B}.WindowsStoreDebug|Any CPU.ActiveCfg = WindowsStoreDebug|Any CPU
{1A190E53-1419-4CC2-B0E5-3BC7EA861C8B}.WindowsStoreDebug|Any CPU.Build.0 = WindowsStoreDebug|Any CPU
{7F6ADFC5-2563-4A5F-B202-93B553578719}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F6ADFC5-2563-4A5F-B202-93B553578719}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F6ADFC5-2563-4A5F-B202-93B553578719}.Release|Any CPU.ActiveCfg = Release|Any CPU
@ -133,6 +154,8 @@ Global
{7F6ADFC5-2563-4A5F-B202-93B553578719}.Steam|Any CPU.Build.0 = Release|Any CPU
{7F6ADFC5-2563-4A5F-B202-93B553578719}.WindowsStore|Any CPU.ActiveCfg = Release|Any CPU
{7F6ADFC5-2563-4A5F-B202-93B553578719}.WindowsStore|Any CPU.Build.0 = Release|Any CPU
{7F6ADFC5-2563-4A5F-B202-93B553578719}.WindowsStoreDebug|Any CPU.ActiveCfg = WindowsStoreDebug|Any CPU
{7F6ADFC5-2563-4A5F-B202-93B553578719}.WindowsStoreDebug|Any CPU.Build.0 = WindowsStoreDebug|Any CPU
{254E398D-F7F5-4B2A-9024-5C121EA6C564}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{254E398D-F7F5-4B2A-9024-5C121EA6C564}.Debug|Any CPU.Build.0 = Debug|Any CPU
{254E398D-F7F5-4B2A-9024-5C121EA6C564}.Release|Any CPU.ActiveCfg = Release|Any CPU
@ -141,6 +164,8 @@ Global
{254E398D-F7F5-4B2A-9024-5C121EA6C564}.Steam|Any CPU.Build.0 = Release|Any CPU
{254E398D-F7F5-4B2A-9024-5C121EA6C564}.WindowsStore|Any CPU.ActiveCfg = Release|Any CPU
{254E398D-F7F5-4B2A-9024-5C121EA6C564}.WindowsStore|Any CPU.Build.0 = Release|Any CPU
{254E398D-F7F5-4B2A-9024-5C121EA6C564}.WindowsStoreDebug|Any CPU.ActiveCfg = WindowsStoreDebug|Any CPU
{254E398D-F7F5-4B2A-9024-5C121EA6C564}.WindowsStoreDebug|Any CPU.Build.0 = WindowsStoreDebug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

View file

@ -84,6 +84,16 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WindowsStoreDebug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\WindowsStoreDebug\</OutputPath>
<DefineConstants>TRACE;DEBUG;WindowsStore</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Gma.QrCodeNet.Encoding, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\QrCode.Net.0.4.0.0\lib\net40\Gma.QrCodeNet.Encoding.dll</HintPath>