YoloV5ImageLableWpfApp.csproj 523 B

1234567891011121314151617181920212223
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net6.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <UseWPF>true</UseWPF>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <Compile Update="FileSelected.xaml.cs">
  10. <SubType>Code</SubType>
  11. </Compile>
  12. </ItemGroup>
  13. <ItemGroup>
  14. <Page Update="FileSelected.xaml">
  15. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  16. <SubType>Designer</SubType>
  17. </Page>
  18. </ItemGroup>
  19. </Project>