22 lines
661 B
XML
22 lines
661 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CodexProviderSync.Core\CodexProviderSync.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net10.0-windows</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<AssemblyName>CodexProviderSync</AssemblyName>
|
|
<Product>Codex Provider Sync</Product>
|
|
<Company>Dailin521</Company>
|
|
<Version>0.2.9</Version>
|
|
<AssemblyVersion>0.2.9.0</AssemblyVersion>
|
|
<FileVersion>0.2.9.0</FileVersion>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|