Revize 0da0ac88
Přidáno uživatelem Alex Konig před asi 4 roky(ů)
Server/Parser 1.0/Parser 1.0.csproj | ||
---|---|---|
52 | 52 |
<Compile Include="OutputInfo\LumInfo.cs" /> |
53 | 53 |
<Compile Include="OutputInfo\RainInfo.cs" /> |
54 | 54 |
<Compile Include="OutputInfo\TempInfo.cs" /> |
55 |
<Compile Include="OutputInfo\WeatherInfo.cs" /> |
|
55 | 56 |
<Compile Include="OutputInfo\WindInfo.cs" /> |
56 | 57 |
<Compile Include="Parsers\JisParser.cs" /> |
57 | 58 |
<Compile Include="Parsers\LogInParser.cs" /> |
59 |
<Compile Include="Parsers\TagInfo.cs" /> |
|
58 | 60 |
<Compile Include="Parsers\WeatherParser.cs" /> |
59 | 61 |
<Compile Include="Program.cs" /> |
60 | 62 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
61 | 63 |
</ItemGroup> |
62 | 64 |
<ItemGroup> |
63 | 65 |
<None Include="App.config" /> |
66 |
<None Include="data\jis\OD_ZCU_JIS_06_2019.CSV"> |
|
67 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
68 |
</None> |
|
69 |
<None Include="data\jis\OD_ZCU_JIS_09_2019.CSV"> |
|
70 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
71 |
</None> |
|
72 |
<None Include="data\jis\OD_ZCU_JIS_10_2019.CSV"> |
|
73 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
74 |
</None> |
|
75 |
<None Include="data\jis\OD_ZCU_JIS_11_2019.CSV"> |
|
76 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
77 |
</None> |
|
78 |
<None Include="data\jis\OD_ZCU_JIS_12_2019.CSV"> |
|
79 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
80 |
</None> |
|
81 |
<None Include="data\login\OD_ZCU_STROJE_06_2019.CSV"> |
|
82 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
83 |
</None> |
|
84 |
<None Include="data\login\OD_ZCU_STROJE_09_2019.CSV"> |
|
85 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
86 |
</None> |
|
87 |
<None Include="data\login\OD_ZCU_STROJE_10_2019.CSV"> |
|
88 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
89 |
</None> |
|
90 |
<None Include="data\login\OD_ZCU_STROJE_11_2019.CSV"> |
|
91 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
92 |
</None> |
|
93 |
<None Include="data\login\OD_ZCU_STROJE_12_2019.CSV"> |
|
94 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
95 |
</None> |
|
96 |
<None Include="data\weather\OD_ZCU_POCASI_06_2019.CSV"> |
|
97 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
98 |
</None> |
|
99 |
<None Include="data\weather\OD_ZCU_POCASI_09_2019.CSV"> |
|
100 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
101 |
</None> |
|
102 |
<None Include="data\weather\OD_ZCU_POCASI_10_2019.CSV"> |
|
103 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
104 |
</None> |
|
105 |
<None Include="data\weather\OD_ZCU_POCASI_11_2019.CSV"> |
|
106 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
107 |
</None> |
|
108 |
<None Include="data\weather\OD_ZCU_POCASI_12_2019.CSV"> |
|
109 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
110 |
</None> |
|
64 | 111 |
</ItemGroup> |
65 | 112 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
66 | 113 |
</Project> |
Také k dispozici: Unified diff
Parse data as days - averages, sums