VPet/VPet-Simulator.Tool/VPet-Simulator.Tool.csproj

31 lines
1.0 KiB
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2022-12-13 07:10:18 +00:00
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
2022-12-13 07:10:18 +00:00
<OutputType>Exe</OutputType>
<RootNamespace>VPet_Simulator.Tool</RootNamespace>
<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>
<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>
<EmbeddedResource Update="Properties\Resources.resx">
2023-06-16 02:39:35 +00:00
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<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>