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" >
2
+
4
3
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{1DA4212E-6071-4951-B45D-BB74A7838246}</ProjectGuid >
8
- <OutputType >Library</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >BurnOutSharp</RootNamespace >
11
- <AssemblyName >BurnOutSharp</AssemblyName >
12
- <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
4
+ <TargetFrameworks >net462;net472;netcoreapp3.0</TargetFrameworks >
5
+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
14
6
</PropertyGroup >
15
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
- <DebugSymbols >true</DebugSymbols >
17
- <DebugType >full</DebugType >
18
- <Optimize >false</Optimize >
19
- <OutputPath >bin\Debug\</OutputPath >
20
- <DefineConstants >DEBUG;TRACE</DefineConstants >
21
- <ErrorReport >prompt</ErrorReport >
22
- <WarningLevel >4</WarningLevel >
23
- </PropertyGroup >
24
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25
- <DebugType >pdbonly</DebugType >
26
- <Optimize >true</Optimize >
27
- <OutputPath >bin\Release\</OutputPath >
28
- <DefineConstants >TRACE</DefineConstants >
29
- <ErrorReport >prompt</ErrorReport >
30
- <WarningLevel >4</WarningLevel >
31
- </PropertyGroup >
32
- <ItemGroup >
33
- <Reference Include =" LessIO, Version=0.5.0.0, Culture=neutral, processorArchitecture=MSIL" >
34
- <HintPath >..\packages\LessIO.0.5.0\lib\net40\LessIO.dll</HintPath >
35
- </Reference >
36
- <Reference Include =" libmspackn, Version=0.8.0.0, Culture=neutral, processorArchitecture=x86" >
37
- <HintPath >..\packages\libmspack4n.0.8.0\lib\net40\libmspackn.dll</HintPath >
38
- </Reference >
39
- <Reference Include =" System" />
40
- <Reference Include =" System.Core" />
41
- <Reference Include =" System.Xml.Linq" />
42
- <Reference Include =" System.Data.DataSetExtensions" />
43
- <Reference Include =" Microsoft.CSharp" />
44
- <Reference Include =" System.Data" />
45
- <Reference Include =" System.Net.Http" />
46
- <Reference Include =" System.Xml" />
47
- <Reference Include =" UnshieldSharp, Version=1.4.2.2, Culture=neutral, processorArchitecture=MSIL" >
48
- <HintPath >..\packages\UnshieldSharp.1.4.2.2\lib\net461\UnshieldSharp.dll</HintPath >
49
- </Reference >
50
- <Reference Include =" zlib.net, Version=1.0.3.0, Culture=neutral, PublicKeyToken=47d7877cb3620160" >
51
- <HintPath >..\packages\zlib.net.1.0.4.0\lib\zlib.net.dll</HintPath >
52
- </Reference >
53
- </ItemGroup >
7
+
54
8
<ItemGroup >
55
- <Compile Include =" CaseInsensitiveDictionary.cs" />
56
- <Compile Include =" EVORE.cs" />
57
- <Compile Include =" FileProtection.cs" />
58
- <Compile Include =" Properties\AssemblyInfo.cs" />
59
- <Compile Include =" ProtectionFind.cs" />
9
+ <None Include =" BurnOutSharp.nuspec" />
60
10
</ItemGroup >
11
+
61
12
<ItemGroup >
62
- <None Include =" BurnOutSharp.nuspec" />
63
- <None Include =" packages.config" />
13
+ <PackageReference Include =" LessIO" >
14
+ <Version >0.6.16</Version >
15
+ </PackageReference >
16
+ <PackageReference Include =" libmspack4n" >
17
+ <Version >0.9.10</Version >
18
+ </PackageReference >
19
+ <PackageReference Include =" UnshieldSharp" >
20
+ <Version >1.4.2.3</Version >
21
+ </PackageReference >
22
+ <PackageReference Include =" zlib.net" >
23
+ <Version >1.0.4</Version >
24
+ </PackageReference >
64
25
</ItemGroup >
65
- < Import Project = " $(MSBuildToolsPath)\Microsoft.CSharp.targets " />
66
- </Project >
26
+
27
+ </Project >
0 commit comments