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

Commit ec71787

Browse files
authored
Merge pull request #448 from AArnott/fixBreak
Fix build break
2 parents 69cde2a + 34d63b6 commit ec71787

File tree

7 files changed

+4
-20
lines changed

7 files changed

+4
-20
lines changed

lib/cordebug.tlb

67.5 KB
Binary file not shown.

lib/metahost.tlb

18.5 KB
Binary file not shown.

lib/mscoree.tlb

31 KB
Binary file not shown.

src/Fusion/Fusion.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<ProjectReference Include="..\Windows.Core\Windows.Core.csproj" />
99
</ItemGroup>
1010
<ItemGroup>
11-
<COMFileReference Include="$(MSBuildProgramFiles32)\Windows Kits\NETFXSDK\4.7.2\Lib\um\x86\mscoree.tlb">
11+
<COMFileReference Include="$(RepoRootPath)lib\mscoree.tlb">
1212
<Visible>false</Visible>
1313
<EmbedInteropTypes>true</EmbedInteropTypes>
1414
</COMFileReference>
15-
<COMFileReference Include="$(MSBuildProgramFiles32)\Windows Kits\NETFXSDK\4.7.2\Lib\um\x86\cordebug.tlb">
15+
<COMFileReference Include="$(RepoRootPath)lib\cordebug.tlb">
1616
<Visible>false</Visible>
1717
<EmbedInteropTypes>true</EmbedInteropTypes>
1818
</COMFileReference>

src/MSCorEE.Tests/MSCorEE.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ProjectReference Include="..\Windows.Core\Windows.Core.csproj" />
1010
</ItemGroup>
1111
<ItemGroup>
12-
<COMFileReference Include="$(MSBuildProgramFiles32)\Windows Kits\NETFXSDK\4.7.2\Lib\um\x86\metahost.tlb">
12+
<COMFileReference Include="$(RepoRootPath)lib\metahost.tlb">
1313
<Visible>false</Visible>
1414
<EmbedInteropTypes>true</EmbedInteropTypes>
1515
</COMFileReference>

src/MSCorEE/MSCorEE.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ProjectReference Include="..\Kernel32\Kernel32.csproj" />
1010
</ItemGroup>
1111
<ItemGroup>
12-
<COMFileReference Include="$(MSBuildProgramFiles32)\Windows Kits\NETFXSDK\4.7.2\Lib\um\x86\metahost.tlb">
12+
<COMFileReference Include="$(RepoRootPath)lib\metahost.tlb">
1313
<Visible>false</Visible>
1414
<EmbedInteropTypes>true</EmbedInteropTypes>
1515
</COMFileReference>

src/PInvoke.sln

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -143,22 +143,6 @@ EndProject
143143
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ole32.Tests", "Ole32.Tests\Ole32.Tests.csproj", "{8B01C254-2EF7-4724-AFD7-FAD39BE69618}"
144144
EndProject
145145
Global
146-
GlobalSection(SharedMSBuildProjectFiles) = preSolution
147-
Msi.Shared\Msi.Shared.projitems*{01174e89-de65-47dc-bf53-4e2cf34ad843}*SharedItemsImports = 4
148-
Windows.ShellScalingApi.Shared\Windows.ShellScalingApi.Shared.projitems*{0500e681-818f-4366-b2a5-0bb73d7864c6}*SharedItemsImports = 4
149-
CodeGenerationAttributes.Shared\CodeGenerationAttributes.Shared.projitems*{1387e009-7086-4572-ac8d-ce4242adec77}*SharedItemsImports = 4
150-
Kernel32.Shared\Kernel32.Shared.projitems*{1fdc092a-d3e8-4cc4-b896-17e0a213f723}*SharedItemsImports = 4
151-
Crypt32.Shared\Crypt32.Shared.projitems*{2355a580-2257-4a41-b7ec-f987993ce0c9}*SharedItemsImports = 4
152-
DbgHelp.Shared\DbgHelp.Shared.projitems*{26a6f480-5ed3-48b8-9bba-243115672098}*SharedItemsImports = 4
153-
SHCore.Shared\SHCore.Shared.projitems*{4d9d4b01-3d46-4bc6-b93f-a799b8c21abf}*SharedItemsImports = 4
154-
NCrypt.Shared\NCrypt.Shared.projitems*{6aaa088f-2adc-4ffd-8d11-d8b67d5ec88c}*SharedItemsImports = 4
155-
NetApi32.Shared\NetApi32.Shared.projitems*{9c5ae8e9-330a-47d9-84d8-9883880ebe9e}*SharedItemsImports = 4
156-
BCrypt.Shared\BCrypt.Shared.projitems*{9ce056e3-5d53-4092-97cc-78826a4d1c14}*SharedItemsImports = 4
157-
Windows.Core.Shared\Windows.Core.Shared.projitems*{b08c3c79-4cdd-4d37-933c-07d3452fd5f1}*SharedItemsImports = 4
158-
Kernel32.Tests.Shared\Kernel32.Tests.Shared.projitems*{d7224f5b-1aee-4624-a71f-f0bb10c63555}*SharedItemsImports = 4
159-
Shell32.Shared\Shell32.Shared.projitems*{f187990f-4b3f-4f08-8179-a39a8708d2b5}*SharedItemsImports = 4
160-
NTDll.Shared\NTDll.Shared.projitems*{f64c8b26-5e30-4a7a-8643-f58e4602c64a}*SharedItemsImports = 4
161-
EndGlobalSection
162146
GlobalSection(SolutionConfigurationPlatforms) = preSolution
163147
Debug|Any CPU = Debug|Any CPU
164148
Release|Any CPU = Release|Any CPU

0 commit comments

Comments
 (0)