Skip to content

Commit a9cf149

Browse files
committed
d
1 parent 4bb842f commit a9cf149

12 files changed

+2118
-20
lines changed

.github/workflows/msbuild.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,6 @@ jobs:
3636
with:
3737
submodules: recursive
3838

39-
- name: Checkout private tools
40-
uses: actions/checkout@v4
41-
with:
42-
repository: WinDurango/WinDurango-IDLs
43-
token: ${{ secrets.IDL_REPO_SECRET }}
44-
path: IDLs
45-
46-
- name: Copying IDLs
47-
run: |
48-
ls .
49-
ls .\IDLs
50-
Copy-Item -Path .\IDLs\* -Destination .\dlls\winrt_x\External\ -Recurse
51-
ls .\dlls\winrt_x\External\
52-
5339
- name: Add MSBuild to PATH
5440
uses: microsoft/setup-msbuild@v1.0.2
5541

.gitignore

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,4 @@ FodyWeavers.xsd
395395
*.msp
396396

397397
# JetBrains Rider
398-
*.sln.iml
399-
400-
# IDL files
401-
/dlls/winrt_x/External/*
402-
!/dlls/winrt_x/External/Windows.Xbox.Media.GameTransportControls.idl
403-
!/dlls/winrt_x/External/Windows.UI.Core.idl
398+
*.sln.iml
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
namespace WinDurango.WinRT.Stub
2+
{
3+
}

0 commit comments

Comments
 (0)