diff options
| author | Jon Kunkee <[email protected]> | 2018-04-24 17:19:24 -0700 |
|---|---|---|
| committer | Jon Kunkee <[email protected]> | 2018-05-15 12:44:30 -0700 |
| commit | 7952a14974b7ca092b3e4527d207c1f623657527 (patch) | |
| tree | 6807e28e2b7d213b2bae1f6ab7a2b578bad188ef /setup/devcon/devcon.sln | |
| parent | b70753ddbecd36aa99114541ee2f258f60530beb (diff) | |
Add ARM64 configurations
This commit adds ARM64 Debug and Release configurations
while avoiding newer VS configuration fields.
Diffstat (limited to 'setup/devcon/devcon.sln')
| -rw-r--r-- | setup/devcon/devcon.sln | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/setup/devcon/devcon.sln b/setup/devcon/devcon.sln index 584555f8..5cd951c6 100644 --- a/setup/devcon/devcon.sln +++ b/setup/devcon/devcon.sln @@ -7,18 +7,24 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "devcon", "devcon.vcxproj", EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 + Release|ARM64 = Release|ARM64 + Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Debug|ARM64.Build.0 = Debug|ARM64 {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Debug|Win32.ActiveCfg = Debug|Win32 {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Debug|Win32.Build.0 = Debug|Win32 - {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Release|Win32.ActiveCfg = Release|Win32 - {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Release|Win32.Build.0 = Release|Win32 {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Debug|x64.ActiveCfg = Debug|x64 {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Debug|x64.Build.0 = Debug|x64 + {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Release|ARM64.ActiveCfg = Release|ARM64 + {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Release|ARM64.Build.0 = Release|ARM64 + {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Release|Win32.ActiveCfg = Release|Win32 + {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Release|Win32.Build.0 = Release|Win32 {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Release|x64.ActiveCfg = Release|x64 {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Release|x64.Build.0 = Release|x64 EndGlobalSection |
