Skip to content

Commit 7a95517

Browse files
committed
Move to slnx
1 parent d0a79bc commit 7a95517

File tree

3 files changed

+16
-66
lines changed

3 files changed

+16
-66
lines changed

.github/workflows/ci_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Step 3: Build projects and unit test
3535
- name: Build code
3636
working-directory: src
37-
run: msbuild NppJSONViewer.sln /m /p:configuration="${{matrix.build_configuration}}" /p:platform="${{matrix.build_platform}}" /p:PlatformToolset=${{env.MSBUILD_TOOLSET}}
37+
run: msbuild NppJSONViewer.slnx /m /p:configuration="${{matrix.build_configuration}}" /p:platform="${{matrix.build_platform}}" /p:PlatformToolset=${{env.MSBUILD_TOOLSET}}
3838

3939
# Step 4: Upload build binary artifacts for deployment
4040
- name: Archive binaries artifacts

src/NPPJSONViewer.sln

Lines changed: 0 additions & 65 deletions
This file was deleted.

src/NPPJSONViewer.slnx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="ARM64" />
4+
<Platform Name="x64" />
5+
<Platform Name="Win32" />
6+
</Configurations>
7+
<Folder Name="/.github/" />
8+
<Folder Name="/.github/workflows/">
9+
<File Path="../.github/workflows/ci_build.yml" />
10+
<File Path="../.github/workflows/codeql.yml" />
11+
</Folder>
12+
<Project Path="../tests/UnitTest/UnitTest.vcxproj" Id="5a15fd53-e7c1-4f10-85fa-b7c3bb5d4d64" />
13+
<Project Path="NppJsonViewer/NPPJSONViewer.vcxproj" Id="1590d7cd-7d3a-4ab7-a355-ee02f7fb987d" />
14+
<Project Path="UtilityLib/UtilityLib.vcxproj" Id="171cafc6-e679-4b81-bf5b-049ac0fab4f8" />
15+
</Solution>

0 commit comments

Comments
 (0)