You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NodeEditor/NodeEditor.Core.csproj

32 lines
1.4 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net5.0-windows10.0.19041.0</TargetFrameworks>
<UseWPF>true</UseWPF>
<RootNamespace>NodeEditor</RootNamespace>
<AssemblyName>NodeEditor</AssemblyName>
<LangVersion>8</LangVersion>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
</PropertyGroup>
<ItemGroup>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<Resource Include="./assets/main-map.png"/>
<Resource Include="./assets/main-map_yellow.png"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.19041.1"/>
<PackageReference Include="Newtonsoft.Json">
<Version>12.0.3</Version>
</PackageReference>
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="1.1.0"/>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="5.0.0"/>
</ItemGroup>
</Project>