Skip to content

Commit

Permalink
Update HKModWizard.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
BadMagic100 authored Apr 8, 2024
1 parent 33b8bdd commit 95fb283
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion HKModWizard/HKModWizard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<PropertyGroup>
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<!-- Do not deploy the extension in Release configuration -->
<DeployExtension>False</DeployExtension>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -170,4 +174,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit 95fb283

Please sign in to comment.