Browse Source

Update the build configuration for WPF.NetCore and XamarinForms.WPF

pull/348/merge
Canming Huang 5 years ago
parent
commit
9538d06669
  1. 2
      Emgu.CV.Example/WPF.NetCore/WPF.NetCore.csproj
  2. 1
      Emgu.CV.Example/XamarinForms/WPF/XamarinForms.WPF.csproj
  3. 16
      Solution/Windows.Desktop/Emgu.CV.Example.sln

2
Emgu.CV.Example/WPF.NetCore/WPF.NetCore.csproj

@ -4,7 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<Platforms>AnyCPU;x64</Platforms>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
<ItemGroup>

1
Emgu.CV.Example/XamarinForms/WPF/XamarinForms.WPF.csproj

@ -4,6 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
<ItemGroup>

16
Solution/Windows.Desktop/Emgu.CV.Example.sln

@ -335,16 +335,16 @@ Global
{586B61D2-F1FE-499E-884C-470054E00C35}.Release|x86.Build.0 = Release|Any CPU
{5F062E7D-B078-4F68-BF4A-F431DFC51002}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F062E7D-B078-4F68-BF4A-F431DFC51002}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F062E7D-B078-4F68-BF4A-F431DFC51002}.Debug|x64.ActiveCfg = Debug|Any CPU
{5F062E7D-B078-4F68-BF4A-F431DFC51002}.Debug|x64.Build.0 = Debug|Any CPU
{5F062E7D-B078-4F68-BF4A-F431DFC51002}.Debug|x86.ActiveCfg = Debug|Any CPU
{5F062E7D-B078-4F68-BF4A-F431DFC51002}.Debug|x86.Build.0 = Debug|Any CPU
{5F062E7D-B078-4F68-BF4A-F431DFC51002}.Debug|x64.ActiveCfg = Debug|x64
{5F062E7D-B078-4F68-BF4A-F431DFC51002}.Debug|x64.Build.0 = Debug|x64
{5F062E7D-B078-4F68-BF4A-F431DFC51002}.Debug|x86.ActiveCfg = Debug|x86
{5F062E7D-B078-4F68-BF4A-F431DFC51002}.Debug|x86.Build.0 = Debug|x86
{5F062E7D-B078-4F68-BF4A-F431DFC51002}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F062E7D-B078-4F68-BF4A-F431DFC51002}.Release|Any CPU.Build.0 = Release|Any CPU
{5F062E7D-B078-4F68-BF4A-F431DFC51002}.Release|x64.ActiveCfg = Release|Any CPU
{5F062E7D-B078-4F68-BF4A-F431DFC51002}.Release|x64.Build.0 = Release|Any CPU
{5F062E7D-B078-4F68-BF4A-F431DFC51002}.Release|x86.ActiveCfg = Release|Any CPU
{5F062E7D-B078-4F68-BF4A-F431DFC51002}.Release|x86.Build.0 = Release|Any CPU
{5F062E7D-B078-4F68-BF4A-F431DFC51002}.Release|x64.ActiveCfg = Release|x64
{5F062E7D-B078-4F68-BF4A-F431DFC51002}.Release|x64.Build.0 = Release|x64
{5F062E7D-B078-4F68-BF4A-F431DFC51002}.Release|x86.ActiveCfg = Release|x86
{5F062E7D-B078-4F68-BF4A-F431DFC51002}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

Loading…
Cancel
Save