1
|
<?xml version="1.0" encoding="utf-8"?>
|
2
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4
|
<PropertyGroup>
|
5
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
6
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
7
|
<ProjectGuid>{B49B2821-751C-4032-8637-B4E9282DCF06}</ProjectGuid>
|
8
|
<OutputType>Exe</OutputType>
|
9
|
<RootNamespace>ServerApp</RootNamespace>
|
10
|
<AssemblyName>ServerApp</AssemblyName>
|
11
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
12
|
<FileAlignment>512</FileAlignment>
|
13
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
14
|
<Deterministic>true</Deterministic>
|
15
|
</PropertyGroup>
|
16
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
17
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
18
|
<DebugSymbols>true</DebugSymbols>
|
19
|
<DebugType>full</DebugType>
|
20
|
<Optimize>false</Optimize>
|
21
|
<OutputPath>bin\Debug\</OutputPath>
|
22
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
23
|
<ErrorReport>prompt</ErrorReport>
|
24
|
<WarningLevel>4</WarningLevel>
|
25
|
</PropertyGroup>
|
26
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
27
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
28
|
<DebugType>pdbonly</DebugType>
|
29
|
<Optimize>true</Optimize>
|
30
|
<OutputPath>bin\Release\</OutputPath>
|
31
|
<DefineConstants>TRACE</DefineConstants>
|
32
|
<ErrorReport>prompt</ErrorReport>
|
33
|
<WarningLevel>4</WarningLevel>
|
34
|
</PropertyGroup>
|
35
|
<ItemGroup>
|
36
|
<Reference Include="System" />
|
37
|
<Reference Include="System.Core" />
|
38
|
<Reference Include="System.Xml.Linq" />
|
39
|
<Reference Include="System.Data.DataSetExtensions" />
|
40
|
<Reference Include="Microsoft.CSharp" />
|
41
|
<Reference Include="System.Data" />
|
42
|
<Reference Include="System.Net.Http" />
|
43
|
<Reference Include="System.Xml" />
|
44
|
</ItemGroup>
|
45
|
<ItemGroup>
|
46
|
<Compile Include="obj\Debug\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" />
|
47
|
<Compile Include="Parser\InputData\CsvDataLoader.cs" />
|
48
|
<Compile Include="Parser\InputData\JisInstance.cs" />
|
49
|
<Compile Include="Parser\InputData\LogInInstance.cs" />
|
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" />
|
56
|
<Compile Include="Parser\OutputInfo\WeatherInfo.cs" />
|
57
|
<Compile Include="Parser\OutputInfo\WindInfo.cs" />
|
58
|
<Compile Include="Parser\Parsers\CsvParser.cs" />
|
59
|
<Compile Include="Parser\Parsers\JisParser.cs" />
|
60
|
<Compile Include="Parser\Parsers\LogInParser.cs" />
|
61
|
<Compile Include="Parser\Parsers\TagInfo.cs" />
|
62
|
<Compile Include="Parser\Parsers\WeatherParser.cs" />
|
63
|
<Compile Include="Program.cs" />
|
64
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
65
|
</ItemGroup>
|
66
|
<ItemGroup>
|
67
|
<None Include="App.config" />
|
68
|
<None Include="data\jis\OD_ZCU_JIS_06_2019.CSV">
|
69
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
70
|
</None>
|
71
|
<None Include="data\jis\OD_ZCU_JIS_09_2019.CSV">
|
72
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
73
|
</None>
|
74
|
<None Include="data\jis\OD_ZCU_JIS_10_2019.CSV">
|
75
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
76
|
</None>
|
77
|
<None Include="data\jis\OD_ZCU_JIS_11_2019.CSV">
|
78
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
79
|
</None>
|
80
|
<None Include="data\jis\OD_ZCU_JIS_12_2019.CSV">
|
81
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
82
|
</None>
|
83
|
<None Include="data\login\OD_ZCU_STROJE_06_2019.CSV">
|
84
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
85
|
</None>
|
86
|
<None Include="data\login\OD_ZCU_STROJE_09_2019.CSV">
|
87
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
88
|
</None>
|
89
|
<None Include="data\login\OD_ZCU_STROJE_10_2019.CSV">
|
90
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
91
|
</None>
|
92
|
<None Include="data\login\OD_ZCU_STROJE_11_2019.CSV">
|
93
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
94
|
</None>
|
95
|
<None Include="data\login\OD_ZCU_STROJE_12_2019.CSV">
|
96
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
97
|
</None>
|
98
|
<None Include="data\weather\OD_ZCU_POCASI_06_2019.CSV">
|
99
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
100
|
</None>
|
101
|
<None Include="data\weather\OD_ZCU_POCASI_09_2019.CSV">
|
102
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
103
|
</None>
|
104
|
<None Include="data\weather\OD_ZCU_POCASI_10_2019.CSV">
|
105
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
106
|
</None>
|
107
|
<None Include="data\weather\OD_ZCU_POCASI_11_2019.CSV">
|
108
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
109
|
</None>
|
110
|
<None Include="data\weather\OD_ZCU_POCASI_12_2019.CSV">
|
111
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
112
|
</None>
|
113
|
<None Include="obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache" />
|
114
|
<None Include="obj\Debug\ServerApp.csprojAssemblyReference.cache" />
|
115
|
</ItemGroup>
|
116
|
<ItemGroup>
|
117
|
<Folder Include="bin\Debug\" />
|
118
|
<Folder Include="bin\Release\" />
|
119
|
<Folder Include="obj\Debug\TempPE\" />
|
120
|
</ItemGroup>
|
121
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
122
|
</Project>
|