Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

Fix build break #448

Merged
merged 2 commits into from
Feb 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added lib/cordebug.tlb
Binary file not shown.
Binary file added lib/metahost.tlb
Binary file not shown.
Binary file added lib/mscoree.tlb
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Fusion/Fusion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<ProjectReference Include="..\Windows.Core\Windows.Core.csproj" />
</ItemGroup>
<ItemGroup>
<COMFileReference Include="$(MSBuildProgramFiles32)\Windows Kits\NETFXSDK\4.7.2\Lib\um\x86\mscoree.tlb">
<COMFileReference Include="$(RepoRootPath)lib\mscoree.tlb">
<Visible>false</Visible>
<EmbedInteropTypes>true</EmbedInteropTypes>
</COMFileReference>
<COMFileReference Include="$(MSBuildProgramFiles32)\Windows Kits\NETFXSDK\4.7.2\Lib\um\x86\cordebug.tlb">
<COMFileReference Include="$(RepoRootPath)lib\cordebug.tlb">
<Visible>false</Visible>
<EmbedInteropTypes>true</EmbedInteropTypes>
</COMFileReference>
Expand Down
2 changes: 1 addition & 1 deletion src/MSCorEE.Tests/MSCorEE.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ProjectReference Include="..\Windows.Core\Windows.Core.csproj" />
</ItemGroup>
<ItemGroup>
<COMFileReference Include="$(MSBuildProgramFiles32)\Windows Kits\NETFXSDK\4.7.2\Lib\um\x86\metahost.tlb">
<COMFileReference Include="$(RepoRootPath)lib\metahost.tlb">
<Visible>false</Visible>
<EmbedInteropTypes>true</EmbedInteropTypes>
</COMFileReference>
Expand Down
2 changes: 1 addition & 1 deletion src/MSCorEE/MSCorEE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ProjectReference Include="..\Kernel32\Kernel32.csproj" />
</ItemGroup>
<ItemGroup>
<COMFileReference Include="$(MSBuildProgramFiles32)\Windows Kits\NETFXSDK\4.7.2\Lib\um\x86\metahost.tlb">
<COMFileReference Include="$(RepoRootPath)lib\metahost.tlb">
<Visible>false</Visible>
<EmbedInteropTypes>true</EmbedInteropTypes>
</COMFileReference>
Expand Down
16 changes: 0 additions & 16 deletions src/PInvoke.sln
Original file line number Diff line number Diff line change
Expand Up @@ -143,22 +143,6 @@ EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ole32.Tests", "Ole32.Tests\Ole32.Tests.csproj", "{8B01C254-2EF7-4724-AFD7-FAD39BE69618}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Msi.Shared\Msi.Shared.projitems*{01174e89-de65-47dc-bf53-4e2cf34ad843}*SharedItemsImports = 4
Windows.ShellScalingApi.Shared\Windows.ShellScalingApi.Shared.projitems*{0500e681-818f-4366-b2a5-0bb73d7864c6}*SharedItemsImports = 4
CodeGenerationAttributes.Shared\CodeGenerationAttributes.Shared.projitems*{1387e009-7086-4572-ac8d-ce4242adec77}*SharedItemsImports = 4
Kernel32.Shared\Kernel32.Shared.projitems*{1fdc092a-d3e8-4cc4-b896-17e0a213f723}*SharedItemsImports = 4
Crypt32.Shared\Crypt32.Shared.projitems*{2355a580-2257-4a41-b7ec-f987993ce0c9}*SharedItemsImports = 4
DbgHelp.Shared\DbgHelp.Shared.projitems*{26a6f480-5ed3-48b8-9bba-243115672098}*SharedItemsImports = 4
SHCore.Shared\SHCore.Shared.projitems*{4d9d4b01-3d46-4bc6-b93f-a799b8c21abf}*SharedItemsImports = 4
NCrypt.Shared\NCrypt.Shared.projitems*{6aaa088f-2adc-4ffd-8d11-d8b67d5ec88c}*SharedItemsImports = 4
NetApi32.Shared\NetApi32.Shared.projitems*{9c5ae8e9-330a-47d9-84d8-9883880ebe9e}*SharedItemsImports = 4
BCrypt.Shared\BCrypt.Shared.projitems*{9ce056e3-5d53-4092-97cc-78826a4d1c14}*SharedItemsImports = 4
Windows.Core.Shared\Windows.Core.Shared.projitems*{b08c3c79-4cdd-4d37-933c-07d3452fd5f1}*SharedItemsImports = 4
Kernel32.Tests.Shared\Kernel32.Tests.Shared.projitems*{d7224f5b-1aee-4624-a71f-f0bb10c63555}*SharedItemsImports = 4
Shell32.Shared\Shell32.Shared.projitems*{f187990f-4b3f-4f08-8179-a39a8708d2b5}*SharedItemsImports = 4
NTDll.Shared\NTDll.Shared.projitems*{f64c8b26-5e30-4a7a-8643-f58e4602c64a}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Expand Down