Skip to content

Commit dec3a57

Browse files
committed
Use generated solution only and remove old binaries
1 parent a485e8f commit dec3a57

19 files changed

Lines changed: 19 additions & 682 deletions

File tree

.github/workflows/Build_Version.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
- "src/version.h"
88

99
env:
10-
SOLUTION_FILE_PATH_WIN64: vgframework.sln
11-
BUILD_PLATFORM_WIN64: '"Win64 DX12"'
10+
SOLUTION_FILE_PATH_WIN64: vgframework_vs2022.sln
11+
BUILD_PLATFORM_WIN64: '"Win64 MSVC DX12"'
1212

1313
permissions:
1414
contents: write
@@ -18,6 +18,11 @@ jobs:
1818
runs-on: windows-latest
1919
steps:
2020
- uses: actions/checkout@v4
21+
22+
- name: Generate Projects
23+
working-directory: ./sharpmake
24+
shell: cmd
25+
run: generate_projects_Windows.bat
2126

2227
- name: Add MSBuild to PATH
2328
uses: microsoft/setup-msbuild@v2
@@ -75,6 +80,11 @@ jobs:
7580
runs-on: windows-latest
7681
steps:
7782
- uses: actions/checkout@v4
83+
84+
- name: Generate Projects
85+
working-directory: ./sharpmake
86+
shell: cmd
87+
run: generate_projects_Windows.bat
7888

7989
- name: Add MSBuild to PATH
8090
uses: microsoft/setup-msbuild@v2

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ enc_temp_folder/*
3131
*.recipe
3232
*.vsidx
3333
*.filelistabsolute.txt
34+
*.sln
3435
!dxcompiler.dll
3536
!dxcompiler.lib
3637
!dxil.dll

Editor.exe

-587 KB
Binary file not shown.

Game.exe

-518 KB
Binary file not shown.

bin/x64/Final/audio.dll

-478 KB
Binary file not shown.

bin/x64/Final/editor.dll

-1.73 MB
Binary file not shown.

bin/x64/Final/engine.dll

-803 KB
Binary file not shown.

bin/x64/Final/game.dll

-276 KB
Binary file not shown.

bin/x64/Final/physics.dll

-1.07 MB
Binary file not shown.

bin/x64/Final_DX12/renderer.dll

-2.23 MB
Binary file not shown.

0 commit comments

Comments
 (0)