2023-08-26 02:58:39 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-12-13 07:10:18 +00:00
|
|
|
|
<PropertyGroup>
|
2023-08-26 02:58:39 +00:00
|
|
|
|
<TargetFramework>net48</TargetFramework>
|
2022-12-13 07:10:18 +00:00
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<RootNamespace>VPet_Simulator.Tool</RootNamespace>
|
2023-08-26 02:58:39 +00:00
|
|
|
|
<AssemblyTitle>VPet-Simulator.Tool</AssemblyTitle>
|
|
|
|
|
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
|
|
|
|
<FileVersion>1.0.0.0</FileVersion>
|
|
|
|
|
<Product>VPet-Simulator.Tool</Product>
|
|
|
|
|
<Copyright>Copyright © 2022</Copyright>
|
2022-12-13 07:10:18 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2023-08-26 02:58:39 +00:00
|
|
|
|
<Compile Update="Properties\Resources.Designer.cs">
|
2023-06-16 02:39:35 +00:00
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2022-12-13 07:10:18 +00:00
|
|
|
|
</ItemGroup>
|
2023-06-16 02:39:35 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="laenum.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2023-08-26 02:58:39 +00:00
|
|
|
|
<EmbeddedResource Update="Properties\Resources.resx">
|
2023-06-16 02:39:35 +00:00
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2023-08-26 02:58:39 +00:00
|
|
|
|
<ProjectReference Include="..\VPet-Simulator.Core\VPet-Simulator.Core.csproj" />
|
2023-06-16 02:39:35 +00:00
|
|
|
|
</ItemGroup>
|
2022-12-13 07:10:18 +00:00
|
|
|
|
</Project>
|