Build CI for AnyCPU

This commit is contained in:
Cinder Roxley
2024-08-10 09:42:12 -05:00
parent c55665c695
commit bb9bb5a2d5
2 changed files with 9 additions and 3 deletions

View File

@@ -7,15 +7,15 @@ init:
environment:
matrix:
- job_name: Windows x64 Build
platform: x64
platform: Any CPU
appveyor_build_worker_image: Visual Studio 2022
configuration: Release
- job_name: Linux Build
platform: x64
platform: Any CPU
appveyor_build_worker_image: Ubuntu2204
configuration: Release
- job_name: Mac Build
platform: x64
platform: Any CPU
appveyor_build_worker_image: macos-monterey
configuration: Release

View File

@@ -110,10 +110,16 @@ Global
{FB07C6DE-F791-4336-B6E2-B32EEAC34792}.Release|Any CPU.Build.0 = Release|Any CPU
{79B51DAA-0000-0000-0000-000000000000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79B51DAA-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79B51DAA-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79B51DAA-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU
{89049BBC-0000-0000-0000-000000000000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89049BBC-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89049BBC-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89049BBC-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU
{9F71FDB3-0000-0000-0000-000000000000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F71FDB3-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F71FDB3-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F71FDB3-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE