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" >
4
2
<PropertyGroup >
5
- <OptionInfer >On</OptionInfer >
6
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8
- <ProjectGuid >{8B53A8C7-230A-433B-94E3-C1B6AFC6A976}</ProjectGuid >
3
+ <TargetFramework >net8.0</TargetFramework >
9
4
<OutputType >Exe</OutputType >
10
- <RootNamespace >
11
- </RootNamespace >
12
- <AssemblyName >EncryptionExample</AssemblyName >
13
- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
14
- <FileAlignment >512</FileAlignment >
15
- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
16
- <Deterministic >true</Deterministic >
5
+ <RootNamespace ></RootNamespace >
6
+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
17
7
</PropertyGroup >
18
8
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
- <PlatformTarget >AnyCPU</PlatformTarget >
20
- <DebugSymbols >true</DebugSymbols >
21
- <DebugType >full</DebugType >
22
- <Optimize >false</Optimize >
23
- <OutputPath >bin\Debug\</OutputPath >
24
9
<DefineConstants >DEBUG,TRACE</DefineConstants >
25
- <ErrorReport >prompt</ErrorReport >
26
10
<WarningLevel >4</WarningLevel >
27
11
</PropertyGroup >
28
12
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29
- <PlatformTarget >AnyCPU</PlatformTarget >
30
- <DebugType >pdbonly</DebugType >
31
- <Optimize >true</Optimize >
32
- <OutputPath >bin\Release\</OutputPath >
33
- <DefineConstants >TRACE</DefineConstants >
34
- <ErrorReport >prompt</ErrorReport >
35
13
<WarningLevel >4</WarningLevel >
36
14
</PropertyGroup >
37
15
<ItemGroup >
38
- <Reference Include =" DevExpress.Charts.v19.2.Core, Version=19.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
39
- <Reference Include =" DevExpress.Data.v19.2, Version=19.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
40
- <Reference Include =" DevExpress.DataAccess.v19.2, Version=19.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
41
- <Reference Include =" DevExpress.Docs.v19.2, Version=19.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
42
- <Reference Include =" DevExpress.Office.v19.2.Core, Version=19.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
43
- <Reference Include =" DevExpress.Pdf.v19.2.Core, Version=19.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
44
- <Reference Include =" DevExpress.Printing.v19.2.Core, Version=19.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
45
- <Reference Include =" DevExpress.Sparkline.v19.2.Core, Version=19.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
46
- <Reference Include =" DevExpress.Spreadsheet.v19.2.Core, Version=19.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
47
- <Reference Include =" DevExpress.XtraCharts.v19.2, Version=19.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
48
- <Reference Include =" System" />
49
- <Reference Include =" System.Core" />
50
- <Reference Include =" System.Xml.Linq" />
51
- <Reference Include =" System.Data.DataSetExtensions" />
52
- <Reference Include =" Microsoft.CSharp" />
53
- <Reference Include =" System.Data" />
54
- <Reference Include =" System.Net.Http" />
55
- <Reference Include =" System.Xml" />
56
- </ItemGroup >
57
- <ItemGroup >
58
- <Compile Include =" Program.vb" />
59
- <Compile Include =" Properties\AssemblyInfo.vb" />
16
+ <None Update =" Documents\encrypted.xlsx" >
17
+ <CopyToOutputDirectory >Never</CopyToOutputDirectory >
18
+ </None >
60
19
</ItemGroup >
61
20
<ItemGroup >
62
- <None Include =" App.config " />
63
- <None Include =" Documents\encrypted.xlsx " >
64
- < CopyToOutputDirectory >Always</ CopyToOutputDirectory >
65
- </ None >
21
+ <PackageReference Include =" Microsoft.CSharp " Version = " 4.7.0 " />
22
+ <PackageReference Include =" System.Data.DataSetExtensions " Version = " 4.5.0 " / >
23
+ < PackageReference Include = " DevExpress.Document.Processor " Version = " 24.2.3 " / >
24
+ < PackageReference Include = " DevExpress.Drawing.Skia " Version = " 24.2.3 " / >
66
25
</ItemGroup >
67
- <Import Project =" $(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
68
- </Project >
26
+ </Project >
0 commit comments