1
|
<?xml version="1.0" encoding="utf-8"?>
|
2
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3
|
<Import Project="..\packages\Microsoft.ML.1.5.5\build\netstandard2.0\Microsoft.ML.props" Condition="Exists('..\packages\Microsoft.ML.1.5.5\build\netstandard2.0\Microsoft.ML.props')" />
|
4
|
<Import Project="..\packages\Microsoft.ML.CpuMath.1.5.5\build\netstandard2.0\Microsoft.ML.CpuMath.props" Condition="Exists('..\packages\Microsoft.ML.CpuMath.1.5.5\build\netstandard2.0\Microsoft.ML.CpuMath.props')" />
|
5
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
6
|
<PropertyGroup>
|
7
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
8
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
9
|
<ProjectGuid>{18FCFB20-B860-4147-8E7C-8A0DD84C55D4}</ProjectGuid>
|
10
|
<OutputType>Exe</OutputType>
|
11
|
<RootNamespace>ServerApp</RootNamespace>
|
12
|
<AssemblyName>ServerApp</AssemblyName>
|
13
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
14
|
<FileAlignment>512</FileAlignment>
|
15
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
16
|
<Deterministic>true</Deterministic>
|
17
|
<NuGetPackageImportStamp>
|
18
|
</NuGetPackageImportStamp>
|
19
|
<PublishUrl>publish\</PublishUrl>
|
20
|
<Install>true</Install>
|
21
|
<InstallFrom>Disk</InstallFrom>
|
22
|
<UpdateEnabled>false</UpdateEnabled>
|
23
|
<UpdateMode>Foreground</UpdateMode>
|
24
|
<UpdateInterval>7</UpdateInterval>
|
25
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
26
|
<UpdatePeriodically>false</UpdatePeriodically>
|
27
|
<UpdateRequired>false</UpdateRequired>
|
28
|
<MapFileExtensions>true</MapFileExtensions>
|
29
|
<ApplicationRevision>0</ApplicationRevision>
|
30
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
31
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
32
|
<UseApplicationTrust>false</UseApplicationTrust>
|
33
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
34
|
</PropertyGroup>
|
35
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
36
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
37
|
<DebugSymbols>true</DebugSymbols>
|
38
|
<DebugType>full</DebugType>
|
39
|
<Optimize>false</Optimize>
|
40
|
<OutputPath>bin\Debug\</OutputPath>
|
41
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
42
|
<ErrorReport>prompt</ErrorReport>
|
43
|
<WarningLevel>4</WarningLevel>
|
44
|
</PropertyGroup>
|
45
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
46
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
47
|
<DebugType>pdbonly</DebugType>
|
48
|
<Optimize>true</Optimize>
|
49
|
<OutputPath>bin\Release\</OutputPath>
|
50
|
<DefineConstants>TRACE</DefineConstants>
|
51
|
<ErrorReport>prompt</ErrorReport>
|
52
|
<WarningLevel>4</WarningLevel>
|
53
|
</PropertyGroup>
|
54
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
55
|
<DebugSymbols>true</DebugSymbols>
|
56
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
57
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
58
|
<DebugType>full</DebugType>
|
59
|
<PlatformTarget>x64</PlatformTarget>
|
60
|
<LangVersion>7.3</LangVersion>
|
61
|
<ErrorReport>prompt</ErrorReport>
|
62
|
<Prefer32Bit>true</Prefer32Bit>
|
63
|
</PropertyGroup>
|
64
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
65
|
<OutputPath>bin\x64\Release\</OutputPath>
|
66
|
<DefineConstants>TRACE</DefineConstants>
|
67
|
<Optimize>true</Optimize>
|
68
|
<DebugType>pdbonly</DebugType>
|
69
|
<PlatformTarget>x64</PlatformTarget>
|
70
|
<LangVersion>7.3</LangVersion>
|
71
|
<ErrorReport>prompt</ErrorReport>
|
72
|
<Prefer32Bit>true</Prefer32Bit>
|
73
|
</PropertyGroup>
|
74
|
<ItemGroup>
|
75
|
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
76
|
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
77
|
</Reference>
|
78
|
<Reference Include="Microsoft.ML, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
79
|
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.dll</HintPath>
|
80
|
</Reference>
|
81
|
<Reference Include="Microsoft.ML.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
82
|
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.Core.dll</HintPath>
|
83
|
</Reference>
|
84
|
<Reference Include="Microsoft.ML.CpuMath, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
85
|
<HintPath>..\packages\Microsoft.ML.CpuMath.1.5.5\lib\netstandard2.0\Microsoft.ML.CpuMath.dll</HintPath>
|
86
|
</Reference>
|
87
|
<Reference Include="Microsoft.ML.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
88
|
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.Data.dll</HintPath>
|
89
|
</Reference>
|
90
|
<Reference Include="Microsoft.ML.DataView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
91
|
<HintPath>..\packages\Microsoft.ML.DataView.1.5.5\lib\netstandard2.0\Microsoft.ML.DataView.dll</HintPath>
|
92
|
</Reference>
|
93
|
<Reference Include="Microsoft.ML.KMeansClustering, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
94
|
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.KMeansClustering.dll</HintPath>
|
95
|
</Reference>
|
96
|
<Reference Include="Microsoft.ML.PCA, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
97
|
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.PCA.dll</HintPath>
|
98
|
</Reference>
|
99
|
<Reference Include="Microsoft.ML.StandardTrainers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
100
|
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.StandardTrainers.dll</HintPath>
|
101
|
</Reference>
|
102
|
<Reference Include="Microsoft.ML.Transforms, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
103
|
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.Transforms.dll</HintPath>
|
104
|
</Reference>
|
105
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
106
|
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
107
|
</Reference>
|
108
|
<Reference Include="System" />
|
109
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
110
|
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
111
|
</Reference>
|
112
|
<Reference Include="System.CodeDom, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
113
|
<HintPath>..\packages\System.CodeDom.4.4.0\lib\net461\System.CodeDom.dll</HintPath>
|
114
|
</Reference>
|
115
|
<Reference Include="System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
116
|
<HintPath>..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll</HintPath>
|
117
|
</Reference>
|
118
|
<Reference Include="System.Core" />
|
119
|
<Reference Include="System.IO.Compression" />
|
120
|
<Reference Include="System.IO.Compression.FileSystem" />
|
121
|
<Reference Include="System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
122
|
<HintPath>..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll</HintPath>
|
123
|
<Private>True</Private>
|
124
|
<Private>True</Private>
|
125
|
</Reference>
|
126
|
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
127
|
<HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
|
128
|
</Reference>
|
129
|
<Reference Include="System.Numerics" />
|
130
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
131
|
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
132
|
</Reference>
|
133
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
134
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
135
|
</Reference>
|
136
|
<Reference Include="System.Text.Encodings.Web, Version=5.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
137
|
<HintPath>..\packages\System.Text.Encodings.Web.5.0.1\lib\net461\System.Text.Encodings.Web.dll</HintPath>
|
138
|
</Reference>
|
139
|
<Reference Include="System.Text.Json, Version=5.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
140
|
<HintPath>..\packages\System.Text.Json.5.0.2\lib\net461\System.Text.Json.dll</HintPath>
|
141
|
</Reference>
|
142
|
<Reference Include="System.Threading.Channels, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
143
|
<HintPath>..\packages\System.Threading.Channels.4.7.1\lib\net461\System.Threading.Channels.dll</HintPath>
|
144
|
</Reference>
|
145
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
146
|
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
147
|
</Reference>
|
148
|
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
149
|
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
|
150
|
</Reference>
|
151
|
<Reference Include="System.Web" />
|
152
|
<Reference Include="System.Xml.Linq" />
|
153
|
<Reference Include="System.Data.DataSetExtensions" />
|
154
|
<Reference Include="Microsoft.CSharp" />
|
155
|
<Reference Include="System.Data" />
|
156
|
<Reference Include="System.Net.Http" />
|
157
|
<Reference Include="System.Xml" />
|
158
|
</ItemGroup>
|
159
|
<ItemGroup>
|
160
|
<Compile Include="Connection\ConnectionListener.cs" />
|
161
|
<Compile Include="DataDownload\DataDownloader.cs" />
|
162
|
<Compile Include="DataDownload\Date.cs" />
|
163
|
<Compile Include="Parser\InputData\CsvDataLoader.cs" />
|
164
|
<Compile Include="Parser\InputData\IDataLoader.cs" />
|
165
|
<Compile Include="Parser\InputData\JisInstance.cs" />
|
166
|
<Compile Include="Parser\InputData\LogInInstance.cs" />
|
167
|
<Compile Include="Parser\InputData\WeatherInstance.cs" />
|
168
|
<Compile Include="Parser\OutputInfo\ActivityInfo.cs" />
|
169
|
<Compile Include="Parser\OutputInfo\WeatherConditions.cs" />
|
170
|
<Compile Include="Parser\OutputInfo\WeatherInfo.cs" />
|
171
|
<Compile Include="Parser\Parsers\DataParser.cs" />
|
172
|
<Compile Include="Parser\Parsers\IDataParser.cs" />
|
173
|
<Compile Include="Parser\Parsers\JisParser.cs" />
|
174
|
<Compile Include="WeatherPredictionParser\JsonParser.cs" />
|
175
|
<Compile Include="Parser\Parsers\LogInParser.cs" />
|
176
|
<Compile Include="Parser\Parsers\TagInfo.cs" />
|
177
|
<Compile Include="Parser\Parsers\WeatherParser.cs" />
|
178
|
<Compile Include="Predictor\IPredictor.cs" />
|
179
|
<Compile Include="Predictor\ModelInput.cs" />
|
180
|
<Compile Include="Predictor\ModelOutput.cs" />
|
181
|
<Compile Include="Predictor\NaiveBayesClassifier.cs" />
|
182
|
<Compile Include="Program.cs" />
|
183
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
184
|
<Compile Include="User\CommandsAcceptor.cs" />
|
185
|
</ItemGroup>
|
186
|
<ItemGroup>
|
187
|
<None Include="App.config" />
|
188
|
<None Include="data\jis\OD_ZCU_JIS_06_2019.CSV" />
|
189
|
<None Include="data\jis\OD_ZCU_JIS_09_2019.CSV" />
|
190
|
<None Include="data\jis\OD_ZCU_JIS_10_2019.CSV" />
|
191
|
<None Include="data\jis\OD_ZCU_JIS_11_2019.CSV" />
|
192
|
<None Include="data\jis\OD_ZCU_JIS_12_2019.CSV" />
|
193
|
<None Include="data\jis\OD_ZCU_JIS_13_2019.CSV">
|
194
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
195
|
</None>
|
196
|
<None Include="data\login\OD_ZCU_STROJE_06_2019.CSV" />
|
197
|
<None Include="data\login\OD_ZCU_STROJE_09_2019.CSV" />
|
198
|
<None Include="data\login\OD_ZCU_STROJE_10_2019.CSV" />
|
199
|
<None Include="data\login\OD_ZCU_STROJE_11_2019.CSV" />
|
200
|
<None Include="data\login\OD_ZCU_STROJE_12_2019.CSV" />
|
201
|
<None Include="data\login\OD_ZCU_STROJE_13_2019.CSV">
|
202
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
203
|
</None>
|
204
|
<None Include="data\weather\OD_ZCU_POCASI_06_2019.CSV">
|
205
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
206
|
</None>
|
207
|
<None Include="data\weather\OD_ZCU_POCASI_09_2019.CSV">
|
208
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
209
|
</None>
|
210
|
<None Include="data\weather\OD_ZCU_POCASI_10_2019.CSV">
|
211
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
212
|
</None>
|
213
|
<None Include="data\weather\OD_ZCU_POCASI_11_2019.CSV">
|
214
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
215
|
</None>
|
216
|
<None Include="data\weather\OD_ZCU_POCASI_12_2019.CSV">
|
217
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
218
|
</None>
|
219
|
<None Include="data\weather\OD_ZCU_POCASI_13_2019.CSV">
|
220
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
221
|
</None>
|
222
|
<None Include="packages.config" />
|
223
|
</ItemGroup>
|
224
|
<ItemGroup>
|
225
|
<Folder Include="data\auto\" />
|
226
|
</ItemGroup>
|
227
|
<ItemGroup>
|
228
|
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
|
229
|
<Visible>False</Visible>
|
230
|
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName>
|
231
|
<Install>true</Install>
|
232
|
</BootstrapperPackage>
|
233
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
234
|
<Visible>False</Visible>
|
235
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
236
|
<Install>false</Install>
|
237
|
</BootstrapperPackage>
|
238
|
</ItemGroup>
|
239
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
240
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
241
|
<PropertyGroup>
|
242
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
243
|
</PropertyGroup>
|
244
|
<Error Condition="!Exists('..\packages\Microsoft.ML.CpuMath.1.5.5\build\netstandard2.0\Microsoft.ML.CpuMath.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.ML.CpuMath.1.5.5\build\netstandard2.0\Microsoft.ML.CpuMath.props'))" />
|
245
|
<Error Condition="!Exists('..\packages\Microsoft.ML.1.5.5\build\netstandard2.0\Microsoft.ML.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.ML.1.5.5\build\netstandard2.0\Microsoft.ML.props'))" />
|
246
|
<Error Condition="!Exists('..\packages\Microsoft.ML.1.5.5\build\netstandard2.0\Microsoft.ML.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.ML.1.5.5\build\netstandard2.0\Microsoft.ML.targets'))" />
|
247
|
</Target>
|
248
|
<Import Project="..\packages\Microsoft.ML.1.5.5\build\netstandard2.0\Microsoft.ML.targets" Condition="Exists('..\packages\Microsoft.ML.1.5.5\build\netstandard2.0\Microsoft.ML.targets')" />
|
249
|
</Project>
|