diff options
| author | MichaelTheShifter <[email protected]> | 2016-05-01 20:23:48 -0400 |
|---|---|---|
| committer | MichaelTheShifter <[email protected]> | 2016-05-01 20:23:48 -0400 |
| commit | 0085241d2366f266b5416488dbead174184420b0 (patch) | |
| tree | bb496c70c8235998ac343e8a63ced5a96d318a03 /source/WindowsFormsApplication1/ShiftOS.csproj | |
| parent | ca5438be3956ee012a1bbcdab59512029a47fff2 (diff) | |
| download | shiftos-c--0085241d2366f266b5416488dbead174184420b0.tar.gz shiftos-c--0085241d2366f266b5416488dbead174184420b0.tar.bz2 shiftos-c--0085241d2366f266b5416488dbead174184420b0.zip | |
Beta 2.2 Patch 1
Commit for Beta 2.2 Patch 1
- Removed unused "Linux Mint 7" and "NetSockets" files from
Resources.resx
- Added a better server startup pool, no longer hardcoded.
- Added a server blacklist for disabling servers that break the rules of
the playshiftos.ml/forum server showcase
Diffstat (limited to 'source/WindowsFormsApplication1/ShiftOS.csproj')
| -rw-r--r-- | source/WindowsFormsApplication1/ShiftOS.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/ShiftOS.csproj b/source/WindowsFormsApplication1/ShiftOS.csproj index f102521..55de73e 100644 --- a/source/WindowsFormsApplication1/ShiftOS.csproj +++ b/source/WindowsFormsApplication1/ShiftOS.csproj @@ -52,7 +52,7 @@ <Private>True</Private> </Reference> <Reference Include="NetSockets"> - <HintPath>..\..\NetSockets.dll</HintPath> + <HintPath>..\..\..\..\Downloads\NetSockets.dll</HintPath> </Reference> <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <HintPath>..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
