Projekt

Obecné

Profil

Stáhnout (12.6 KB) Statistiky
| Větev: | Tag: | Revize:
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 3811845f Alex Konig
  </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 9fc5fa93 Roman Kalivoda
  <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 3811845f Alex Konig
  <ItemGroup>
60 cb0b7cb9 A-Konig
    <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 3811845f Alex Konig
    <Reference Include="System" />
91 cb0b7cb9 A-Konig
    <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 3811845f Alex Konig
    <Reference Include="System.Core" />
101 d2d1c86a Eliška Mourycová
    <Reference Include="System.IO.Compression" />
102
    <Reference Include="System.IO.Compression.FileSystem" />
103 cb0b7cb9 A-Konig
    <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 3811845f Alex Konig
    <Reference Include="System.Xml.Linq" />
125
    <Reference Include="System.Data.DataSetExtensions" />
126
    <Reference Include="Microsoft.CSharp" />
127
    <Reference Include="System.Data" />
128
    <Reference Include="System.Net.Http" />
129
    <Reference Include="System.Xml" />
130
  </ItemGroup>
131
  <ItemGroup>
132 36c0667f Eliška Mourycová
    <Compile Include="Connection\SocketListener.cs" />
133 d2d1c86a Eliška Mourycová
    <Compile Include="DataDownload\DataDownloader.cs" />
134 7a998d66 Eliška Mourycová
    <Compile Include="DataDownload\Date.cs" />
135 3811845f Alex Konig
    <Compile Include="Parser\InputData\CsvDataLoader.cs" />
136 98b568bc A-Konig
    <Compile Include="Parser\InputData\DataLoader.cs" />
137 3811845f Alex Konig
    <Compile Include="Parser\InputData\JisInstance.cs" />
138
    <Compile Include="Parser\InputData\LogInInstance.cs" />
139
    <Compile Include="Parser\InputData\WeatherInstance.cs" />
140 734533a8 A-Konig
    <Compile Include="Parser\OutputInfo\ActivityInfo.cs" />
141 cb0b7cb9 A-Konig
    <Compile Include="Parser\OutputInfo\JisInfo.cs" />
142
    <Compile Include="Parser\OutputInfo\LogInInfo.cs" />
143
    <Compile Include="Parser\OutputInfo\LumInfo.cs" />
144
    <Compile Include="Parser\OutputInfo\RainInfo.cs" />
145
    <Compile Include="Parser\OutputInfo\TempInfo.cs" />
146 734533a8 A-Konig
    <Compile Include="Parser\OutputInfo\WeatherConditions.cs" />
147 3811845f Alex Konig
    <Compile Include="Parser\OutputInfo\WeatherInfo.cs" />
148 cb0b7cb9 A-Konig
    <Compile Include="Parser\OutputInfo\WindInfo.cs" />
149
    <Compile Include="Parser\Parsers\CsvParser.cs" />
150 734533a8 A-Konig
    <Compile Include="Parser\Parsers\DataParser.cs" />
151 3811845f Alex Konig
    <Compile Include="Parser\Parsers\JisParser.cs" />
152
    <Compile Include="Parser\Parsers\LogInParser.cs" />
153
    <Compile Include="Parser\Parsers\TagInfo.cs" />
154
    <Compile Include="Parser\Parsers\WeatherParser.cs" />
155 cb0b7cb9 A-Konig
    <Compile Include="Predictor\IPredictor.cs" />
156
    <Compile Include="Predictor\ModelInput.cs" />
157
    <Compile Include="Predictor\ModelOutput.cs" />
158
    <Compile Include="Predictor\NaiveBayesClassifier.cs" />
159 3811845f Alex Konig
    <Compile Include="Program.cs" />
160
    <Compile Include="Properties\AssemblyInfo.cs" />
161
  </ItemGroup>
162
  <ItemGroup>
163
    <None Include="App.config" />
164 cb0b7cb9 A-Konig
    <None Include="data\jis\OD_ZCU_JIS_06_2019.CSV" />
165
    <None Include="data\jis\OD_ZCU_JIS_09_2019.CSV" />
166
    <None Include="data\jis\OD_ZCU_JIS_10_2019.CSV" />
167
    <None Include="data\jis\OD_ZCU_JIS_11_2019.CSV" />
168
    <None Include="data\jis\OD_ZCU_JIS_12_2019.CSV" />
169
    <None Include="data\jis\OD_ZCU_JIS_13_2019.CSV" />
170
    <None Include="data\login\OD_ZCU_STROJE_06_2019.CSV" />
171
    <None Include="data\login\OD_ZCU_STROJE_09_2019.CSV" />
172
    <None Include="data\login\OD_ZCU_STROJE_10_2019.CSV" />
173
    <None Include="data\login\OD_ZCU_STROJE_11_2019.CSV" />
174
    <None Include="data\login\OD_ZCU_STROJE_12_2019.CSV" />
175
    <None Include="data\login\OD_ZCU_STROJE_13_2019.CSV" />
176
    <None Include="data\weather\OD_ZCU_POCASI_06_2019.CSV" />
177
    <None Include="data\weather\OD_ZCU_POCASI_09_2019.CSV" />
178
    <None Include="data\weather\OD_ZCU_POCASI_10_2019.CSV" />
179
    <None Include="data\weather\OD_ZCU_POCASI_11_2019.CSV" />
180
    <None Include="data\weather\OD_ZCU_POCASI_12_2019.CSV" />
181
    <None Include="data\weather\OD_ZCU_POCASI_13_2019.CSV" />
182 9fc5fa93 Roman Kalivoda
    <None Include="packages.config" />
183 93452c41 A-Konig
  </ItemGroup>
184 7a998d66 Eliška Mourycová
  <ItemGroup>
185
    <Folder Include="data\auto\" />
186
  </ItemGroup>
187 3811845f Alex Konig
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
188 9fc5fa93 Roman Kalivoda
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
189
    <PropertyGroup>
190
      <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>
191
    </PropertyGroup>
192
    <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'))" />
193
    <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'))" />
194
    <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'))" />
195
  </Target>
196
  <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')" />
197 3811845f Alex Konig
</Project>