Skip to content

Commit 8d2f4de

Browse files
committed
Drop deterministic flag and outdated comment in Rubberduck.Core.csproj
1 parent 47f9f57 commit 8d2f4de

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Rubberduck.Core/Rubberduck.Core.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@
1111
<!-- Disable "Missing XML documentation" warning (CS1591) -->
1212
<DisabledWarnings>$(DisabledWarnings);1591</DisabledWarnings>
1313
<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 -->
1614
<UseWpf>true</UseWpf>
1715
<UseWindowsForms>true</UseWindowsForms>
18-
19-
<Deterministic>False</Deterministic>
2016
</PropertyGroup>
2117
<Import Project="..\RubberduckBaseProject.csproj" />
2218
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugAccess|AnyCPU'">

0 commit comments

Comments
 (0)