Skip to content

Commit b5baaec

Browse files
committed
Somehow 'Isolated=true' was changed, resetting it or else no manifest files are created.
1 parent be46ce5 commit b5baaec

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/MW5.Api/MW5.Api.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,9 @@
320320
<VersionMinor>2</VersionMinor>
321321
<Lcid>0</Lcid>
322322
<WrapperTool>tlbimp</WrapperTool>
323-
<Isolated>False</Isolated>
324-
<EmbedInteropTypes>True</EmbedInteropTypes>
323+
<Isolated>True</Isolated>
324+
<EmbedInteropTypes>False</EmbedInteropTypes>
325+
<Private>False</Private>
325326
</COMReference>
326327
<COMReference Include="stdole">
327328
<Guid>{00020430-0000-0000-C000-000000000046}</Guid>

0 commit comments

Comments
 (0)