|
@@ -15,29 +15,72 @@
|
|
|
<ApplicationIcon>..\icon.ico</ApplicationIcon>
|
|
|
<Authors>Krzysztof Krysiński, Egor Mozgovoy, CPK</Authors>
|
|
|
<Configurations>Debug;Release;MSIX;MSIX Debug</Configurations>
|
|
|
+ <Platforms>AnyCPU;x64;x86</Platforms>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MSIX|AnyCPU'">
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MSIX|x86'">
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MSIX|x64'">
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
<DefineConstants>TRACE;UPDATE</DefineConstants>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
+ <DefineConstants>TRACE;UPDATE</DefineConstants>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
+ <DefineConstants>TRACE;UPDATE</DefineConstants>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MSIX|AnyCPU'">
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
<DefineConstants>TRACE;RELEASE</DefineConstants>
|
|
|
<Optimize>true</Optimize>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MSIX|x86'">
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
+ <DefineConstants>TRACE;RELEASE</DefineConstants>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MSIX|x64'">
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
+ <DefineConstants>TRACE;RELEASE</DefineConstants>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
<DebugType>full</DebugType>
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MSIX Debug|AnyCPU'">
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
<DebugType>full</DebugType>
|
|
@@ -46,6 +89,22 @@
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MSIX Debug|x86'">
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MSIX Debug|x64'">
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
<ItemGroup>
|
|
|
<Compile Remove="Styles\AvalonDock\Images\**" />
|
|
|
<EmbeddedResource Remove="Styles\AvalonDock\Images\**" />
|