2019-10-01 11:36:01 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2018-10-08 11:06:22 -07:00
|
|
|
|
<PropertyGroup>
|
2021-09-27 20:59:37 -07:00
|
|
|
|
<TargetFrameworks>net48;netcoreapp3.1;net5.0</TargetFrameworks>
|
2021-04-26 22:32:05 -07:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2020-11-10 17:43:21 -08:00
|
|
|
|
<Title>MPF Library</Title>
|
|
|
|
|
|
<AssemblyName>MPF.Library</AssemblyName>
|
|
|
|
|
|
<Description>Library code for MPF and MPF.Check</Description>
|
2020-09-11 21:31:46 -07:00
|
|
|
|
<Authors>Matt Nadareski;ReignStumble;Jakz</Authors>
|
2021-03-12 15:05:33 -08:00
|
|
|
|
<Copyright>Copyright (c)2019-2021</Copyright>
|
2020-11-10 17:43:21 -08:00
|
|
|
|
<RepositoryUrl>https://github.com/SabreTools/MPF</RepositoryUrl>
|
2021-07-22 21:02:32 -07:00
|
|
|
|
<Version>2.1</Version>
|
2021-04-13 09:30:26 -07:00
|
|
|
|
<AssemblyVersion>$(Version)</AssemblyVersion>
|
|
|
|
|
|
<FileVersion>$(Version)</FileVersion>
|
2020-09-11 21:31:46 -07:00
|
|
|
|
<IncludeSource>true</IncludeSource>
|
|
|
|
|
|
<IncludeSymbols>true</IncludeSymbols>
|
2019-10-01 11:36:01 -07:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2018-10-08 11:06:22 -07:00
|
|
|
|
</PropertyGroup>
|
2020-04-13 11:55:21 -07:00
|
|
|
|
|
2021-04-13 09:30:26 -07:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<NrtRevisionFormat>$(Version)-{chash:8}</NrtRevisionFormat>
|
|
|
|
|
|
<NrtResolveSimpleAttributes>true</NrtResolveSimpleAttributes>
|
|
|
|
|
|
<NrtShowRevision>false</NrtShowRevision>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2021-09-27 20:59:37 -07:00
|
|
|
|
<PropertyGroup Condition="'$(TargetFramework)'=='net48'">
|
2020-04-13 11:55:21 -07:00
|
|
|
|
<DefineConstants>NET_FRAMEWORK</DefineConstants>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2021-09-27 20:59:37 -07:00
|
|
|
|
<ItemGroup Condition="'$(TargetFramework)'=='net48'">
|
2018-10-08 11:06:22 -07:00
|
|
|
|
<COMReference Include="IMAPI2">
|
|
|
|
|
|
<Guid>{2735412F-7F64-5B0F-8F00-5D77AFBE261E}</Guid>
|
|
|
|
|
|
<VersionMajor>1</VersionMajor>
|
|
|
|
|
|
<VersionMinor>0</VersionMinor>
|
|
|
|
|
|
<Lcid>0</Lcid>
|
|
|
|
|
|
<WrapperTool>tlbimp</WrapperTool>
|
|
|
|
|
|
<Isolated>False</Isolated>
|
|
|
|
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
|
|
|
</COMReference>
|
|
|
|
|
|
<COMReference Include="IMAPI2FS">
|
|
|
|
|
|
<Guid>{2C941FD0-975B-59BE-A960-9A2A262853A5}</Guid>
|
|
|
|
|
|
<VersionMajor>1</VersionMajor>
|
|
|
|
|
|
<VersionMinor>0</VersionMinor>
|
|
|
|
|
|
<Lcid>0</Lcid>
|
|
|
|
|
|
<WrapperTool>tlbimp</WrapperTool>
|
|
|
|
|
|
<Isolated>False</Isolated>
|
|
|
|
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
|
|
|
</COMReference>
|
|
|
|
|
|
</ItemGroup>
|
2019-10-01 11:36:01 -07:00
|
|
|
|
|
2020-09-17 21:54:50 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Remove="Aaru\CICMMetadata\CICMMetadataEditor\**" />
|
|
|
|
|
|
<Compile Remove="Aaru\CICMMetadata\java\**" />
|
|
|
|
|
|
<Compile Remove="Aaru\CICMMetadata\samples\**" />
|
|
|
|
|
|
<EmbeddedResource Remove="Aaru\CICMMetadata\CICMMetadataEditor\**" />
|
|
|
|
|
|
<EmbeddedResource Remove="Aaru\CICMMetadata\java\**" />
|
|
|
|
|
|
<EmbeddedResource Remove="Aaru\CICMMetadata\samples\**" />
|
|
|
|
|
|
<None Remove="Aaru\CICMMetadata\CICMMetadataEditor\**" />
|
|
|
|
|
|
<None Remove="Aaru\CICMMetadata\java\**" />
|
|
|
|
|
|
<None Remove="Aaru\CICMMetadata\samples\**" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Remove="Aaru\CICMMetadata\.editorconfig" />
|
|
|
|
|
|
<None Remove="Aaru\CICMMetadata\.git" />
|
|
|
|
|
|
<None Remove="Aaru\CICMMetadata\.gitignore" />
|
|
|
|
|
|
<None Remove="Aaru\CICMMetadata\.project" />
|
|
|
|
|
|
<None Remove="Aaru\CICMMetadata\build.sh" />
|
|
|
|
|
|
<None Remove="Aaru\CICMMetadata\cicm.xml" />
|
|
|
|
|
|
<None Remove="Aaru\CICMMetadata\cicm.xsd" />
|
|
|
|
|
|
<None Remove="Aaru\CICMMetadata\CICMMetadata.iml" />
|
|
|
|
|
|
<None Remove="Aaru\CICMMetadata\dotnet\cicm.vb" />
|
|
|
|
|
|
<None Remove="Aaru\CICMMetadata\README.md" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2021-08-18 15:32:45 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\RedumpLib\RedumpLib.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2018-10-08 11:06:22 -07:00
|
|
|
|
<ItemGroup>
|
2021-09-22 11:19:01 -07:00
|
|
|
|
<PackageReference Include="BurnOutSharp" PrivateAssets="build; analyzers" ExcludeAssets="contentFiles" Version="1.8.0" GeneratePathProperty="true">
|
2020-11-03 21:49:59 -08:00
|
|
|
|
<IncludeAssets>runtime; compile; build; native; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
|
</PackageReference>
|
2021-04-09 10:31:27 -07:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
2021-04-02 21:21:50 -07:00
|
|
|
|
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
|
2021-09-22 11:19:01 -07:00
|
|
|
|
<PackageReference Include="System.Management" Version="6.0.0-rc.1.21451.13" />
|
2021-06-03 22:19:03 -07:00
|
|
|
|
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.4.1">
|
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
|
</PackageReference>
|
2019-10-01 11:36:01 -07:00
|
|
|
|
</ItemGroup>
|
2021-09-27 21:38:35 -07:00
|
|
|
|
|
|
|
|
|
|
<ItemGroup Condition="'$(TargetFramework)'!='net48'">
|
|
|
|
|
|
<PackageReference Include="Aaru.Devices" Version="5.3.0-rc2" />
|
|
|
|
|
|
</ItemGroup>
|
2020-10-01 09:44:49 -07:00
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-11-03 21:49:59 -08:00
|
|
|
|
<Content Include="$(PkgBurnOutSharp)\content\**" PackagePath="contentFiles\any\any;content" CopyToOutputDirectory="Always" PackageCopyToOutput="true" />
|
2020-10-01 09:44:49 -07:00
|
|
|
|
</ItemGroup>
|
2019-10-01 11:36:01 -07:00
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="System.Management" />
|
2018-10-08 11:06:22 -07:00
|
|
|
|
</ItemGroup>
|
2019-10-01 11:36:01 -07:00
|
|
|
|
|
|
|
|
|
|
</Project>
|