2019-10-01 11:36:01 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2018-10-08 11:06:22 -07:00
|
|
|
|
<PropertyGroup>
|
2020-04-13 11:55:21 -07:00
|
|
|
|
<TargetFrameworks>net462;net472;net48;netcoreapp3.1</TargetFrameworks>
|
2019-10-01 11:36:01 -07:00
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2018-10-08 11:06:22 -07:00
|
|
|
|
</PropertyGroup>
|
2020-04-13 11:55:21 -07:00
|
|
|
|
|
2020-05-06 14:24:37 -07:00
|
|
|
|
<PropertyGroup Condition="'$(TargetFramework)'!='netcoreapp3.1'">
|
2020-04-13 11:55:21 -07:00
|
|
|
|
<DefineConstants>NET_FRAMEWORK</DefineConstants>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2020-05-06 14:24:37 -07:00
|
|
|
|
<ItemGroup Condition="'$(TargetFramework)'!='netcoreapp3.1'">
|
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
|
|
|
|
|
2018-10-08 11:06:22 -07:00
|
|
|
|
<ItemGroup>
|
2020-02-18 14:27:44 -08:00
|
|
|
|
<PackageReference Include="BurnOutSharp" Version="1.3.9.1" />
|
2020-01-29 12:21:41 -08:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
|
|
|
|
|
<PackageReference Include="System.Management" Version="4.7.0" />
|
2019-10-01 11:36:01 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="System.Management" />
|
2018-10-08 11:06:22 -07:00
|
|
|
|
</ItemGroup>
|
2019-10-01 11:36:01 -07:00
|
|
|
|
|
|
|
|
|
|
</Project>
|