Revize c9eed50c
Přidáno uživatelem Alex Konig před více než 3 roky(ů)
Server/ServerApp/ServerApp.csproj | ||
---|---|---|
57 | 57 |
<Prefer32Bit>true</Prefer32Bit> |
58 | 58 |
</PropertyGroup> |
59 | 59 |
<ItemGroup> |
60 |
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
|
61 |
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath> |
|
62 |
</Reference> |
|
60 | 63 |
<Reference Include="Microsoft.ML, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
61 | 64 |
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.dll</HintPath> |
62 | 65 |
</Reference> |
... | ... | |
88 | 91 |
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
89 | 92 |
</Reference> |
90 | 93 |
<Reference Include="System" /> |
91 |
<Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
92 |
<HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
|
|
94 |
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
95 |
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
|
93 | 96 |
</Reference> |
94 | 97 |
<Reference Include="System.CodeDom, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
95 | 98 |
<HintPath>..\packages\System.CodeDom.4.4.0\lib\net461\System.CodeDom.dll</HintPath> |
... | ... | |
106 | 109 |
<Private>True</Private> |
107 | 110 |
</Reference> |
108 | 111 |
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
109 |
<HintPath>..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
|
|
112 |
<HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
|
|
110 | 113 |
</Reference> |
111 | 114 |
<Reference Include="System.Numerics" /> |
112 |
<Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
113 |
<HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath> |
|
115 |
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
116 |
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath> |
|
117 |
</Reference> |
|
118 |
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
119 |
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
|
114 | 120 |
</Reference> |
115 |
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
116 |
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
|
121 |
<Reference Include="System.Text.Encodings.Web, Version=5.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
|
122 |
<HintPath>..\packages\System.Text.Encodings.Web.5.0.1\lib\net461\System.Text.Encodings.Web.dll</HintPath> |
|
123 |
</Reference> |
|
124 |
<Reference Include="System.Text.Json, Version=5.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
|
125 |
<HintPath>..\packages\System.Text.Json.5.0.2\lib\net461\System.Text.Json.dll</HintPath> |
|
117 | 126 |
</Reference> |
118 | 127 |
<Reference Include="System.Threading.Channels, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
119 | 128 |
<HintPath>..\packages\System.Threading.Channels.4.7.1\lib\net461\System.Threading.Channels.dll</HintPath> |
... | ... | |
121 | 130 |
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
122 | 131 |
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath> |
123 | 132 |
</Reference> |
133 |
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
|
134 |
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath> |
|
135 |
</Reference> |
|
124 | 136 |
<Reference Include="System.Web" /> |
125 | 137 |
<Reference Include="System.Xml.Linq" /> |
126 | 138 |
<Reference Include="System.Data.DataSetExtensions" /> |
... | ... | |
149 | 161 |
<Compile Include="Parser\OutputInfo\WindInfo.cs" /> |
150 | 162 |
<Compile Include="Parser\Parsers\DataParser.cs" /> |
151 | 163 |
<Compile Include="Parser\Parsers\JisParser.cs" /> |
164 |
<Compile Include="Parser\Parsers\JsonParser.cs" /> |
|
152 | 165 |
<Compile Include="Parser\Parsers\LogInParser.cs" /> |
153 | 166 |
<Compile Include="Parser\Parsers\TagInfo.cs" /> |
154 | 167 |
<Compile Include="Parser\Parsers\WeatherParser.cs" /> |
Také k dispozici: Unified diff
re #8840 First test