Skip to content

Commit

Permalink
added DevExpress Office.Core DLL (required by RichEdit in Filter Editor)
Browse files Browse the repository at this point in the history
removed dependency on ZeroMQ
  • Loading branch information
PredatH0r committed Nov 2, 2015
1 parent 44f2bf6 commit 25c936d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion CreateDistribZip.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ copy QueryMaster.dll "%target%"
copy Ionic.BZip2.dll "%target%"
copy steam_api.dll "%target%"

del "DevExpress*Office*"
rem del "DevExpress*Rich*"
rem del "DevExpress*Office*"
del "DevExpress*Spark*"
del "DevExpress*Tree*"
copy "DevExpress*.dll" "%target%"
Expand Down
4 changes: 0 additions & 4 deletions ServerBrowser/ServerBrowser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@
<Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Xml" />
<Reference Include="ZeroMQ">
<HintPath>..\packages\ZeroMQ.4.1.0.15\lib\net40\ZeroMQ.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Games\CounterStrikeGO.cs" />
Expand Down

0 comments on commit 25c936d

Please sign in to comment.