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