1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+ <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
2+
43 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{038C47FC-EEDA-4E3D-833E-90F3C983F563}</ProjectGuid >
84 <OutputType >WinExe</OutputType >
9- <RootNamespace >SyntaxEditor_CustomLanguage</RootNamespace >
10- <AssemblyName >SyntaxEditor_CustomLanguage</AssemblyName >
11- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
12- <FileAlignment >512</FileAlignment >
13- <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14- <WarningLevel >4</WarningLevel >
15- <Deterministic >true</Deterministic >
5+ <TargetFramework >netcoreapp3.1</TargetFramework >
6+ <UseWPF >true</UseWPF >
167 </PropertyGroup >
17- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18- <PlatformTarget >AnyCPU</PlatformTarget >
19- <DebugSymbols >true</DebugSymbols >
20- <DebugType >full</DebugType >
21- <Optimize >false</Optimize >
22- <OutputPath >bin\Debug\</OutputPath >
23- <DefineConstants >DEBUG;TRACE</DefineConstants >
24- <ErrorReport >prompt</ErrorReport >
25- <WarningLevel >4</WarningLevel >
8+
9+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
10+ <DefineConstants >TRACE;NETCore</DefineConstants >
2611 </PropertyGroup >
27- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28- <PlatformTarget >AnyCPU</PlatformTarget >
29- <DebugType >pdbonly</DebugType >
30- <Optimize >true</Optimize >
31- <OutputPath >bin\Release\</OutputPath >
32- <DefineConstants >TRACE</DefineConstants >
33- <ErrorReport >prompt</ErrorReport >
34- <WarningLevel >4</WarningLevel >
12+
13+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
14+ <DefineConstants >TRACE;NETCore</DefineConstants >
3515 </PropertyGroup >
16+
3617 <ItemGroup >
37- <Reference Include =" Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
38- <HintPath >packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll</HintPath >
39- </Reference >
40- <Reference Include =" Syncfusion.Edit.WPF, Version=18.4450.0.30, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
41- <HintPath >packages\Syncfusion.Edit.WPF.18.4.0.30\lib\net45\Syncfusion.Edit.WPF.dll</HintPath >
42- </Reference >
43- <Reference Include =" Syncfusion.GridCommon.WPF, Version=18.4450.0.30, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
44- <HintPath >packages\Syncfusion.GridCommon.Wpf.18.4.0.30\lib\net45\Syncfusion.GridCommon.WPF.dll</HintPath >
45- </Reference >
46- <Reference Include =" Syncfusion.Licensing, Version=18.4450.0.30, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL" >
47- <HintPath >packages\Syncfusion.Licensing.18.4.0.30\lib\net45\Syncfusion.Licensing.dll</HintPath >
48- </Reference >
49- <Reference Include =" Syncfusion.SfSkinManager.WPF, Version=18.4450.0.30, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
50- <HintPath >packages\Syncfusion.SfSkinManager.WPF.18.4.0.30\lib\net45\Syncfusion.SfSkinManager.WPF.dll</HintPath >
51- </Reference >
52- <Reference Include =" Syncfusion.Shared.WPF, Version=18.4450.0.30, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
53- <HintPath >packages\Syncfusion.Shared.WPF.18.4.0.30\lib\net45\Syncfusion.Shared.WPF.dll</HintPath >
54- </Reference >
55- <Reference Include =" Syncfusion.Themes.MaterialDark.WPF, Version=18.4450.0.30, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
56- <HintPath >packages\Syncfusion.Themes.MaterialDark.WPF.18.4.0.30\lib\net45\Syncfusion.Themes.MaterialDark.WPF.dll</HintPath >
57- </Reference >
58- <Reference Include =" Syncfusion.Tools.WPF, Version=18.4450.0.30, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
59- <HintPath >packages\Syncfusion.Tools.WPF.18.4.0.30\lib\net45\Syncfusion.Tools.WPF.dll</HintPath >
60- </Reference >
61- <Reference Include =" System" />
62- <Reference Include =" System.Data" />
63- <Reference Include =" System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
64- <HintPath >packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\System.Windows.Interactivity.dll</HintPath >
65- </Reference >
66- <Reference Include =" System.Xml" />
67- <Reference Include =" Microsoft.CSharp" />
68- <Reference Include =" System.Core" />
69- <Reference Include =" System.Xml.Linq" />
70- <Reference Include =" System.Data.DataSetExtensions" />
71- <Reference Include =" System.Net.Http" />
72- <Reference Include =" System.Xaml" >
73- <RequiredTargetFramework >4.0</RequiredTargetFramework >
74- </Reference >
75- <Reference Include =" WindowsBase" />
76- <Reference Include =" PresentationCore" />
77- <Reference Include =" PresentationFramework" />
18+ <None Remove =" Data\syntaxeditor\PythonSource.py" />
7819 </ItemGroup >
20+
7921 <ItemGroup >
80- <ApplicationDefinition Include =" App.xaml" >
81- <Generator >MSBuild:Compile</Generator >
82- <SubType >Designer</SubType >
83- </ApplicationDefinition >
84- <Compile Include =" ViewModel\CustomLanguageViewModel.cs" />
85- <Compile Include =" ViewModel\PythonLanguage.cs" />
86- <Resource Include =" Assets\syntaxeditor\PathIcon.xaml" >
87- <Generator >MSBuild:Compile</Generator >
88- <SubType >Designer</SubType >
89- </Resource >
90- <Page Include =" MainWindow.xaml" >
91- <Generator >MSBuild:Compile</Generator >
92- <SubType >Designer</SubType >
93- </Page >
94- <Compile Include =" App.xaml.cs" >
95- <DependentUpon >App.xaml</DependentUpon >
96- <SubType >Code</SubType >
97- </Compile >
98- <Compile Include =" MainWindow.xaml.cs" >
99- <DependentUpon >MainWindow.xaml</DependentUpon >
100- <SubType >Code</SubType >
101- </Compile >
22+ <PackageReference Include =" Microsoft.Xaml.Behaviors.Wpf" Version =" 1.1.19" />
23+ <PackageReference Include =" Syncfusion.Edit.WPF" Version =" 18.4.0.30" />
24+ <PackageReference Include =" Syncfusion.SfSkinManager.WPF" Version =" 18.4.0.30" />
25+ <PackageReference Include =" Syncfusion.Themes.MaterialDark.WPF" Version =" 18.4.0.30" />
10226 </ItemGroup >
27+
10328 <ItemGroup >
104- <Compile Include =" Properties\AssemblyInfo.cs" >
105- <SubType >Code</SubType >
106- </Compile >
107- <Compile Include =" Properties\Resources.Designer.cs" >
108- <AutoGen >True</AutoGen >
109- <DesignTime >True</DesignTime >
110- <DependentUpon >Resources.resx</DependentUpon >
111- </Compile >
112- <Compile Include =" Properties\Settings.Designer.cs" >
113- <AutoGen >True</AutoGen >
114- <DependentUpon >Settings.settings</DependentUpon >
115- <DesignTimeSharedInput >True</DesignTimeSharedInput >
116- </Compile >
117- <EmbeddedResource Include =" Properties\Resources.resx" >
118- <Generator >ResXFileCodeGenerator</Generator >
119- <LastGenOutput >Resources.Designer.cs</LastGenOutput >
120- </EmbeddedResource >
12129 <Content Include =" Data\syntaxeditor\PythonSource.py" >
12230 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
12331 </Content >
124- <None Include =" packages.config" />
125- <None Include =" Properties\Settings.settings" >
126- <Generator >SettingsSingleFileGenerator</Generator >
127- <LastGenOutput >Settings.Designer.cs</LastGenOutput >
128- </None >
12932 </ItemGroup >
130- <ItemGroup >
131- <None Include =" App.config" />
132- </ItemGroup >
133- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
134- </Project >
33+
34+ </Project >
0 commit comments