mirror of https://github.com/emgucv/emgucv.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
743 B
19 lines
743 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<RootNamespace>Emgu.CV.DebuggerVisualizer</RootNamespace>
|
|
<BaseOutputPath>$(OpenCVBinaryDir)\Build\$(AssemblyName)\$(Platform)\</BaseOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
|
|
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="ImageVisualizerDialog.xaml" LogicalName="$(RootNamespace).ImageVisualizerDialog.xaml" />
|
|
<Page Remove="ImageVisualizerDialog.xaml" />
|
|
</ItemGroup>
|
|
</Project>
|