Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jul 11, 2024
1 parent bd3ea91 commit d93b13c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/msbuild/ice.proj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
Exclude="..\..\slice\Ice\Metrics.ice">
<AdditionalOptions>--no-package %(AdditionalOptions)</AdditionalOptions>
</SliceCompile>
<SliceCompile Include="..\..\slice\Ice\Metrics.ice"/>
<!-- Generate this file individually without the "no-package" option to ensure the
IceMX package is updated. -->
<SliceCompile Include="..\..\slice\Ice\Metrics.ice">
</SliceCompile>
<PythonGenerated Include="$(MSBuildThisFileDirectory)\..\python\**\*_ice.py"/>
</ItemGroup>

Expand Down

0 comments on commit d93b13c

Please sign in to comment.