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
|
</PropertyGroup>
|
20
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
21
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
22
|
<DebugSymbols>true</DebugSymbols>
|
23
|
<DebugType>full</DebugType>
|
24
|
<Optimize>false</Optimize>
|
25
|
<OutputPath>bin\Debug\</OutputPath>
|
26
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
27
|
<ErrorReport>prompt</ErrorReport>
|
28
|
<WarningLevel>4</WarningLevel>
|
29
|
</PropertyGroup>
|
30
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
31
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
32
|
<DebugType>pdbonly</DebugType>
|
33
|
<Optimize>true</Optimize>
|
34
|
<OutputPath>bin\Release\</OutputPath>
|
35
|
<DefineConstants>TRACE</DefineConstants>
|
36
|
<ErrorReport>prompt</ErrorReport>
|
37
|
<WarningLevel>4</WarningLevel>
|
38
|
</PropertyGroup>
|
39
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
40
|
<DebugSymbols>true</DebugSymbols>
|
41
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
42
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
43
|
<DebugType>full</DebugType>
|
44
|
<PlatformTarget>x64</PlatformTarget>
|
45
|
<LangVersion>7.3</LangVersion>
|
46
|
<ErrorReport>prompt</ErrorReport>
|
47
|
<Prefer32Bit>true</Prefer32Bit>
|
48
|
</PropertyGroup>
|
49
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
50
|
<OutputPath>bin\x64\Release\</OutputPath>
|
51
|
<DefineConstants>TRACE</DefineConstants>
|
52
|
<Optimize>true</Optimize>
|
53
|
<DebugType>pdbonly</DebugType>
|
54
|
<PlatformTarget>x64</PlatformTarget>
|
55
|
<LangVersion>7.3</LangVersion>
|
56
|
<ErrorReport>prompt</ErrorReport>
|
57
|
<Prefer32Bit>true</Prefer32Bit>
|
58
|
</PropertyGroup>
|
59
|
<ItemGroup>
|
60
|
<Reference Include="Microsoft.ML, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
61
|
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.dll</HintPath>
|
62
|
</Reference>
|
63
|
<Reference Include="Microsoft.ML.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
64
|
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.Core.dll</HintPath>
|
65
|
</Reference>
|
66
|
<Reference Include="Microsoft.ML.CpuMath, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
67
|
<HintPath>..\packages\Microsoft.ML.CpuMath.1.5.5\lib\netstandard2.0\Microsoft.ML.CpuMath.dll</HintPath>
|
68
|
</Reference>
|
69
|
<Reference Include="Microsoft.ML.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
70
|
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.Data.dll</HintPath>
|
71
|
</Reference>
|
72
|
<Reference Include="Microsoft.ML.DataView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
73
|
<HintPath>..\packages\Microsoft.ML.DataView.1.5.5\lib\netstandard2.0\Microsoft.ML.DataView.dll</HintPath>
|
74
|
</Reference>
|
75
|
<Reference Include="Microsoft.ML.KMeansClustering, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
76
|
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.KMeansClustering.dll</HintPath>
|
77
|
</Reference>
|
78
|
<Reference Include="Microsoft.ML.PCA, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
79
|
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.PCA.dll</HintPath>
|
80
|
</Reference>
|
81
|
<Reference Include="Microsoft.ML.StandardTrainers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
82
|
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.StandardTrainers.dll</HintPath>
|
83
|
</Reference>
|
84
|
<Reference Include="Microsoft.ML.Transforms, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
85
|
<HintPath>..\packages\Microsoft.ML.1.5.5\lib\netstandard2.0\Microsoft.ML.Transforms.dll</HintPath>
|
86
|
</Reference>
|
87
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
88
|
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
89
|
</Reference>
|
90
|
<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>
|
93
|
</Reference>
|
94
|
<Reference Include="System.CodeDom, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
95
|
<HintPath>..\packages\System.CodeDom.4.4.0\lib\net461\System.CodeDom.dll</HintPath>
|
96
|
</Reference>
|
97
|
<Reference Include="System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
98
|
<HintPath>..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll</HintPath>
|
99
|
</Reference>
|
100
|
<Reference Include="System.Core" />
|
101
|
<Reference Include="System.IO.Compression" />
|
102
|
<Reference Include="System.IO.Compression.FileSystem" />
|
103
|
<Reference Include="System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
104
|
<HintPath>..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll</HintPath>
|
105
|
<Private>True</Private>
|
106
|
<Private>True</Private>
|
107
|
</Reference>
|
108
|
<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>
|
110
|
</Reference>
|
111
|
<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>
|
114
|
</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>
|
117
|
</Reference>
|
118
|
<Reference Include="System.Threading.Channels, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
119
|
<HintPath>..\packages\System.Threading.Channels.4.7.1\lib\net461\System.Threading.Channels.dll</HintPath>
|
120
|
</Reference>
|
121
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
122
|
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
123
|
</Reference>
|
124
|
<Reference Include="System.Web" />
|
125
|
<Reference Include="System.Xml.Linq" />
|
126
|
<Reference Include="System.Data.DataSetExtensions" />
|
127
|
<Reference Include="Microsoft.CSharp" />
|
128
|
<Reference Include="System.Data" />
|
129
|
<Reference Include="System.Net.Http" />
|
130
|
<Reference Include="System.Xml" />
|
131
|
</ItemGroup>
|
132
|
<ItemGroup>
|
133
|
<Compile Include="Connection\ConnectionListener.cs" />
|
134
|
<Compile Include="Connection\XMLProtocolHandler\Buildings.cs" />
|
135
|
<Compile Include="Connection\XMLProtocolHandler\Date.cs" />
|
136
|
<Compile Include="Connection\XMLProtocolHandler\Prediction.cs" />
|
137
|
<Compile Include="Connection\XMLProtocolHandler\Request.cs" />
|
138
|
<Compile Include="Connection\XMLProtocolHandler\Response.cs" />
|
139
|
<Compile Include="Connection\XMLProtocolHandler\WeatherCondition.cs" />
|
140
|
<Compile Include="Connection\XMLProtocolHandler\XmlCommunication.cs" />
|
141
|
<Compile Include="DataDownload\DataDownloader.cs" />
|
142
|
<Compile Include="DataDownload\Date.cs" />
|
143
|
<Compile Include="Parser\InputData\CsvDataLoader.cs" />
|
144
|
<Compile Include="Parser\InputData\DataLoader.cs" />
|
145
|
<Compile Include="Parser\InputData\JisInstance.cs" />
|
146
|
<Compile Include="Parser\InputData\LogInInstance.cs" />
|
147
|
<Compile Include="Parser\InputData\WeatherInstance.cs" />
|
148
|
<Compile Include="Parser\OutputInfo\ActivityInfo.cs" />
|
149
|
<Compile Include="Parser\OutputInfo\JisInfo.cs" />
|
150
|
<Compile Include="Parser\OutputInfo\LogInInfo.cs" />
|
151
|
<Compile Include="Parser\OutputInfo\LumInfo.cs" />
|
152
|
<Compile Include="Parser\OutputInfo\RainInfo.cs" />
|
153
|
<Compile Include="Parser\OutputInfo\TempInfo.cs" />
|
154
|
<Compile Include="Parser\OutputInfo\WeatherConditions.cs" />
|
155
|
<Compile Include="Parser\OutputInfo\WeatherInfo.cs" />
|
156
|
<Compile Include="Parser\OutputInfo\WindInfo.cs" />
|
157
|
<Compile Include="Parser\Parsers\DataParser.cs" />
|
158
|
<Compile Include="Parser\Parsers\JisParser.cs" />
|
159
|
<Compile Include="Parser\Parsers\LogInParser.cs" />
|
160
|
<Compile Include="Parser\Parsers\TagInfo.cs" />
|
161
|
<Compile Include="Parser\Parsers\WeatherParser.cs" />
|
162
|
<Compile Include="Predictor\IPredictor.cs" />
|
163
|
<Compile Include="Predictor\ModelInput.cs" />
|
164
|
<Compile Include="Predictor\ModelOutput.cs" />
|
165
|
<Compile Include="Predictor\NaiveBayesClassifier.cs" />
|
166
|
<Compile Include="Program.cs" />
|
167
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
168
|
<Compile Include="User\CommandsAcceptor.cs" />
|
169
|
</ItemGroup>
|
170
|
<ItemGroup>
|
171
|
<None Include="App.config" />
|
172
|
<None Include="data\jis\OD_ZCU_JIS_06_2019.CSV" />
|
173
|
<None Include="data\jis\OD_ZCU_JIS_09_2019.CSV" />
|
174
|
<None Include="data\jis\OD_ZCU_JIS_10_2019.CSV" />
|
175
|
<None Include="data\jis\OD_ZCU_JIS_11_2019.CSV" />
|
176
|
<None Include="data\jis\OD_ZCU_JIS_12_2019.CSV" />
|
177
|
<None Include="data\jis\OD_ZCU_JIS_13_2019.CSV">
|
178
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
179
|
</None>
|
180
|
<None Include="data\login\OD_ZCU_STROJE_06_2019.CSV" />
|
181
|
<None Include="data\login\OD_ZCU_STROJE_09_2019.CSV" />
|
182
|
<None Include="data\login\OD_ZCU_STROJE_10_2019.CSV" />
|
183
|
<None Include="data\login\OD_ZCU_STROJE_11_2019.CSV" />
|
184
|
<None Include="data\login\OD_ZCU_STROJE_12_2019.CSV" />
|
185
|
<None Include="data\login\OD_ZCU_STROJE_13_2019.CSV">
|
186
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
187
|
</None>
|
188
|
<None Include="data\weather\OD_ZCU_POCASI_06_2019.CSV">
|
189
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
190
|
</None>
|
191
|
<None Include="data\weather\OD_ZCU_POCASI_09_2019.CSV">
|
192
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
193
|
</None>
|
194
|
<None Include="data\weather\OD_ZCU_POCASI_10_2019.CSV">
|
195
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
196
|
</None>
|
197
|
<None Include="data\weather\OD_ZCU_POCASI_11_2019.CSV">
|
198
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
199
|
</None>
|
200
|
<None Include="data\weather\OD_ZCU_POCASI_12_2019.CSV">
|
201
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
202
|
</None>
|
203
|
<None Include="data\weather\OD_ZCU_POCASI_13_2019.CSV">
|
204
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
205
|
</None>
|
206
|
<None Include="packages.config" />
|
207
|
</ItemGroup>
|
208
|
<ItemGroup>
|
209
|
<Folder Include="data\auto\" />
|
210
|
</ItemGroup>
|
211
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
212
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
213
|
<PropertyGroup>
|
214
|
<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>
|
215
|
</PropertyGroup>
|
216
|
<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'))" />
|
217
|
<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'))" />
|
218
|
<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'))" />
|
219
|
</Target>
|
220
|
<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')" />
|
221
|
</Project>
|