|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Magick.NET-Q8-x64" Version="7.16.0" />
|
|
|
|
<PackageReference Include="SharpZipLib" Version="1.2.0" />
|
|
|
|
<PackageReference Include="System.Text.Encodings.Web" Version="5.0.0-preview.2.20160.6" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\napdump\napdump.csproj" />
|
|
|
|
<ProjectReference Include="..\ndimg\ndimg.csproj" />
|
|
|
|
<ProjectReference Include="..\ndpack\ndpack.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="encaes">
|
|
|
|
<HintPath>..\..\encaes\encaes\bin\Release\netcoreapp3.1\encaes.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="exbintools">
|
|
|
|
<HintPath>..\..\extensions\excryptotools\bin\Release\netstandard2.0\exbintools.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="excryptotools">
|
|
|
|
<HintPath>..\..\extensions\excryptotools\bin\Release\netstandard2.0\excryptotools.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="exstreamtools">
|
|
|
|
<HintPath>..\..\extensions\exstreamtools\bin\Release\netstandard2.0\exstreamtools.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Update="Properties\Resources.Designer.cs">
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Update="Properties\Resources.resx">
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
</EmbeddedResource>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|