Skip to content

Commit fd29314

Browse files
authored
changing default platform to x64 from x86 (#4414)
1 parent 2f1011e commit fd29314

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

dev/VSIX/ProjectTemplates/Desktop/CSharp/PackagedApp/BlankApp/WinUI.Desktop.Cs.BlankApp.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<ProjectTypeTag>desktop</ProjectTypeTag>
2525
<ProjectTypeTag>WinUI</ProjectTypeTag>
2626
</TemplateData>
27-
<TemplateContent PreferedSolutionConfiguration="Debug|x86">
27+
<TemplateContent PreferedSolutionConfiguration="Debug|x64">
2828
<Project File="ProjectTemplate.csproj" ReplaceParameters="true">
2929
<ProjectItem ReplaceParameters="true" TargetFileName="win-arm64.pubxml">Properties\PublishProfiles\win-arm64.pubxml</ProjectItem>
3030
<ProjectItem ReplaceParameters="true" TargetFileName="win-x64.pubxml">Properties\PublishProfiles\win-x64.pubxml</ProjectItem>

dev/VSIX/ProjectTemplates/Desktop/CSharp/PackagedApp/WinUI.Desktop.Cs.PackagedApp.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<ProjectTypeTag>desktop</ProjectTypeTag>
2424
<ProjectTypeTag>WinUI</ProjectTypeTag>
2525
</TemplateData>
26-
<TemplateContent PreferedSolutionConfiguration="Debug|x86">
26+
<TemplateContent PreferedSolutionConfiguration="Debug|x64">
2727
<CustomParameters>
2828
<CustomParameter Name="$DotNetVersion$" Value="FIXME-Verify-Directory.Build.Targets-XmlPoke-Queries"/>
2929
</CustomParameters>

dev/VSIX/ProjectTemplates/Desktop/CSharp/SingleProjectPackagedApp/WinUI.Desktop.Cs.SingleProjectPackagedApp.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<ProjectTypeTag>desktop</ProjectTypeTag>
2424
<ProjectTypeTag>WinUI</ProjectTypeTag>
2525
</TemplateData>
26-
<TemplateContent PreferedSolutionConfiguration="Debug|x86">
26+
<TemplateContent PreferedSolutionConfiguration="Debug|x64">
2727
<CustomParameters>
2828
<CustomParameter Name="$WindowsAppSDKNupkgVersion$" Value="FIXME-Verify-Directory.Build.Targets-XmlPoke-Queries" />
2929
<CustomParameter Name="$WindowsSDKBuildToolsNupkgVersion$" Value="FIXME-Verify-Directory.Build.Targets-XmlPoke-Queries" />

dev/VSIX/ProjectTemplates/Desktop/CSharp/UnitTestApp/WinUI.Desktop.Cs.UnitTestApp.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<ProjectTypeTag>WinUI</ProjectTypeTag>
2525
<ProjectTypeTag>test</ProjectTypeTag>
2626
</TemplateData>
27-
<TemplateContent PreferedSolutionConfiguration="Debug|x86">
27+
<TemplateContent PreferedSolutionConfiguration="Debug|x64">
2828
<CustomParameters>
2929
<CustomParameter Name="$DotNetVersion$" Value="FIXME-Verify-Directory.Build.Targets-XmlPoke-Queries"/>
3030
</CustomParameters>

dev/VSIX/ProjectTemplates/Desktop/CppWinRT/PackagedApp/WinUI.Desktop.CppWinRT.PackagedApp.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ProjectTypeTag>desktop</ProjectTypeTag>
2323
<ProjectTypeTag>WinUI</ProjectTypeTag>
2424
</TemplateData>
25-
<TemplateContent PreferedSolutionConfiguration="Debug|x86">
25+
<TemplateContent PreferedSolutionConfiguration="Debug|x64">
2626
<ProjectCollection>
2727
<ProjectTemplateLink ProjectName="$projectname$ (Package)" CopyParameters="true">WapProj\WinUI.Desktop.CppWinRT.WapProj.vstemplate</ProjectTemplateLink>
2828
<ProjectTemplateLink ProjectName="$projectname$" CopyParameters="true">BlankApp\WinUI.Desktop.CppWinRT.BlankApp.vstemplate</ProjectTemplateLink>

dev/VSIX/ProjectTemplates/Desktop/CppWinRT/SingleProjectPackagedApp/WinUI.Desktop.CppWinRT.SingleProjectPackagedApp.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ProjectTypeTag>desktop</ProjectTypeTag>
2323
<ProjectTypeTag>WinUI</ProjectTypeTag>
2424
</TemplateData>
25-
<TemplateContent PreferedSolutionConfiguration="Debug|Win32">
25+
<TemplateContent PreferedSolutionConfiguration="Debug|x64">
2626
<Project File="ProjectTemplate.vcxproj" ReplaceParameters="true">
2727
<ProjectItem ReplaceParameters="true" TargetFileName="$projectname$.vcxproj.filters">ProjectTemplate.vcxproj.filters</ProjectItem>
2828
<ProjectItem ReplaceParameters="false" TargetFileName="pch.cpp">pch.cpp</ProjectItem>

dev/VSIX/ProjectTemplates/Desktop/CppWinRT/UnitTestApp/WinUI.Desktop.CppWinRT.UnitTestApp.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<ProjectTypeTag>WinUI</ProjectTypeTag>
2424
<ProjectTypeTag>Test</ProjectTypeTag>
2525
</TemplateData>
26-
<TemplateContent PreferedSolutionConfiguration="Debug|Win32">
26+
<TemplateContent PreferedSolutionConfiguration="Debug|x64">
2727
<Project File="ProjectTemplate.vcxproj" ReplaceParameters="true">
2828
<ProjectItem ReplaceParameters="true" TargetFileName="$projectname$.vcxproj.filters">ProjectTemplate.vcxproj.filters</ProjectItem>
2929
<ProjectItem ReplaceParameters="false" TargetFileName="pch.cpp">pch.cpp</ProjectItem>

0 commit comments

Comments
 (0)