This commit is contained in:
Manuel Kamper 2019-04-14 18:34:29 +02:00
parent 9fe36ea0c7
commit b6ae1868f8
2 changed files with 24 additions and 14 deletions

View File

@ -76,24 +76,25 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="Mk0.GUI.Banner">
<HintPath>..\Mk0.GUI.Banner.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
<Reference Include="Mk0.GUI.Banner, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\Mk0.Tools.Password\Mk0.Tools.Password\Mk0.Tools.Password\mk0.gui.banner.1.0.0\lib\net461\Mk0.GUI.Banner.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mk0.Tools.Calculation">
<HintPath>..\Mk0.Tools.Calculation.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
<Reference Include="Mk0.Tools.Calculation, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\Mk0.Tools.Password\Mk0.Tools.Password\Mk0.Tools.Password\mk0.tools.calculation.1.0.0\lib\net461\Mk0.Tools.Calculation.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mk0.Tools.ImageCropper">
<HintPath>dll\Mk0.Tools.ImageCropper.dll</HintPath>
<Reference Include="Mk0.Tools.ImageCropper, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\Mk0.Tools.Password\Mk0.Tools.Password\Mk0.Tools.Password\mk0.tools.imagecropper.1.0.0\lib\net461\Mk0.Tools.ImageCropper.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mk0.Tools.Images">
<HintPath>..\Mk0.Tools.Images.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
<Reference Include="Mk0.Tools.Images, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\Mk0.Tools.Password\Mk0.Tools.Password\Mk0.Tools.Password\mk0.tools.images.1.0.0\lib\net461\Mk0.Tools.Images.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mk0.Tools.Randomization">
<HintPath>..\Mk0.Tools.Randomization.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
<Reference Include="Mk0.Tools.Randomization, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\Mk0.Tools.Password\Mk0.Tools.Password\Mk0.Tools.Password\mk0.tools.randomization.1.0.0\lib\net461\Mk0.Tools.Randomization.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
@ -152,6 +153,7 @@
<EmbeddedResource Include="Vergleicher.resx">
<DependentUpon>Vergleicher.cs</DependentUpon>
</EmbeddedResource>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="mk0.gui.banner" version="1.0.0" targetFramework="net461" />
<package id="mk0.tools.calculation" version="1.0.0" targetFramework="net461" />
<package id="mk0.tools.imagecropper" version="1.0.0" targetFramework="net461" />
<package id="mk0.tools.images" version="1.0.0" targetFramework="net461" />
<package id="mk0.tools.randomization" version="1.0.0" targetFramework="net461" />
</packages>