Update all

This commit is contained in:
Matt Nadareski
2019-09-30 20:08:12 -07:00
parent 9422ba01e7
commit c7a9485bf3
2 changed files with 16 additions and 132 deletions

View File

@@ -1,134 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{1DA4212E-6071-4951-B45D-BB74A7838246}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BurnOutSharp</RootNamespace>
<AssemblyName>BurnOutSharp</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<TargetFrameworks>net462;net472;netcoreapp3.0</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Management" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="EVORE.cs" />
<Compile Include="FileProtection.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ProtectionFind.cs" />
<Compile Include="ProtectionType\AACS.cs" />
<Compile Include="ProtectionType\ActiveMARK.cs" />
<Compile Include="ProtectionType\Alcatraz.cs" />
<Compile Include="ProtectionType\AlphaAudio.cs" />
<Compile Include="ProtectionType\AlphaDVD.cs" />
<Compile Include="ProtectionType\AlphaROM.cs" />
<Compile Include="ProtectionType\Armadillo.cs" />
<Compile Include="ProtectionType\Bitpool.cs" />
<Compile Include="ProtectionType\ByteShield.cs" />
<Compile Include="ProtectionType\CactusDataShield.cs" />
<Compile Include="ProtectionType\CDCheck.cs" />
<Compile Include="ProtectionType\CDCops.cs" />
<Compile Include="ProtectionType\CDLock.cs" />
<Compile Include="ProtectionType\CDProtector.cs" />
<Compile Include="ProtectionType\CDSHiELDSE.cs" />
<Compile Include="ProtectionType\CDX.cs" />
<Compile Include="ProtectionType\CengaProtectDVD.cs" />
<Compile Include="ProtectionType\CodeLock.cs" />
<Compile Include="ProtectionType\CopyKiller.cs" />
<Compile Include="ProtectionType\CopyLok.cs" />
<Compile Include="ProtectionType\CrypKey.cs" />
<Compile Include="ProtectionType\Cucko.cs" />
<Compile Include="ProtectionType\DBB.cs" />
<Compile Include="ProtectionType\DiscGuard.cs" />
<Compile Include="ProtectionType\dotFuscator.cs" />
<Compile Include="ProtectionType\DVDCops.cs" />
<Compile Include="ProtectionType\DVDCrypt.cs" />
<Compile Include="ProtectionType\DVDMoviePROTECT.cs" />
<Compile Include="ProtectionType\EACdKey.cs" />
<Compile Include="ProtectionType\EXEStealth.cs" />
<Compile Include="ProtectionType\FADE.cs" />
<Compile Include="ProtectionType\FreeLock.cs" />
<Compile Include="ProtectionType\GFWL.cs" />
<Compile Include="ProtectionType\HexalockAutoLock.cs" />
<Compile Include="ProtectionType\ImpulseReactor.cs" />
<Compile Include="ProtectionType\IndyVCD.cs" />
<Compile Include="ProtectionType\InnoSetup.cs" />
<Compile Include="ProtectionType\JoWooDXProt.cs" />
<Compile Include="ProtectionType\Key2AudioXS.cs" />
<Compile Include="ProtectionType\KeyLock.cs" />
<Compile Include="ProtectionType\LaserLock.cs" />
<Compile Include="ProtectionType\LockBlocks.cs" />
<Compile Include="ProtectionType\MediaCloQ.cs" />
<Compile Include="ProtectionType\MediaMaxCD3.cs" />
<Compile Include="ProtectionType\MusicGuard.cs" />
<Compile Include="ProtectionType\Origin.cs" />
<Compile Include="ProtectionType\PECompact.cs" />
<Compile Include="ProtectionType\Phenoprotect.cs" />
<Compile Include="ProtectionType\ProtectDisc.cs" />
<Compile Include="ProtectionType\ProtectDVDVideo.cs" />
<Compile Include="ProtectionType\PSXAntiModchip.cs" />
<Compile Include="ProtectionType\RingPROTECH.cs" />
<Compile Include="ProtectionType\Roxxe.cs" />
<Compile Include="ProtectionType\SAFEAUDIO.cs" />
<Compile Include="ProtectionType\SafeCast.cs" />
<Compile Include="ProtectionType\SafeDiscLite.cs" />
<Compile Include="ProtectionType\SafeDisc.cs" />
<Compile Include="ProtectionType\SafeLock.cs" />
<Compile Include="ProtectionType\SecuROM.cs" />
<Compile Include="ProtectionType\SmartE.cs" />
<Compile Include="ProtectionType\SoftLock.cs" />
<Compile Include="ProtectionType\SolidShield.cs" />
<Compile Include="ProtectionType\StarForce.cs" />
<Compile Include="ProtectionType\Steam.cs" />
<Compile Include="ProtectionType\SVKProtector.cs" />
<Compile Include="ProtectionType\Sysiphus.cs" />
<Compile Include="ProtectionType\Tages.cs" />
<Compile Include="ProtectionType\TheBongle.cs" />
<Compile Include="ProtectionType\TheCopyProtectedCD.cs" />
<Compile Include="ProtectionType\ThreePLock.cs" />
<Compile Include="ProtectionType\TZCopyProtector.cs" />
<Compile Include="ProtectionType\Uplay.cs" />
<Compile Include="ProtectionType\VOBProtectCDDVD.cs" />
<Compile Include="ProtectionType\Winlock.cs" />
<Compile Include="ProtectionType\WTMCDProtect.cs" />
<Compile Include="ProtectionType\XCP.cs" />
<Compile Include="ProtectionType\XtremeProtector.cs" />
<Compile Include="ProtectionType\Zzxzz.cs" />
<Compile Include="Utilities.cs" />
</ItemGroup>
<ItemGroup>
<None Include="BurnOutSharp.nuspec" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="LessIO">
<Version>0.6.16</Version>
@@ -137,11 +17,11 @@
<Version>0.9.10</Version>
</PackageReference>
<PackageReference Include="UnshieldSharp">
<Version>1.4.2.2</Version>
<Version>1.4.2.3</Version>
</PackageReference>
<PackageReference Include="zlib.net">
<Version>1.0.4</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
</Project>

View File

@@ -15,11 +15,15 @@
<dependencies>
<dependency id="LessIO" version="0.5.0" />
<dependency id="libmspack4n" version="0.8.0" />
<dependency id="UnshieldSharp" version="1.4.2.2" />
<dependency id="UnshieldSharp" version="1.4.2.3" />
</dependencies>
</metadata>
<files>
<file src="bin\Debug\BurnOutSharp.dll" target="lib\net461\BurnOutSharp.dll" />
<file src="bin\Debug\BurnOutSharp.pdb" target="lib\net461\BurnOutSharp.pdb" />
<file src="bin\Debug\net462\BurnOutSharp.dll" target="lib\net462\BurnOutSharp.dll" />
<file src="bin\Debug\net462\BurnOutSharp.pdb" target="lib\net462\BurnOutSharp.pdb" />
<file src="bin\Debug\net472\BurnOutSharp.dll" target="lib\net472\BurnOutSharp.dll" />
<file src="bin\Debug\net472\BurnOutSharp.pdb" target="lib\net472\BurnOutSharp.pdb" />
<file src="bin\Debug\netcoreapp3.0\BurnOutSharp.dll" target="lib\netcoreapp3.0\BurnOutSharp.dll" />
<file src="bin\Debug\netcoreapp3.0\BurnOutSharp.pdb" target="lib\netcoreapp3.0\BurnOutSharp.pdb" />
</files>
</package>