Blame view

Vrh.Log4Pro.MaintenanceConsole/Vrh.Log4Pro.MaintenanceConsole.csproj 30.2 KB
c0dd7bdf   Schwirg László   Add project files.
1
2
  <?xml version="1.0" encoding="utf-8"?>
  <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
37bf94ab   Schwirg László   command mode kial...
3
    <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
c0dd7bdf   Schwirg László   Add project files.
4
5
6
7
8
9
10
11
    <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
    <PropertyGroup>
      <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
      <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
      <ProjectGuid>{2AF86207-84E8-479F-A466-CA65C606B009}</ProjectGuid>
      <OutputType>Exe</OutputType>
      <RootNamespace>Vrh.Log4Pro.MaintenanceConsole</RootNamespace>
      <AssemblyName>Vrh.Log4Pro.MaintenanceConsole</AssemblyName>
8e8a7bf0   Schwirg László   jelentős fejlesze...
12
      <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
c0dd7bdf   Schwirg László   Add project files.
13
14
15
      <FileAlignment>512</FileAlignment>
      <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
      <Deterministic>true</Deterministic>
e76b5118   Schwirg László   FileCleanerManage...
16
17
      <NuGetPackageImportStamp>
      </NuGetPackageImportStamp>
8e8a7bf0   Schwirg László   jelentős fejlesze...
18
      <TargetFrameworkProfile />
c0dd7bdf   Schwirg László   Add project files.
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
    </PropertyGroup>
    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
      <PlatformTarget>AnyCPU</PlatformTarget>
      <DebugSymbols>true</DebugSymbols>
      <DebugType>full</DebugType>
      <Optimize>false</Optimize>
      <OutputPath>bin\Debug\</OutputPath>
      <DefineConstants>DEBUG;TRACE</DefineConstants>
      <ErrorReport>prompt</ErrorReport>
      <WarningLevel>4</WarningLevel>
    </PropertyGroup>
    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
      <PlatformTarget>AnyCPU</PlatformTarget>
      <DebugType>pdbonly</DebugType>
      <Optimize>true</Optimize>
      <OutputPath>bin\Release\</OutputPath>
      <DefineConstants>TRACE</DefineConstants>
      <ErrorReport>prompt</ErrorReport>
      <WarningLevel>4</WarningLevel>
    </PropertyGroup>
8e8a7bf0   Schwirg László   jelentős fejlesze...
39
40
41
    <PropertyGroup>
      <ApplicationIcon>servicelogo.ico</ApplicationIcon>
    </PropertyGroup>
c0dd7bdf   Schwirg László   Add project files.
42
    <ItemGroup>
e76b5118   Schwirg László   FileCleanerManage...
43
      <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
37bf94ab   Schwirg László   command mode kial...
44
        <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
e76b5118   Schwirg László   FileCleanerManage...
45
46
      </Reference>
      <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
37bf94ab   Schwirg László   command mode kial...
47
        <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
e76b5118   Schwirg László   FileCleanerManage...
48
      </Reference>
8e8a7bf0   Schwirg László   jelentős fejlesze...
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
      <Reference Include="Microsoft.Data.SqlClient, Version=2.0.20168.4, Culture=neutral, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.Data.SqlClient.2.0.0\lib\net46\Microsoft.Data.SqlClient.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.Data.Tools.Sql.BatchParser, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.Data.Tools.Sql.BatchParser.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.Identity.Client, Version=4.14.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.Identity.Client.4.14.0\lib\net45\Microsoft.Identity.Client.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.5.6.0\lib\net461\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.IdentityModel.Logging, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.IdentityModel.Logging.5.6.0\lib\net461\Microsoft.IdentityModel.Logging.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.IdentityModel.Protocols, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.IdentityModel.Protocols.5.6.0\lib\net461\Microsoft.IdentityModel.Protocols.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.5.6.0\lib\net461\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.IdentityModel.Tokens, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.IdentityModel.Tokens.5.6.0\lib\net461\Microsoft.IdentityModel.Tokens.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Assessment, Version=1.100.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.Assessment.1.0.280\lib\net462\Microsoft.SqlServer.Assessment.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Assessment.Types, Version=1.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.Assessment.Authoring.1.0.280\lib\net462\Microsoft.SqlServer.Assessment.Types.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.ConnectionInfo, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.ConnectionInfo.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Dmf, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.Dmf.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Dmf.Common, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.Dmf.Common.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Management.Assessment, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.Management.Assessment.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Management.Collector, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.Management.Collector.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Management.CollectorEnum, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.Management.CollectorEnum.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Management.HadrData, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.Management.HadrData.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Management.HadrModel, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.Management.HadrModel.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Management.RegisteredServers, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.Management.RegisteredServers.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Management.Sdk.Sfc, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.Management.Sdk.Sfc.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Management.SmoMetadataProvider, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.Management.SmoMetadataProvider.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Management.SqlParser, Version=16.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.Management.SqlParser.160.20216.14\lib\net462\Microsoft.SqlServer.Management.SqlParser.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Management.SqlScriptPublish, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.Management.SqlScriptPublish.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Management.XEvent, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.Management.XEvent.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Management.XEventDbScoped, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.Management.XEventDbScoped.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Management.XEventDbScopedEnum, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.Management.XEventDbScopedEnum.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Management.XEventEnum, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.Management.XEventEnum.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.PolicyEnum, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.PolicyEnum.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.RegSvrEnum, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.RegSvrEnum.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.ServiceBrokerEnum, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.ServiceBrokerEnum.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Smo, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.Smo.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Smo.Notebook, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.Smo.Notebook.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.SmoExtended, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.SmoExtended.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.SqlClrProvider, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.SqlClrProvider.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.SqlEnum, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.SqlEnum.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.SqlWmiManagement, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.SqlWmiManagement.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.WmiEnum, Version=16.200.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.161.46041.41\lib\net462\Microsoft.SqlServer.WmiEnum.dll</HintPath>
      </Reference>
22ea3e7e   Schwirg László   v1.4.0: database ...
160
      <Reference Include="Microsoft.VisualBasic" />
c0dd7bdf   Schwirg László   Add project files.
161
162
163
164
165
      <Reference Include="Microsoft.Web.Administration, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.Web.Administration.11.1.0\lib\netstandard1.5\Microsoft.Web.Administration.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.Win32.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.Win32.Primitives.4.0.1\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
166
167
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
168
169
170
171
      </Reference>
      <Reference Include="Microsoft.Win32.Registry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.Win32.Registry.4.0.0\lib\net46\Microsoft.Win32.Registry.dll</HintPath>
      </Reference>
8e8a7bf0   Schwirg László   jelentős fejlesze...
172
173
174
      <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
        <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
      </Reference>
c0dd7bdf   Schwirg László   Add project files.
175
      <Reference Include="System" />
ba9c4e75   Schwirg László   v1.2.0.0
176
177
178
179
      <Reference Include="System.AppContext, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.AppContext.4.1.0\lib\net463\System.AppContext.dll</HintPath>
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
180
181
      </Reference>
      <Reference Include="System.ComponentModel.Composition" />
e76b5118   Schwirg László   FileCleanerManage...
182
      <Reference Include="System.ComponentModel.DataAnnotations" />
8e8a7bf0   Schwirg László   jelentős fejlesze...
183
      <Reference Include="System.Configuration" />
c0dd7bdf   Schwirg László   Add project files.
184
185
186
      <Reference Include="System.Configuration.Install" />
      <Reference Include="System.Console, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Console.4.0.0\lib\net46\System.Console.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
187
188
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
189
190
      </Reference>
      <Reference Include="System.Core" />
8e8a7bf0   Schwirg László   jelentős fejlesze...
191
      <Reference Include="System.Data.Linq" />
c0dd7bdf   Schwirg László   Add project files.
192
193
194
195
196
      <Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Diagnostics.DiagnosticSource.4.0.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
      </Reference>
      <Reference Include="System.Diagnostics.TraceSource, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Diagnostics.TraceSource.4.0.0\lib\net46\System.Diagnostics.TraceSource.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
197
198
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
199
200
201
      </Reference>
      <Reference Include="System.Diagnostics.Tracing, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Diagnostics.Tracing.4.1.0\lib\net462\System.Diagnostics.Tracing.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
202
203
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
204
      </Reference>
8e8a7bf0   Schwirg László   jelentős fejlesze...
205
      <Reference Include="System.Drawing" />
c0dd7bdf   Schwirg László   Add project files.
206
207
      <Reference Include="System.Globalization.Calendars, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Globalization.Calendars.4.0.1\lib\net46\System.Globalization.Calendars.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
208
209
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
210
      </Reference>
8e8a7bf0   Schwirg László   jelentős fejlesze...
211
212
213
214
      <Reference Include="System.IdentityModel" />
      <Reference Include="System.IdentityModel.Tokens.Jwt, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
        <HintPath>..\packages\System.IdentityModel.Tokens.Jwt.5.6.0\lib\net461\System.IdentityModel.Tokens.Jwt.dll</HintPath>
      </Reference>
c0dd7bdf   Schwirg László   Add project files.
215
216
      <Reference Include="System.IO, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.IO.4.1.0\lib\net462\System.IO.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
217
218
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
219
220
221
      </Reference>
      <Reference Include="System.IO.Compression, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
        <HintPath>..\packages\System.IO.Compression.4.1.0\lib\net46\System.IO.Compression.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
222
223
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
224
225
226
227
      </Reference>
      <Reference Include="System.IO.Compression.FileSystem" />
      <Reference Include="System.IO.Compression.ZipFile, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
        <HintPath>..\packages\System.IO.Compression.ZipFile.4.0.1\lib\net46\System.IO.Compression.ZipFile.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
228
229
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
230
231
232
      </Reference>
      <Reference Include="System.IO.FileSystem, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.IO.FileSystem.4.0.1\lib\net46\System.IO.FileSystem.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
233
234
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
235
236
237
      </Reference>
      <Reference Include="System.IO.FileSystem.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.IO.FileSystem.Primitives.4.0.1\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
238
239
240
241
242
243
244
        <Private>True</Private>
        <Private>True</Private>
      </Reference>
      <Reference Include="System.Linq, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Linq.4.1.0\lib\net463\System.Linq.dll</HintPath>
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
245
      </Reference>
cac3ec8f   Schwirg László   v1.1.0
246
247
248
249
250
      <Reference Include="System.Linq.Expressions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Linq.Expressions.4.3.0\lib\net463\System.Linq.Expressions.dll</HintPath>
        <Private>True</Private>
        <Private>True</Private>
      </Reference>
c0dd7bdf   Schwirg László   Add project files.
251
      <Reference Include="System.Management" />
0cafa26d   Schwirg László   InstallManager lé...
252
      <Reference Include="System.Messaging" />
c0dd7bdf   Schwirg László   Add project files.
253
254
      <Reference Include="System.Net.Http, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Net.Http.4.1.0\lib\net46\System.Net.Http.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
255
256
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
257
258
259
      </Reference>
      <Reference Include="System.Net.Sockets, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Net.Sockets.4.1.0\lib\net46\System.Net.Sockets.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
260
261
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
262
263
264
265
      </Reference>
      <Reference Include="System.Numerics" />
      <Reference Include="System.Reflection, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Reflection.4.1.0\lib\net462\System.Reflection.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
266
267
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
268
269
270
271
272
273
      </Reference>
      <Reference Include="System.Reflection.TypeExtensions, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Reflection.TypeExtensions.4.4.0\lib\net461\System.Reflection.TypeExtensions.dll</HintPath>
      </Reference>
      <Reference Include="System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Runtime.4.1.0\lib\net462\System.Runtime.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
274
275
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
276
277
278
      </Reference>
      <Reference Include="System.Runtime.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Runtime.Extensions.4.1.0\lib\net462\System.Runtime.Extensions.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
279
280
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
281
282
283
      </Reference>
      <Reference Include="System.Runtime.InteropServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Runtime.InteropServices.4.1.0\lib\net462\System.Runtime.InteropServices.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
284
285
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
286
287
288
      </Reference>
      <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.0.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
289
290
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
291
292
293
      </Reference>
      <Reference Include="System.Security.Claims, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Security.Claims.4.0.1\lib\net46\System.Security.Claims.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
294
295
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
296
      </Reference>
ba9c4e75   Schwirg László   v1.2.0.0
297
298
299
300
      <Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.2.0\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
301
302
303
      </Reference>
      <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Security.Cryptography.Encoding.4.0.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
304
305
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
306
307
308
      </Reference>
      <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Security.Cryptography.Primitives.4.0.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
309
310
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
311
312
313
      </Reference>
      <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.1.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
ba9c4e75   Schwirg László   v1.2.0.0
314
315
        <Private>True</Private>
        <Private>True</Private>
c0dd7bdf   Schwirg László   Add project files.
316
317
318
319
320
321
322
323
      </Reference>
      <Reference Include="System.Security.Principal.Windows, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Security.Principal.Windows.4.0.0\lib\net46\System.Security.Principal.Windows.dll</HintPath>
      </Reference>
      <Reference Include="System.ServiceProcess" />
      <Reference Include="System.ServiceProcess.ServiceController, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.ServiceProcess.ServiceController.4.1.0\lib\net461\System.ServiceProcess.ServiceController.dll</HintPath>
      </Reference>
ba9c4e75   Schwirg László   v1.2.0.0
324
325
326
327
328
      <Reference Include="System.Text.RegularExpressions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
        <HintPath>..\packages\System.Text.RegularExpressions.4.1.0\lib\net463\System.Text.RegularExpressions.dll</HintPath>
        <Private>True</Private>
        <Private>True</Private>
      </Reference>
c0dd7bdf   Schwirg László   Add project files.
329
330
      <Reference Include="System.Web" />
      <Reference Include="System.Web.ApplicationServices" />
8e8a7bf0   Schwirg László   jelentős fejlesze...
331
332
333
334
      <Reference Include="System.Web.Providers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.AspNet.Providers.Core.2.0.0\lib\net40\System.Web.Providers.dll</HintPath>
      </Reference>
      <Reference Include="System.Windows.Forms" />
c0dd7bdf   Schwirg László   Add project files.
335
336
337
338
339
      <Reference Include="System.Xml.Linq" />
      <Reference Include="System.Data.DataSetExtensions" />
      <Reference Include="Microsoft.CSharp" />
      <Reference Include="System.Data" />
      <Reference Include="System.Xml" />
4515e773   Schwirg László   v1.5.0
340
341
      <Reference Include="VRH.Common, Version=2.21.3.0, Culture=neutral, processorArchitecture=MSIL">
        <HintPath>..\packages\VRH.Common.2.21.3\lib\net45\VRH.Common.dll</HintPath>
8e8a7bf0   Schwirg László   jelentős fejlesze...
342
343
344
      </Reference>
      <Reference Include="Vrh.Web.Providers, Version=2.0.2.0, Culture=neutral, processorArchitecture=MSIL">
        <HintPath>..\packages\VRH.Web.Providers.2.0.2\lib\net452\Vrh.Web.Providers.dll</HintPath>
e76b5118   Schwirg László   FileCleanerManage...
345
      </Reference>
4515e773   Schwirg László   v1.5.0
346
347
      <Reference Include="Vrh.XmlProcessing, Version=1.27.1.0, Culture=neutral, processorArchitecture=MSIL">
        <HintPath>..\packages\Vrh.XmlProcessing.1.27.1\lib\net45\Vrh.XmlProcessing.dll</HintPath>
c0dd7bdf   Schwirg László   Add project files.
348
349
350
      </Reference>
    </ItemGroup>
    <ItemGroup>
ca5e6d7e   Schwirg László   v1.8.0
351
      <Compile Include="ConsoleFunction - Tools - TcpIp.cs" />
c0dd7bdf   Schwirg László   Add project files.
352
353
354
      <Compile Include="ConsoleFunction - CommandLineParser.cs" />
      <Compile Include="ConsoleFunction - ColorConsole.cs" />
      <Compile Include="ConsoleFunction - Menu.cs" />
8e8a7bf0   Schwirg László   jelentős fejlesze...
355
      <Compile Include="ConsoleFunction - Tools - Membership.cs" />
37bf94ab   Schwirg László   command mode kial...
356
      <Compile Include="ConsoleFunction - Tools.cs" />
8e8a7bf0   Schwirg László   jelentős fejlesze...
357
      <Compile Include="Manager - BackupPackageManager.cs" />
0cafa26d   Schwirg László   InstallManager lé...
358
359
      <Compile Include="Manager - InstallManager.cs" />
      <Compile Include="Manager - MSMQManager.cs" />
8e8a7bf0   Schwirg László   jelentős fejlesze...
360
361
      <Compile Include="Manager - UserManager.cs" />
      <Compile Include="Manager - SQLDataBaseManager.cs" />
37bf94ab   Schwirg László   command mode kial...
362
      <Compile Include="Manager - ScheduledTaskManager.cs" />
e76b5118   Schwirg László   FileCleanerManage...
363
364
365
366
      <Compile Include="Manager - WindowsServiceManager.cs" />
      <Compile Include="Manager - FileCleanerManager.cs" />
      <Compile Include="Manager - MaintenanceToolManager.cs" />
      <Compile Include="Manager - WebApplicationManager.cs" />
c0dd7bdf   Schwirg László   Add project files.
367
368
369
370
371
372
373
374
      <Compile Include="Program.cs" />
      <Compile Include="Properties\AssemblyInfo.cs" />
    </ItemGroup>
    <ItemGroup>
      <None Include="App.config">
        <CopyToOutputDirectory>Always</CopyToOutputDirectory>
      </None>
      <None Include="packages.config" />
8e8a7bf0   Schwirg László   jelentős fejlesze...
375
376
      <None Include="system.web.membership.config" />
      <None Include="system.web.rolemanager.config" />
e76b5118   Schwirg László   FileCleanerManage...
377
      <None Include="Vrh.NugetModuls.Documentations\VRH.Common\ReadMe.md" />
c0dd7bdf   Schwirg László   Add project files.
378
379
380
381
382
383
      <None Include="Vrh.NugetModuls.Documentations\Vrh.XmlProcessing\ReadMe.md" />
    </ItemGroup>
    <ItemGroup>
      <Content Include="Config.xml">
        <CopyToOutputDirectory>Always</CopyToOutputDirectory>
      </Content>
8e8a7bf0   Schwirg László   jelentős fejlesze...
384
      <Content Include="servicelogo.ico" />
468fd6de   Schwirg László   nugetek frissítése
385
      <None Include="XmlParser.xml">
c0dd7bdf   Schwirg László   Add project files.
386
        <CopyToOutputDirectory>Always</CopyToOutputDirectory>
468fd6de   Schwirg László   nugetek frissítése
387
      </None>
c0dd7bdf   Schwirg László   Add project files.
388
    </ItemGroup>
8e8a7bf0   Schwirg László   jelentős fejlesze...
389
390
391
    <ItemGroup>
      <WCFMetadata Include="Connected Services\" />
    </ItemGroup>
c0dd7bdf   Schwirg László   Add project files.
392
    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
e76b5118   Schwirg László   FileCleanerManage...
393
394
395
396
    <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
      <PropertyGroup>
        <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>
      </PropertyGroup>
37bf94ab   Schwirg László   command mode kial...
397
398
      <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
      <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
8e8a7bf0   Schwirg László   jelentős fejlesze...
399
      <Error Condition="!Exists('..\packages\Microsoft.Data.SqlClient.SNI.2.0.0\build\net46\Microsoft.Data.SqlClient.SNI.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Data.SqlClient.SNI.2.0.0\build\net46\Microsoft.Data.SqlClient.SNI.targets'))" />
e76b5118   Schwirg László   FileCleanerManage...
400
    </Target>
37bf94ab   Schwirg László   command mode kial...
401
    <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
8e8a7bf0   Schwirg László   jelentős fejlesze...
402
    <Import Project="..\packages\Microsoft.Data.SqlClient.SNI.2.0.0\build\net46\Microsoft.Data.SqlClient.SNI.targets" Condition="Exists('..\packages\Microsoft.Data.SqlClient.SNI.2.0.0\build\net46\Microsoft.Data.SqlClient.SNI.targets')" />
c0dd7bdf   Schwirg László   Add project files.
403
  </Project>