Revize 4129ce12
Přidáno uživatelem Eliška Mourycová před více než 3 roky(ů)
Server/ServerApp/ServerApp.csproj | ||
---|---|---|
165 | 165 |
<Compile Include="Predictor\NaiveBayesClassifier.cs" /> |
166 | 166 |
<Compile Include="Program.cs" /> |
167 | 167 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
168 |
<Compile Include="User\Command.cs" /> |
|
168 | 169 |
<Compile Include="User\CommandsAcceptor.cs" /> |
169 | 170 |
</ItemGroup> |
170 | 171 |
<ItemGroup> |
Také k dispozici: Unified diff
Re #8838. Started refining commands accepting + modified GetData in DataDownloader.