Files
better-genshin-impact/Vision.WindowCapture.Test/Vision.WindowCapture.Test.csproj
2023-12-05 00:40:38 +08:00

24 lines
603 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows10.0.22000.0</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<LangVersion>12.0</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Platforms>x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Vision.WindowCapture\Vision.WindowCapture.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="CaptureTestWindow.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
</Project>