2023-08-26 02:58:39 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2023-04-01 15:15:50 +00:00
|
|
|
|
<PropertyGroup>
|
2024-02-22 18:45:18 +00:00
|
|
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
2023-04-01 15:15:50 +00:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<RootNamespace>VPet_Simulator.Windows.Interface</RootNamespace>
|
2023-08-26 02:58:39 +00:00
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
|
<UseWPF>true</UseWPF>
|
|
|
|
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
2024-01-25 13:56:38 +00:00
|
|
|
|
<LangVersion>preview</LangVersion>
|
2023-04-01 15:15:50 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
2023-04-04 16:21:46 +00:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2023-04-01 15:15:50 +00:00
|
|
|
|
</PropertyGroup>
|
2023-04-04 16:21:46 +00:00
|
|
|
|
<ItemGroup>
|
2023-08-26 02:58:39 +00:00
|
|
|
|
<ProjectReference Include="..\VPet-Simulator.Core\VPet-Simulator.Core.csproj" />
|
2023-04-04 16:21:46 +00:00
|
|
|
|
</ItemGroup>
|
2023-07-16 23:58:09 +00:00
|
|
|
|
<ItemGroup>
|
2024-03-21 06:36:31 +00:00
|
|
|
|
<PackageReference Include="LinePutScript" Version="1.11.6" />
|
2023-08-26 02:58:39 +00:00
|
|
|
|
<PackageReference Include="LinePutScript.Localization.WPF" Version="1.0.6" />
|
2024-03-18 06:59:14 +00:00
|
|
|
|
<PackageReference Include="Panuon.WPF" Version="1.1.0" />
|
2024-03-18 13:34:41 +00:00
|
|
|
|
<PackageReference Include="Panuon.WPF.UI" Version="1.2.1" />
|
2023-07-16 23:58:09 +00:00
|
|
|
|
</ItemGroup>
|
2023-04-01 15:15:50 +00:00
|
|
|
|
</Project>
|