Revize 66c3e0df
Přidáno uživatelem Roman Kalivoda před více než 3 roky(ů)
Server/ServerApp/ServerApp.csproj | ||
---|---|---|
45 | 45 |
<LangVersion>7.3</LangVersion> |
46 | 46 |
<ErrorReport>prompt</ErrorReport> |
47 | 47 |
<Prefer32Bit>true</Prefer32Bit> |
48 |
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
|
|
48 |
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
|
|
49 | 49 |
</PropertyGroup> |
50 | 50 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
51 | 51 |
<OutputPath>bin\x64\Release\</OutputPath> |
... | ... | |
57 | 57 |
<ErrorReport>prompt</ErrorReport> |
58 | 58 |
<Prefer32Bit>true</Prefer32Bit> |
59 | 59 |
</PropertyGroup> |
60 |
<PropertyGroup> |
|
61 |
<StartupObject>ServerApp.Program</StartupObject> |
|
62 |
</PropertyGroup> |
|
60 | 63 |
<ItemGroup> |
61 |
<Reference Include="Microsoft.ML, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
|
62 |
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.dll</HintPath> |
|
63 |
</Reference> |
|
64 |
<Reference Include="Microsoft.ML.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
|
65 |
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.Core.dll</HintPath> |
|
66 |
</Reference> |
|
67 |
<Reference Include="Microsoft.ML.CpuMath, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
|
68 |
<HintPath>..\packages\Microsoft.ML.CpuMath.1.5.5\lib\netstandard2.0\Microsoft.ML.CpuMath.dll</HintPath> |
|
69 |
</Reference> |
|
70 |
<Reference Include="Microsoft.ML.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
|
71 |
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.Data.dll</HintPath> |
|
72 |
</Reference> |
|
73 |
<Reference Include="Microsoft.ML.DataView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
|
74 |
<HintPath>..\packages\Microsoft.ML.DataView.1.5.5\lib\netstandard2.0\Microsoft.ML.DataView.dll</HintPath> |
|
75 |
</Reference> |
|
76 |
<Reference Include="Microsoft.ML.KMeansClustering, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
|
77 |
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.KMeansClustering.dll</HintPath> |
|
78 |
</Reference> |
|
79 |
<Reference Include="Microsoft.ML.PCA, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
|
80 |
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.PCA.dll</HintPath> |
|
81 |
</Reference> |
|
82 |
<Reference Include="Microsoft.ML.StandardTrainers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
|
83 |
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.StandardTrainers.dll</HintPath> |
|
84 |
</Reference> |
|
85 |
<Reference Include="Microsoft.ML.Transforms, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
|
86 |
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.Transforms.dll</HintPath> |
|
87 |
</Reference> |
|
88 |
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
|
89 |
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
|
90 |
</Reference> |
|
91 | 64 |
<Reference Include="System" /> |
92 | 65 |
<Reference Include="System.Core" /> |
93 | 66 |
<Reference Include="System.Xml.Linq" /> |
... | ... | |
175 | 148 |
</None> |
176 | 149 |
<None Include="packages.config" /> |
177 | 150 |
</ItemGroup> |
178 |
<ItemGroup /> |
|
151 |
<ItemGroup> |
|
152 |
<PackageReference Include="Microsoft.ML"> |
|
153 |
<Version>1.5.2</Version> |
|
154 |
</PackageReference> |
|
155 |
<PackageReference Include="System.Runtime.CompilerServices.Unsafe"> |
|
156 |
<Version>5.0.0</Version> |
|
157 |
</PackageReference> |
|
158 |
</ItemGroup> |
|
179 | 159 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
180 | 160 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
181 | 161 |
<PropertyGroup> |
Také k dispozici: Unified diff
re #8598
Update Server/ServerApp/ServerApp.csproj
fixed corrupted dependencies
working simple classification