You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
581 B
20 lines
581 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<OutputType>WinExe</OutputType>
|
|
<LangVersion>10</LangVersion>
|
|
<ApplicationIcon>icon64.ico</ApplicationIcon>
|
|
<RootNamespace>AM2RModPacker.Wpf</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Eto.Platform.Wpf" Version="2.7.2" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Atomic\Atomic.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project> |