2023-08-26 02:58:39 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2023-04-01 15:15:50 +00:00
|
|
|
|
<PropertyGroup>
|
2023-08-26 02:58:39 +00:00
|
|
|
|
<TargetFramework>net462</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-02-02 13:42:00 +00:00
|
|
|
|
<PackageReference Include="LinePutScript" Version="1.10.2" />
|
2023-08-26 02:58:39 +00:00
|
|
|
|
<PackageReference Include="LinePutScript.Localization.WPF" Version="1.0.6" />
|
2024-02-02 13:42:00 +00:00
|
|
|
|
<PackageReference Include="Panuon.WPF" Version="1.0.3" />
|
2024-02-18 05:30:25 +00:00
|
|
|
|
<PackageReference Include="Panuon.WPF.UI" Version="1.1.17.3" />
|
2023-07-16 23:58:09 +00:00
|
|
|
|
</ItemGroup>
|
2023-04-01 15:15:50 +00:00
|
|
|
|
</Project>
|