Skip to content

Commit aa52c5d

Browse files
committed
Fix release build
1 parent e0ee170 commit aa52c5d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Project/HidDemo/HidDemo.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
<Company>Slions</Company>
1313
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
1414
<Platforms>AnyCPU;x64</Platforms>
15-
</PropertyGroup>
16-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
17-
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
15+
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
1816
</PropertyGroup>
1917
<ItemGroup>
2018
<PackageReference Include="squirrel.windows" Version="2.0.1" />

0 commit comments

Comments
 (0)