Skip to content

Commit

Permalink
Update sln files
Browse files Browse the repository at this point in the history
  • Loading branch information
InWILL committed Sep 12, 2024
1 parent 733f19e commit 15a24c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ jobs:
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} /p:Platform=x86
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} /p:Platform=x64
3 changes: 3 additions & 0 deletions LocaleRemulator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LRSample", "LRSample\LRSample.vcxproj", "{C1A21DD7-A4CA-41D2-AD6C-206E0D8669CF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LRProc", "LRProc\LRProc.vcxproj", "{162096E9-09D4-4B56-8E8E-21A6B2F947A2}"
ProjectSection(ProjectDependencies) = postProject
{ED79CEAB-CA8A-47C1-8989-430E3A68F2C3} = {ED79CEAB-CA8A-47C1-8989-430E3A68F2C3}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LRInstaller", "LRInstaller\LRInstaller.csproj", "{2AC0FEFF-1044-4B27-B64C-4C619AB29492}"
EndProject
Expand Down

0 comments on commit 15a24c3

Please sign in to comment.