1 |
cb0b7cb9
|
A-Konig
|
<?xml version="1.0" encoding="utf-8"?>
|
2 |
3811845f
|
Alex Konig
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 |
9fc5fa93
|
Roman Kalivoda
|
<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 |
3811845f
|
Alex Konig
|
<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 |
cb0b7cb9
|
A-Konig
|
<ProjectGuid>{18FCFB20-B860-4147-8E7C-8A0DD84C55D4}</ProjectGuid>
|
10 |
3811845f
|
Alex Konig
|
<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 |
9fc5fa93
|
Roman Kalivoda
|
<NuGetPackageImportStamp>
|
18 |
|
|
</NuGetPackageImportStamp>
|
19 |
cdf3c217
|
A-Konig
|
<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 |
3811845f
|
Alex Konig
|
</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 |
9fc5fa93
|
Roman Kalivoda
|
<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 |
3811845f
|
Alex Konig
|
<ItemGroup>
|
75 |
c9eed50c
|
A-Konig
|
<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 |
cb0b7cb9
|
A-Konig
|
<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 |
3811845f
|
Alex Konig
|
<Reference Include="System" />
|
109 |
c9eed50c
|
A-Konig
|
<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 |
cb0b7cb9
|
A-Konig
|
</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 |
3811845f
|
Alex Konig
|
<Reference Include="System.Core" />
|
119 |
d2d1c86a
|
Eliška Mourycová
|
<Reference Include="System.IO.Compression" />
|
120 |
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
121 |
cb0b7cb9
|
A-Konig
|
<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 |
c9eed50c
|
A-Konig
|
<HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
|
128 |
cb0b7cb9
|
A-Konig
|
</Reference>
|
129 |
|
|
<Reference Include="System.Numerics" />
|
130 |
c9eed50c
|
A-Konig
|
<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 |
cb0b7cb9
|
A-Konig
|
</Reference>
|
136 |
c9eed50c
|
A-Konig
|
<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 |
cb0b7cb9
|
A-Konig
|
</Reference>
|
139 |
c9eed50c
|
A-Konig
|
<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 |
cb0b7cb9
|
A-Konig
|
</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 |
c9eed50c
|
A-Konig
|
<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 |
e257ae8f
|
Eliška Mourycová
|
<Reference Include="System.Web" />
|
152 |
3811845f
|
Alex Konig
|
<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 |
3aba3c34
|
Eliška Mourycová
|
<Compile Include="Connection\ConnectionListener.cs" />
|
161 |
6b4c34a2
|
Eliška Mourycová
|
<Compile Include="Connection\XMLProtocolHandler\Buildings.cs" />
|
162 |
|
|
<Compile Include="Connection\XMLProtocolHandler\Date.cs" />
|
163 |
|
|
<Compile Include="Connection\XMLProtocolHandler\Prediction.cs" />
|
164 |
|
|
<Compile Include="Connection\XMLProtocolHandler\Request.cs" />
|
165 |
|
|
<Compile Include="Connection\XMLProtocolHandler\Response.cs" />
|
166 |
|
|
<Compile Include="Connection\XMLProtocolHandler\WeatherCondition.cs" />
|
167 |
|
|
<Compile Include="Connection\XMLProtocolHandler\XmlCommunication.cs" />
|
168 |
d2d1c86a
|
Eliška Mourycová
|
<Compile Include="DataDownload\DataDownloader.cs" />
|
169 |
7a998d66
|
Eliška Mourycová
|
<Compile Include="DataDownload\Date.cs" />
|
170 |
3811845f
|
Alex Konig
|
<Compile Include="Parser\InputData\CsvDataLoader.cs" />
|
171 |
cdf3c217
|
A-Konig
|
<Compile Include="Parser\InputData\IDataLoader.cs" />
|
172 |
3811845f
|
Alex Konig
|
<Compile Include="Parser\InputData\JisInstance.cs" />
|
173 |
|
|
<Compile Include="Parser\InputData\LogInInstance.cs" />
|
174 |
|
|
<Compile Include="Parser\InputData\WeatherInstance.cs" />
|
175 |
734533a8
|
A-Konig
|
<Compile Include="Parser\OutputInfo\ActivityInfo.cs" />
|
176 |
9fb55c71
|
A-Konig
|
<Compile Include="Parser\OutputInfo\ValueToConditions.cs" />
|
177 |
734533a8
|
A-Konig
|
<Compile Include="Parser\OutputInfo\WeatherConditions.cs" />
|
178 |
3811845f
|
Alex Konig
|
<Compile Include="Parser\OutputInfo\WeatherInfo.cs" />
|
179 |
734533a8
|
A-Konig
|
<Compile Include="Parser\Parsers\DataParser.cs" />
|
180 |
cdf3c217
|
A-Konig
|
<Compile Include="Parser\Parsers\IDataParser.cs" />
|
181 |
3811845f
|
Alex Konig
|
<Compile Include="Parser\Parsers\JisParser.cs" />
|
182 |
ebe96ca4
|
Roman Kalivoda
|
<Compile Include="Predictor\FeatureExtractor.cs" />
|
183 |
|
|
<Compile Include="Predictor\IPredictionController.cs" />
|
184 |
|
|
<Compile Include="Predictor\PredictionController.cs" />
|
185 |
9fb55c71
|
A-Konig
|
<Compile Include="WeatherPredictionParser\IJsonParser.cs" />
|
186 |
cdf3c217
|
A-Konig
|
<Compile Include="WeatherPredictionParser\JsonParser.cs" />
|
187 |
3811845f
|
Alex Konig
|
<Compile Include="Parser\Parsers\LogInParser.cs" />
|
188 |
|
|
<Compile Include="Parser\Parsers\TagInfo.cs" />
|
189 |
|
|
<Compile Include="Parser\Parsers\WeatherParser.cs" />
|
190 |
cb0b7cb9
|
A-Konig
|
<Compile Include="Predictor\IPredictor.cs" />
|
191 |
|
|
<Compile Include="Predictor\ModelInput.cs" />
|
192 |
|
|
<Compile Include="Predictor\ModelOutput.cs" />
|
193 |
|
|
<Compile Include="Predictor\NaiveBayesClassifier.cs" />
|
194 |
3811845f
|
Alex Konig
|
<Compile Include="Program.cs" />
|
195 |
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
196 |
4129ce12
|
Eliška Mourycová
|
<Compile Include="User\Command.cs" />
|
197 |
4a417b8b
|
Eliška Mourycová
|
<Compile Include="User\CommandsAcceptor.cs" />
|
198 |
3811845f
|
Alex Konig
|
</ItemGroup>
|
199 |
|
|
<ItemGroup>
|
200 |
|
|
<None Include="App.config" />
|
201 |
cb0b7cb9
|
A-Konig
|
<None Include="data\jis\OD_ZCU_JIS_06_2019.CSV" />
|
202 |
|
|
<None Include="data\jis\OD_ZCU_JIS_09_2019.CSV" />
|
203 |
|
|
<None Include="data\jis\OD_ZCU_JIS_10_2019.CSV" />
|
204 |
|
|
<None Include="data\jis\OD_ZCU_JIS_11_2019.CSV" />
|
205 |
|
|
<None Include="data\jis\OD_ZCU_JIS_12_2019.CSV" />
|
206 |
d39750f3
|
A-Konig
|
<None Include="data\jis\OD_ZCU_JIS_13_2019.CSV">
|
207 |
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
208 |
|
|
</None>
|
209 |
cb0b7cb9
|
A-Konig
|
<None Include="data\login\OD_ZCU_STROJE_06_2019.CSV" />
|
210 |
|
|
<None Include="data\login\OD_ZCU_STROJE_09_2019.CSV" />
|
211 |
|
|
<None Include="data\login\OD_ZCU_STROJE_10_2019.CSV" />
|
212 |
|
|
<None Include="data\login\OD_ZCU_STROJE_11_2019.CSV" />
|
213 |
|
|
<None Include="data\login\OD_ZCU_STROJE_12_2019.CSV" />
|
214 |
d39750f3
|
A-Konig
|
<None Include="data\login\OD_ZCU_STROJE_13_2019.CSV">
|
215 |
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
216 |
|
|
</None>
|
217 |
|
|
<None Include="data\weather\OD_ZCU_POCASI_06_2019.CSV">
|
218 |
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
219 |
|
|
</None>
|
220 |
|
|
<None Include="data\weather\OD_ZCU_POCASI_09_2019.CSV">
|
221 |
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
222 |
|
|
</None>
|
223 |
|
|
<None Include="data\weather\OD_ZCU_POCASI_10_2019.CSV">
|
224 |
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
225 |
|
|
</None>
|
226 |
|
|
<None Include="data\weather\OD_ZCU_POCASI_11_2019.CSV">
|
227 |
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
228 |
|
|
</None>
|
229 |
|
|
<None Include="data\weather\OD_ZCU_POCASI_12_2019.CSV">
|
230 |
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
231 |
|
|
</None>
|
232 |
|
|
<None Include="data\weather\OD_ZCU_POCASI_13_2019.CSV">
|
233 |
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
234 |
|
|
</None>
|
235 |
9fc5fa93
|
Roman Kalivoda
|
<None Include="packages.config" />
|
236 |
93452c41
|
A-Konig
|
</ItemGroup>
|
237 |
7a998d66
|
Eliška Mourycová
|
<ItemGroup>
|
238 |
|
|
<Folder Include="data\auto\" />
|
239 |
|
|
</ItemGroup>
|
240 |
cdf3c217
|
A-Konig
|
<ItemGroup>
|
241 |
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
|
242 |
|
|
<Visible>False</Visible>
|
243 |
|
|
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName>
|
244 |
|
|
<Install>true</Install>
|
245 |
|
|
</BootstrapperPackage>
|
246 |
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
247 |
|
|
<Visible>False</Visible>
|
248 |
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
249 |
|
|
<Install>false</Install>
|
250 |
|
|
</BootstrapperPackage>
|
251 |
|
|
</ItemGroup>
|
252 |
3811845f
|
Alex Konig
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
253 |
9fc5fa93
|
Roman Kalivoda
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
254 |
|
|
<PropertyGroup>
|
255 |
|
|
<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>
|
256 |
|
|
</PropertyGroup>
|
257 |
|
|
<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'))" />
|
258 |
|
|
<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'))" />
|
259 |
|
|
<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'))" />
|
260 |
|
|
</Target>
|
261 |
|
|
<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')" />
|
262 |
3811845f
|
Alex Konig
|
</Project>
|