Skip to content

Commit 430af55

Browse files
adrastogiAditya Rastogi
andauthored
Adjusting platform / configuration options to enable builds (#497)
Co-authored-by: Aditya Rastogi <[email protected]>
1 parent dc80f01 commit 430af55

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

Samples/WindowsML/cs/ResnetBuildDemoCS/ResnetBuildDemoCS.sln

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
4-
VisualStudioVersion = 17.13.36105.23 d17.13
4+
VisualStudioVersion = 17.13.36105.23
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResnetBuildDemoCS", "ResnetBuildDemoCS\ResnetBuildDemoCS.csproj", "{54DBD6E2-D447-4F70-879B-D42F13AA4699}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10-
Debug|Any CPU = Debug|Any CPU
11-
Release|Any CPU = Release|Any CPU
10+
Debug|ARM64 = Debug|ARM64
11+
Debug|x64 = Debug|x64
12+
Release|ARM64 = Release|ARM64
13+
Release|x64 = Release|x64
1214
EndGlobalSection
1315
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{54DBD6E2-D447-4F70-879B-D42F13AA4699}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{54DBD6E2-D447-4F70-879B-D42F13AA4699}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{54DBD6E2-D447-4F70-879B-D42F13AA4699}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{54DBD6E2-D447-4F70-879B-D42F13AA4699}.Release|Any CPU.Build.0 = Release|Any CPU
16+
{54DBD6E2-D447-4F70-879B-D42F13AA4699}.Debug|ARM64.ActiveCfg = Debug|ARM64
17+
{54DBD6E2-D447-4F70-879B-D42F13AA4699}.Debug|ARM64.Build.0 = Debug|ARM64
18+
{54DBD6E2-D447-4F70-879B-D42F13AA4699}.Debug|x64.ActiveCfg = Debug|x64
19+
{54DBD6E2-D447-4F70-879B-D42F13AA4699}.Debug|x64.Build.0 = Debug|x64
20+
{54DBD6E2-D447-4F70-879B-D42F13AA4699}.Release|ARM64.ActiveCfg = Release|ARM64
21+
{54DBD6E2-D447-4F70-879B-D42F13AA4699}.Release|ARM64.Build.0 = Release|ARM64
22+
{54DBD6E2-D447-4F70-879B-D42F13AA4699}.Release|x64.ActiveCfg = Release|x64
23+
{54DBD6E2-D447-4F70-879B-D42F13AA4699}.Release|x64.Build.0 = Release|x64
1824
EndGlobalSection
1925
GlobalSection(SolutionProperties) = preSolution
2026
HideSolutionNode = FALSE

Samples/WindowsML/cs/ResnetBuildDemoCS/ResnetBuildDemoCS/ResnetBuildDemoCS.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<WindowsPackageType>None</WindowsPackageType>
9+
<Platforms>ARM64;x64</Platforms>
910
</PropertyGroup>
1011

1112
<ItemGroup>

0 commit comments

Comments
 (0)