Revize 734533a8
Přidáno uživatelem Alex Konig před více než 3 roky(ů)
Server/ServerApp/ServerApp.csproj | ||
---|---|---|
48 | 48 |
<Compile Include="Parser\InputData\JisInstance.cs" /> |
49 | 49 |
<Compile Include="Parser\InputData\LogInInstance.cs" /> |
50 | 50 |
<Compile Include="Parser\InputData\WeatherInstance.cs" /> |
51 |
<Compile Include="Parser\OutputInfo\JisInfo.cs" /> |
|
52 |
<Compile Include="Parser\OutputInfo\LogInInfo.cs" /> |
|
53 |
<Compile Include="Parser\OutputInfo\LumInfo.cs" /> |
|
54 |
<Compile Include="Parser\OutputInfo\RainInfo.cs" /> |
|
55 |
<Compile Include="Parser\OutputInfo\TempInfo.cs" /> |
|
51 |
<Compile Include="Parser\OutputInfo\ActivityInfo.cs" /> |
|
52 |
<Compile Include="Parser\OutputInfo\WeatherConditions.cs" /> |
|
56 | 53 |
<Compile Include="Parser\OutputInfo\WeatherInfo.cs" /> |
57 |
<Compile Include="Parser\OutputInfo\WindInfo.cs" /> |
|
58 |
<Compile Include="Parser\Parsers\CsvParser.cs" /> |
|
54 |
<Compile Include="Parser\Parsers\DataParser.cs" /> |
|
59 | 55 |
<Compile Include="Parser\Parsers\JisParser.cs" /> |
60 | 56 |
<Compile Include="Parser\Parsers\LogInParser.cs" /> |
61 | 57 |
<Compile Include="Parser\Parsers\TagInfo.cs" /> |
Také k dispozici: Unified diff
re #8597 Code maintenance - comments, namespace changes