Skip to content

Commit

Permalink
enabled windows targeting to gui and guifunctions
Browse files Browse the repository at this point in the history
  • Loading branch information
nbollis committed Aug 16, 2024
1 parent b3f96e4 commit 659178e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MetaMorpheus/GUI/GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
<ApplicationIcon>Icons\MMnice.ico</ApplicationIcon>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -25,8 +26,9 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>


<ItemGroup>
<ItemGroup>
<None Remove="Icons\Blogger.bmp" />
<None Remove="Icons\Blogger_20.bmp" />
<None Remove="Icons\git.bmp" />
Expand Down
1 change: 1 addition & 0 deletions MetaMorpheus/GuiFunctions/GuiFunctions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
<UseWPF>true</UseWPF>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit 659178e

Please sign in to comment.