Skip to content

Commit c7a9485

Browse files
committed
Update all
1 parent 9422ba0 commit c7a9485

File tree

2 files changed

+16
-132
lines changed

2 files changed

+16
-132
lines changed

BurnOutSharp/BurnOutSharp.csproj

Lines changed: 9 additions & 129 deletions
Original file line numberDiff line numberDiff line change
@@ -1,134 +1,14 @@
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+
43
<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.7.2</TargetFrameworkVersion>
13-
<FileAlignment>512</FileAlignment>
14-
<TargetFrameworkProfile />
4+
<TargetFrameworks>net462;net472;netcoreapp3.0</TargetFrameworks>
5+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
156
</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-
</PropertyGroup>
25-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26-
<DebugType>pdbonly</DebugType>
27-
<Optimize>true</Optimize>
28-
<OutputPath>bin\Release\</OutputPath>
29-
<DefineConstants>TRACE</DefineConstants>
30-
<ErrorReport>prompt</ErrorReport>
31-
<WarningLevel>4</WarningLevel>
32-
</PropertyGroup>
33-
<ItemGroup>
34-
<Reference Include="System" />
35-
<Reference Include="System.Core" />
36-
<Reference Include="System.Management" />
37-
<Reference Include="System.Xml.Linq" />
38-
<Reference Include="System.Data.DataSetExtensions" />
39-
<Reference Include="Microsoft.CSharp" />
40-
<Reference Include="System.Data" />
41-
<Reference Include="System.Net.Http" />
42-
<Reference Include="System.Xml" />
43-
</ItemGroup>
44-
<ItemGroup>
45-
<Compile Include="EVORE.cs" />
46-
<Compile Include="FileProtection.cs" />
47-
<Compile Include="Properties\AssemblyInfo.cs" />
48-
<Compile Include="ProtectionFind.cs" />
49-
<Compile Include="ProtectionType\AACS.cs" />
50-
<Compile Include="ProtectionType\ActiveMARK.cs" />
51-
<Compile Include="ProtectionType\Alcatraz.cs" />
52-
<Compile Include="ProtectionType\AlphaAudio.cs" />
53-
<Compile Include="ProtectionType\AlphaDVD.cs" />
54-
<Compile Include="ProtectionType\AlphaROM.cs" />
55-
<Compile Include="ProtectionType\Armadillo.cs" />
56-
<Compile Include="ProtectionType\Bitpool.cs" />
57-
<Compile Include="ProtectionType\ByteShield.cs" />
58-
<Compile Include="ProtectionType\CactusDataShield.cs" />
59-
<Compile Include="ProtectionType\CDCheck.cs" />
60-
<Compile Include="ProtectionType\CDCops.cs" />
61-
<Compile Include="ProtectionType\CDLock.cs" />
62-
<Compile Include="ProtectionType\CDProtector.cs" />
63-
<Compile Include="ProtectionType\CDSHiELDSE.cs" />
64-
<Compile Include="ProtectionType\CDX.cs" />
65-
<Compile Include="ProtectionType\CengaProtectDVD.cs" />
66-
<Compile Include="ProtectionType\CodeLock.cs" />
67-
<Compile Include="ProtectionType\CopyKiller.cs" />
68-
<Compile Include="ProtectionType\CopyLok.cs" />
69-
<Compile Include="ProtectionType\CrypKey.cs" />
70-
<Compile Include="ProtectionType\Cucko.cs" />
71-
<Compile Include="ProtectionType\DBB.cs" />
72-
<Compile Include="ProtectionType\DiscGuard.cs" />
73-
<Compile Include="ProtectionType\dotFuscator.cs" />
74-
<Compile Include="ProtectionType\DVDCops.cs" />
75-
<Compile Include="ProtectionType\DVDCrypt.cs" />
76-
<Compile Include="ProtectionType\DVDMoviePROTECT.cs" />
77-
<Compile Include="ProtectionType\EACdKey.cs" />
78-
<Compile Include="ProtectionType\EXEStealth.cs" />
79-
<Compile Include="ProtectionType\FADE.cs" />
80-
<Compile Include="ProtectionType\FreeLock.cs" />
81-
<Compile Include="ProtectionType\GFWL.cs" />
82-
<Compile Include="ProtectionType\HexalockAutoLock.cs" />
83-
<Compile Include="ProtectionType\ImpulseReactor.cs" />
84-
<Compile Include="ProtectionType\IndyVCD.cs" />
85-
<Compile Include="ProtectionType\InnoSetup.cs" />
86-
<Compile Include="ProtectionType\JoWooDXProt.cs" />
87-
<Compile Include="ProtectionType\Key2AudioXS.cs" />
88-
<Compile Include="ProtectionType\KeyLock.cs" />
89-
<Compile Include="ProtectionType\LaserLock.cs" />
90-
<Compile Include="ProtectionType\LockBlocks.cs" />
91-
<Compile Include="ProtectionType\MediaCloQ.cs" />
92-
<Compile Include="ProtectionType\MediaMaxCD3.cs" />
93-
<Compile Include="ProtectionType\MusicGuard.cs" />
94-
<Compile Include="ProtectionType\Origin.cs" />
95-
<Compile Include="ProtectionType\PECompact.cs" />
96-
<Compile Include="ProtectionType\Phenoprotect.cs" />
97-
<Compile Include="ProtectionType\ProtectDisc.cs" />
98-
<Compile Include="ProtectionType\ProtectDVDVideo.cs" />
99-
<Compile Include="ProtectionType\PSXAntiModchip.cs" />
100-
<Compile Include="ProtectionType\RingPROTECH.cs" />
101-
<Compile Include="ProtectionType\Roxxe.cs" />
102-
<Compile Include="ProtectionType\SAFEAUDIO.cs" />
103-
<Compile Include="ProtectionType\SafeCast.cs" />
104-
<Compile Include="ProtectionType\SafeDiscLite.cs" />
105-
<Compile Include="ProtectionType\SafeDisc.cs" />
106-
<Compile Include="ProtectionType\SafeLock.cs" />
107-
<Compile Include="ProtectionType\SecuROM.cs" />
108-
<Compile Include="ProtectionType\SmartE.cs" />
109-
<Compile Include="ProtectionType\SoftLock.cs" />
110-
<Compile Include="ProtectionType\SolidShield.cs" />
111-
<Compile Include="ProtectionType\StarForce.cs" />
112-
<Compile Include="ProtectionType\Steam.cs" />
113-
<Compile Include="ProtectionType\SVKProtector.cs" />
114-
<Compile Include="ProtectionType\Sysiphus.cs" />
115-
<Compile Include="ProtectionType\Tages.cs" />
116-
<Compile Include="ProtectionType\TheBongle.cs" />
117-
<Compile Include="ProtectionType\TheCopyProtectedCD.cs" />
118-
<Compile Include="ProtectionType\ThreePLock.cs" />
119-
<Compile Include="ProtectionType\TZCopyProtector.cs" />
120-
<Compile Include="ProtectionType\Uplay.cs" />
121-
<Compile Include="ProtectionType\VOBProtectCDDVD.cs" />
122-
<Compile Include="ProtectionType\Winlock.cs" />
123-
<Compile Include="ProtectionType\WTMCDProtect.cs" />
124-
<Compile Include="ProtectionType\XCP.cs" />
125-
<Compile Include="ProtectionType\XtremeProtector.cs" />
126-
<Compile Include="ProtectionType\Zzxzz.cs" />
127-
<Compile Include="Utilities.cs" />
128-
</ItemGroup>
7+
1298
<ItemGroup>
1309
<None Include="BurnOutSharp.nuspec" />
13110
</ItemGroup>
11+
13212
<ItemGroup>
13313
<PackageReference Include="LessIO">
13414
<Version>0.6.16</Version>
@@ -137,11 +17,11 @@
13717
<Version>0.9.10</Version>
13818
</PackageReference>
13919
<PackageReference Include="UnshieldSharp">
140-
<Version>1.4.2.2</Version>
20+
<Version>1.4.2.3</Version>
14121
</PackageReference>
14222
<PackageReference Include="zlib.net">
14323
<Version>1.0.4</Version>
14424
</PackageReference>
14525
</ItemGroup>
146-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
147-
</Project>
26+
27+
</Project>

BurnOutSharp/BurnOutSharp.nuspec

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@
1515
<dependencies>
1616
<dependency id="LessIO" version="0.5.0" />
1717
<dependency id="libmspack4n" version="0.8.0" />
18-
<dependency id="UnshieldSharp" version="1.4.2.2" />
18+
<dependency id="UnshieldSharp" version="1.4.2.3" />
1919
</dependencies>
2020
</metadata>
2121
<files>
22-
<file src="bin\Debug\BurnOutSharp.dll" target="lib\net461\BurnOutSharp.dll" />
23-
<file src="bin\Debug\BurnOutSharp.pdb" target="lib\net461\BurnOutSharp.pdb" />
22+
<file src="bin\Debug\net462\BurnOutSharp.dll" target="lib\net462\BurnOutSharp.dll" />
23+
<file src="bin\Debug\net462\BurnOutSharp.pdb" target="lib\net462\BurnOutSharp.pdb" />
24+
<file src="bin\Debug\net472\BurnOutSharp.dll" target="lib\net472\BurnOutSharp.dll" />
25+
<file src="bin\Debug\net472\BurnOutSharp.pdb" target="lib\net472\BurnOutSharp.pdb" />
26+
<file src="bin\Debug\netcoreapp3.0\BurnOutSharp.dll" target="lib\netcoreapp3.0\BurnOutSharp.dll" />
27+
<file src="bin\Debug\netcoreapp3.0\BurnOutSharp.pdb" target="lib\netcoreapp3.0\BurnOutSharp.pdb" />
2428
</files>
2529
</package>

0 commit comments

Comments
 (0)