We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f9f57 commit 8d2f4deCopy full SHA for 8d2f4de
Rubberduck.Core/Rubberduck.Core.csproj
@@ -11,12 +11,8 @@
11
<!-- Disable "Missing XML documentation" warning (CS1591) -->
12
<DisabledWarnings>$(DisabledWarnings);1591</DisabledWarnings>
13
<ApplicationIcon>Ducky.ico</ApplicationIcon>
14
- <!-- Give a fixed version to not blow XAML generated code to smithereens -->
15
- <!-- This also fixes "Input string was not in the correct format" error message when referring to the current assembly in an XAML-Namespace -->
16
<UseWpf>true</UseWpf>
17
<UseWindowsForms>true</UseWindowsForms>
18
-
19
- <Deterministic>False</Deterministic>
20
</PropertyGroup>
21
<Import Project="..\RubberduckBaseProject.csproj" />
22
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugAccess|AnyCPU'">
0 commit comments