VPet/VPet-Simulator.Windows.Interface/VPet-Simulator.Windows.Interface.csproj

23 lines
1007 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2023-04-01 15:15:50 +00:00
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
2023-04-01 15:15:50 +00:00
<OutputType>Library</OutputType>
<RootNamespace>VPet_Simulator.Windows.Interface</RootNamespace>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWPF>true</UseWPF>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
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>
<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>
<PackageReference Include="LinePutScript" Version="1.9.2" />
<PackageReference Include="LinePutScript.Localization.WPF" Version="1.0.6" />
<PackageReference Include="Panuon.WPF" Version="1.0.2" />
2023-09-03 15:06:43 +00:00
<PackageReference Include="Panuon.WPF.UI" Version="1.1.15.8" />
2023-07-16 23:58:09 +00:00
</ItemGroup>
2023-04-01 15:15:50 +00:00
</Project>