diff options
| author | AShifter <[email protected]> | 2017-12-10 16:34:14 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-12-10 16:34:14 -0700 |
| commit | f847236b78d00b9e3c528938fe1331f6817d3dde (patch) | |
| tree | 2f235d77e7cae0c2ba85848af2883b2d94fa9f4d /ShiftOS.Main/ShiftOS.Main.csproj | |
| parent | 684cdb8e3b7e9bb7e5d9be2b837bcf2c48967b52 (diff) | |
| download | shiftos-rewind-f847236b78d00b9e3c528938fe1331f6817d3dde.tar.gz shiftos-rewind-f847236b78d00b9e3c528938fe1331f6817d3dde.tar.bz2 shiftos-rewind-f847236b78d00b9e3c528938fe1331f6817d3dde.zip | |
things are working again
yoy
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
| -rw-r--r-- | ShiftOS.Main/ShiftOS.Main.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj index ad01ba0..9a5484c 100644 --- a/ShiftOS.Main/ShiftOS.Main.csproj +++ b/ShiftOS.Main/ShiftOS.Main.csproj @@ -33,6 +33,9 @@ <LangVersion>latest</LangVersion> </PropertyGroup> <ItemGroup> + <Reference Include="DotNetZip, Version=1.10.1.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL"> + <HintPath>..\packages\DotNetZip.1.10.1\lib\net20\DotNetZip.dll</HintPath> + </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> |
