added ThirdParty

This commit is contained in:
Markus Hofknecht 2019-07-04 21:51:18 +02:00
parent 1c934f1717
commit c2ff23feed
6 changed files with 25507 additions and 8 deletions

View file

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.9.1.233")]
[assembly: AssemblyFileVersion("0.9.1.233")]
[assembly: AssemblyVersion("0.9.1.234")]
[assembly: AssemblyFileVersion("0.9.1.234")]

View file

@ -58,11 +58,13 @@
<ApplicationIcon>Resources\SystemTrayMenu.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Clearcove.Logging">
<HintPath>..\CodeProjects\SimpleLogger\SimpleLogger\Clearcove.Logging\bin\Debug\Clearcove.Logging.dll</HintPath>
<Reference Include="Clearcove.Logging, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>ThirdParty\Clearcove.Logging.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack.Shell">
<HintPath>..\ThirdParty\Windows-API-Code-Pack-1.1-master\source\WindowsAPICodePack\Shell\bin\Debug\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>ThirdParty\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
@ -74,8 +76,9 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="TAFactory.IconPack">
<HintPath>..\CodeProjects\IconPack\TAFactory.IconPack.dll</HintPath>
<Reference Include="TAFactory.IconPack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>ThirdParty\TAFactory.IconPack.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>

BIN
ThirdParty/Clearcove.Logging.dll vendored Normal file

Binary file not shown.

File diff suppressed because it is too large Load diff

Binary file not shown.

BIN
ThirdParty/TAFactory.IconPack.dll vendored Normal file

Binary file not shown.