1
- <? xml version = " 1.0 " encoding = " utf-8 " ? >
2
- < Project DefaultTargets = " Build " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " ToolsVersion = " 14.0 " >
1
+ <Project Sdk = " Microsoft.NET.Sdk " >
2
+
3
3
<PropertyGroup >
4
- <ProjectType >Local</ProjectType >
5
- <ProductVersion >8.0.50727</ProductVersion >
6
- <SchemaVersion >2.0</SchemaVersion >
7
- <ProjectGuid >{32817BF9-E380-4467-9C7F-936F4B122BC7}</ProjectGuid >
8
- <SccProjectName >
9
- </SccProjectName >
10
- <SccLocalPath >
11
- </SccLocalPath >
12
- <SccAuxPath >
13
- </SccAuxPath >
14
- <SccProvider >
15
- </SccProvider >
16
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
17
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
18
- <ApplicationIcon >App.ico</ApplicationIcon >
19
- <AssemblyKeyContainerName >
20
- </AssemblyKeyContainerName >
21
- <AssemblyName >GenCode128</AssemblyName >
22
- <AssemblyOriginatorKeyFile >
23
- </AssemblyOriginatorKeyFile >
24
- <DefaultClientScript >JScript</DefaultClientScript >
25
- <DefaultHTMLPageLayout >Grid</DefaultHTMLPageLayout >
26
- <DefaultTargetSchema >IE50</DefaultTargetSchema >
27
- <DelaySign >false</DelaySign >
28
- <OutputType >Library</OutputType >
29
- <RootNamespace >GenCode128</RootNamespace >
30
- <RunPostBuildEvent >OnBuildSuccess</RunPostBuildEvent >
31
- <StartupObject >
32
- </StartupObject >
33
- <FileUpgradeFlags >
34
- </FileUpgradeFlags >
35
- <UpgradeBackupLocation >
36
- </UpgradeBackupLocation >
37
- <TargetFrameworkVersion >v2.0</TargetFrameworkVersion >
38
- <OldToolsVersion >2.0</OldToolsVersion >
39
- <PublishUrl >publish\</PublishUrl >
40
- <Install >true</Install >
41
- <InstallFrom >Disk</InstallFrom >
42
- <UpdateEnabled >false</UpdateEnabled >
43
- <UpdateMode >Foreground</UpdateMode >
44
- <UpdateInterval >7</UpdateInterval >
45
- <UpdateIntervalUnits >Days</UpdateIntervalUnits >
46
- <UpdatePeriodically >false</UpdatePeriodically >
47
- <UpdateRequired >false</UpdateRequired >
48
- <MapFileExtensions >true</MapFileExtensions >
49
- <ApplicationRevision >0</ApplicationRevision >
50
- <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
51
- <IsWebBootstrapper >false</IsWebBootstrapper >
52
- <UseApplicationTrust >false</UseApplicationTrust >
53
- <BootstrapperEnabled >true</BootstrapperEnabled >
4
+ <TargetFramework >netstandard2.0</TargetFramework >
54
5
</PropertyGroup >
55
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
56
- <OutputPath >bin\Debug\</OutputPath >
57
- <AllowUnsafeBlocks >false</AllowUnsafeBlocks >
58
- <BaseAddress >285212672</BaseAddress >
59
- <CheckForOverflowUnderflow >false</CheckForOverflowUnderflow >
60
- <ConfigurationOverrideFile >
61
- </ConfigurationOverrideFile >
62
- <DefineConstants >DEBUG;TRACE</DefineConstants >
63
- <DocumentationFile >
64
- </DocumentationFile >
65
- <DebugSymbols >true</DebugSymbols >
66
- <FileAlignment >4096</FileAlignment >
67
- <NoStdLib >false</NoStdLib >
68
- <NoWarn >
69
- </NoWarn >
70
- <Optimize >false</Optimize >
71
- <RegisterForComInterop >false</RegisterForComInterop >
72
- <RemoveIntegerChecks >false</RemoveIntegerChecks >
73
- <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
74
- <WarningLevel >4</WarningLevel >
75
- <DebugType >full</DebugType >
76
- <ErrorReport >prompt</ErrorReport >
77
- </PropertyGroup >
78
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
79
- <OutputPath >bin\Release\</OutputPath >
80
- <AllowUnsafeBlocks >false</AllowUnsafeBlocks >
81
- <BaseAddress >285212672</BaseAddress >
82
- <CheckForOverflowUnderflow >false</CheckForOverflowUnderflow >
83
- <ConfigurationOverrideFile >
84
- </ConfigurationOverrideFile >
85
- <DefineConstants >TRACE</DefineConstants >
86
- <DocumentationFile >
87
- </DocumentationFile >
88
- <DebugSymbols >false</DebugSymbols >
89
- <FileAlignment >4096</FileAlignment >
90
- <NoStdLib >false</NoStdLib >
91
- <NoWarn >
92
- </NoWarn >
93
- <Optimize >true</Optimize >
94
- <RegisterForComInterop >false</RegisterForComInterop >
95
- <RemoveIntegerChecks >false</RemoveIntegerChecks >
96
- <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
97
- <WarningLevel >4</WarningLevel >
98
- <DebugType >none</DebugType >
99
- <ErrorReport >prompt</ErrorReport >
100
- </PropertyGroup >
101
- <ItemGroup >
102
- <Reference Include =" System" >
103
- <Name >System</Name >
104
- </Reference >
105
- <Reference Include =" System.Data" >
106
- <Name >System.Data</Name >
107
- </Reference >
108
- <Reference Include =" System.Drawing" >
109
- <Name >System.Drawing</Name >
110
- </Reference >
111
- <Reference Include =" System.Windows.Forms" >
112
- <Name >System.Windows.Forms</Name >
113
- </Reference >
114
- <Reference Include =" System.Xml" >
115
- <Name >System.XML</Name >
116
- </Reference >
117
- </ItemGroup >
6
+
118
7
<ItemGroup >
119
- <Compile Include =" Code128Code.cs" />
120
- <Compile Include =" CodeSet.cs" />
121
- <Content Include =" App.ico" />
122
- <Compile Include =" AssemblyInfo.cs" >
123
- <SubType >Code</SubType >
124
- </Compile >
125
- <Compile Include =" Code128Content.cs" >
126
- <SubType >Code</SubType >
127
- </Compile >
128
- <Compile Include =" Code128Rendering.cs" >
129
- <SubType >Code</SubType >
130
- </Compile >
8
+ <PackageReference Include =" System.Drawing.Common" Version =" 5.0.2" />
131
9
</ItemGroup >
132
- <ItemGroup >
133
- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
134
- <Visible >False</Visible >
135
- <ProductName >.NET Framework 3.5 SP1</ProductName >
136
- <Install >true</Install >
137
- </BootstrapperPackage >
138
- </ItemGroup >
139
- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
140
- <PropertyGroup >
141
- <PreBuildEvent >
142
- </PreBuildEvent >
143
- <PostBuildEvent >
144
- </PostBuildEvent >
145
- </PropertyGroup >
146
- </Project >
10
+
11
+ </Project >
0 commit comments