Skip to content

Commit

Permalink
1400-3-16
Browse files Browse the repository at this point in the history
  • Loading branch information
AMiR-S-P committed Jun 6, 2021
1 parent 70ba9ee commit 089520e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions SP Color Wheel/SP Color Wheel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,18 @@
<PackageLicenseFile>New Text Document.txt</PackageLicenseFile>
<PackageIcon>SPColorWheel_128x128.png</PackageIcon>
<NeutralLanguage>en-US</NeutralLanguage>
<PreserveCompilationContext>false</PreserveCompilationContext>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='//Debug|AnyCPU'">
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>

<ItemGroup>
<None Remove="Resources\Icons\chain_128x128.png" />
<None Remove="Resources\Icons\lock_128x128.png" />
Expand Down
5 changes: 5 additions & 0 deletions SPCWCore/SPCWCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
<AssemblyOriginatorKeyFile>SPCWKey.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>

<ItemGroup>
<None Remove="Resources\Fonts\Ubuntu-Bold.ttf" />
<None Remove="Resources\Fonts\Ubuntu-BoldItalic.ttf" />
Expand Down
5 changes: 5 additions & 0 deletions XamlAnalyzer/XamlAnalyzer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<AssemblyOriginatorKeyFile>SPCWKey.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>

<ItemGroup>
<None Remove="Resources\Icons\classIcon2.png" />
<None Remove="Resources\Icons\class_128x128.png" />
Expand Down

0 comments on commit 089520e

Please sign in to comment.