mirror of
https://github.com/DevExpress/netcore-winforms-demos.git
synced 2025-12-22 09:28:11 +00:00
.NET Core 3.0 Preview 7
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{3932816E-D0B4-08A9-2715-8D5B7DC201D8}</ProjectGuid>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<UseWinForms>True</UseWinForms>
|
||||
<UseWindowsForms>True</UseWindowsForms>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<EnableDefaultItems>False</EnableDefaultItems>
|
||||
<Configurations>Debug;Release</Configurations>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<UseWindowsForms>True</UseWindowsForms>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<AssemblyName>DevExpress.StockMarketTrader</AssemblyName>
|
||||
|
||||
Reference in New Issue
Block a user