-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathsyncfusion.barcodedemos.wpf_Net462.csproj
More file actions
51 lines (51 loc) · 1.99 KB
/
syncfusion.barcodedemos.wpf_Net462.csproj
File metadata and controls
51 lines (51 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<AssemblyName>syncfusion.barcodedemos.wpf</AssemblyName>
<RootNamespace>syncfusion.barcodedemos.wpf</RootNamespace>
<TargetFrameworkVersion>
</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net9.0-windows' ">
<RuntimeHostConfigurationOption Include="System.Windows.Media.UseLegacyResourceReferenceBehavior" Value="true" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFRAMEWORK' ">
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xaml" />
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Syncfusion.SfBarcode.WPF" Version="33.2.3" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../common/syncfusion.demoscommon.wpf_lib_Net462.csproj">
<Name>syncfusion.demoscommon.wpf_lib</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Remove="Properties\Settings.settings" />
<None Include="Properties\Settings.settings" />
<None Remove="Assets\**" />
<None Remove="obj_47\**" />
<Resource Include="Assets\**" />
<Compile Remove="obj_47\**" />
<EmbeddedResource Remove="obj_47\**" />
</ItemGroup>
<Import Project="..\targets\MultiTargeting_Net462.targets" />
<Import Project="..\Common\demos.common.props">
</Import>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
</Project>