Browse Source

Set WindowsInteropTest platform target to x64

Julien Lebosquain 2 years ago
parent
commit
3568e60841
1 changed files with 2 additions and 5 deletions
  1. 2 5
      samples/interop/WindowsInteropTest/WindowsInteropTest.csproj

+ 2 - 5
samples/interop/WindowsInteropTest/WindowsInteropTest.csproj

@@ -2,7 +2,7 @@
   <PropertyGroup>
   <PropertyGroup>
     <OutputType>WinExe</OutputType>
     <OutputType>WinExe</OutputType>
     <TargetFramework>net461</TargetFramework>
     <TargetFramework>net461</TargetFramework>
-
+    <PlatformTarget>x64</PlatformTarget>
     <UseWPF>true</UseWPF>
     <UseWPF>true</UseWPF>
     <UseWindowsForms>true</UseWindowsForms>
     <UseWindowsForms>true</UseWindowsForms>
   </PropertyGroup>
   </PropertyGroup>
@@ -10,9 +10,6 @@
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj" />
     <ProjectReference Include="..\..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj" />
     <ProjectReference Include="..\..\..\src\Windows\Avalonia.Win32.Interop\Avalonia.Win32.Interop.csproj" />
     <ProjectReference Include="..\..\..\src\Windows\Avalonia.Win32.Interop\Avalonia.Win32.Interop.csproj" />
-    <ProjectReference Include="..\..\ControlCatalog\ControlCatalog.csproj">
-      <Project>{d0a739b9-3c68-4ba6-a328-41606954b6bd}</Project>
-      <Name>ControlCatalog</Name>
-    </ProjectReference>
+    <ProjectReference Include="..\..\ControlCatalog\ControlCatalog.csproj" />
   </ItemGroup>
   </ItemGroup>
 </Project>
 </Project>