1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 14.0" DefaultTargets =" Build" 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
+
4
3
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{92129D21-61E9-4952-AB75-6E5B27C8D3F7}</ProjectGuid >
8
4
<OutputType >Library</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >OxyPlot.SharpDX.Wpf</RootNamespace >
11
- <AssemblyName >OxyPlot.SharpDX.Wpf</AssemblyName >
12
- <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
14
- <TargetFrameworkProfile />
5
+ <TargetFrameworks >netcoreapp3.1;net452</TargetFrameworks >
6
+ <UseWPF >true</UseWPF >
7
+ <Product >OxyPlot.SharpDX.Wpf</Product >
8
+ <Description >OxyPlot controls for WPF with SharpDX based renderer</Description >
9
+ <ApplicationIcon />
10
+ <StartupObject />
11
+ <Version >2.0.0</Version >
12
+ <Authors >Oystein Bjorke</Authors >
13
+ <Company >OxyPlot</Company >
14
+ <PackageProjectUrl >https://oxyplot.github.io/</PackageProjectUrl >
15
+ <RepositoryUrl >https://github.com/oxyplot/oxyplot-sharpdx</RepositoryUrl >
16
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
15
17
</PropertyGroup >
16
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
- <DebugSymbols >true</DebugSymbols >
18
- <DebugType >full</DebugType >
19
- <Optimize >false</Optimize >
20
- <OutputPath >bin\Debug\</OutputPath >
21
- <DefineConstants >DEBUG;TRACE</DefineConstants >
22
- <ErrorReport >prompt</ErrorReport >
23
- <WarningLevel >4</WarningLevel >
24
- <PlatformTarget >AnyCPU</PlatformTarget >
25
- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
26
- </PropertyGroup >
27
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
- <DebugType >pdbonly</DebugType >
29
- <Optimize >true</Optimize >
30
- <OutputPath >bin\Release\</OutputPath >
31
- <DefineConstants >TRACE</DefineConstants >
32
- <ErrorReport >prompt</ErrorReport >
33
- <WarningLevel >4</WarningLevel >
34
- <DocumentationFile >bin\Release\OxyPlot.SharpDX.Wpf.XML</DocumentationFile >
35
- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
36
- </PropertyGroup >
37
- <PropertyGroup >
38
- <SignAssembly >true</SignAssembly >
39
- </PropertyGroup >
40
- <PropertyGroup >
41
- <AssemblyOriginatorKeyFile >OxyPlot.SharpDX.Wpf.snk</AssemblyOriginatorKeyFile >
42
- </PropertyGroup >
43
- <ItemGroup >
44
- <Reference Include =" PresentationCore" />
45
- <Reference Include =" PresentationFramework" />
46
- <Reference Include =" System" />
47
- <Reference Include =" System.Core" />
48
- <Reference Include =" System.Xaml" />
49
- <Reference Include =" System.Xml.Linq" />
50
- <Reference Include =" Microsoft.CSharp" />
51
- <Reference Include =" System.Xml" />
52
- <Reference Include =" WindowsBase" />
53
- </ItemGroup >
54
- <ItemGroup >
55
- <Compile Include =" Converters\OxyColorConverter.cs" />
56
- <Compile Include =" Converters\ThicknessConverter.cs" />
57
- <Compile Include =" D3D11Image.cs" />
58
- <Compile Include =" PlotImage.cs" />
59
- <Compile Include =" PlotView.cs" />
60
- <Compile Include =" ..\AssemblyInfo.cs" >
61
- <Link >Properties\AssemblyInfo.cs</Link >
62
- </Compile >
63
- <Compile Include =" Properties\AssemblyDescription.cs" />
64
- <Compile Include =" Tracker\TrackerControl.cs" />
65
- <Compile Include =" Tracker\TrackerDefinition.cs" />
66
- <Compile Include =" Utilities\ConverterExtensions.cs" />
67
- <Compile Include =" Utilities\Keyboard.cs" />
68
- </ItemGroup >
69
- <ItemGroup >
70
- <None Include =" OxyPlot.SharpDX.Wpf.snk" />
71
- </ItemGroup >
72
- <ItemGroup >
73
- <EmbeddedResource Include =" Resources\designmode.png" />
74
- </ItemGroup >
75
- <ItemGroup >
76
- <Page Include =" Themes\Generic.xaml" >
77
- <Generator >MSBuild:Compile</Generator >
78
- <SubType >Designer</SubType >
79
- </Page >
80
- </ItemGroup >
18
+
81
19
<ItemGroup >
82
- <PackageReference Include =" OxyPlot.Core" >
83
- <Version >2.0.0-unstable1059</Version >
84
- </PackageReference >
85
- <PackageReference Include =" SharpDX" >
86
- <Version >4.2.0</Version >
87
- </PackageReference >
88
- <PackageReference Include =" SharpDX.Direct2D1" >
89
- <Version >4.2.0</Version >
90
- </PackageReference >
91
- <PackageReference Include =" SharpDX.Direct3D11" >
92
- <Version >4.2.0</Version >
93
- </PackageReference >
94
- <PackageReference Include =" SharpDX.Direct3D9" >
95
- <Version >4.2.0</Version >
96
- </PackageReference >
97
- <PackageReference Include =" SharpDX.DXGI" >
98
- <Version >4.2.0</Version >
99
- </PackageReference >
100
- <PackageReference Include =" SharpDX.Mathematics" >
101
- <Version >4.2.0</Version >
102
- </PackageReference >
20
+ <PackageReference Include =" OxyPlot.Core" Version =" 2.0.0" />
21
+ <PackageReference Include =" SharpDX" Version =" 4.2.0" />
22
+ <PackageReference Include =" SharpDX.Direct3D11" Version =" 4.2.0" />
23
+ <PackageReference Include =" SharpDX.Direct3D9" Version =" 4.2.0" />
24
+ <PackageReference Include =" SharpDX.Mathematics" Version =" 4.2.0" />
103
25
</ItemGroup >
26
+
104
27
<ItemGroup >
105
- <ProjectReference Include =" ..\OxyPlot.SharpDX\OxyPlot.SharpDX.csproj" >
106
- <Project >{5d8ec148-9b3d-4a3d-a0b9-a2e9812e647d}</Project >
107
- <Name >OxyPlot.SharpDX</Name >
108
- </ProjectReference >
28
+ <ProjectReference Include =" ..\OxyPlot.SharpDX\OxyPlot.SharpDX.csproj" />
109
29
</ItemGroup >
110
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
111
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
112
- Other similar extension points exist, see Microsoft.Common.targets.
113
- <Target Name="BeforeBuild">
114
- </Target>
115
- <Target Name="AfterBuild">
116
- </Target>
117
- -->
30
+
118
31
</Project >
0 commit comments