프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / MarkusLogview / MARKUS_LOGVIEW / MARKUS_LOGVIEW.csproj @ 84578b97

이력 | 보기 | 이력해설 | 다운로드 (31 KB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
4
  <Import Project="..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props')" />
5
  <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
    <ProductVersion>
10
    </ProductVersion>
11
    <SchemaVersion>2.0</SchemaVersion>
12
    <ProjectGuid>{A9B68FEA-BE13-4232-816C-C34C60C3AA6D}</ProjectGuid>
13
    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
14
    <OutputType>Library</OutputType>
15
    <AppDesignerFolder>Properties</AppDesignerFolder>
16
    <RootNamespace>MARKUS_LOGVIEW</RootNamespace>
17
    <AssemblyName>MARKUS_LOGVIEW</AssemblyName>
18
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
19
    <MvcBuildViews>false</MvcBuildViews>
20
    <UseIISExpress>true</UseIISExpress>
21
    <Use64BitIISExpress />
22
    <IISExpressSSLPort />
23
    <IISExpressAnonymousAuthentication />
24
    <IISExpressWindowsAuthentication />
25
    <IISExpressUseClassicPipelineMode />
26
    <UseGlobalApplicationHostFile />
27
    <NuGetPackageImportStamp>
28
    </NuGetPackageImportStamp>
29
  </PropertyGroup>
30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31
    <DebugSymbols>true</DebugSymbols>
32
    <DebugType>full</DebugType>
33
    <Optimize>false</Optimize>
34
    <OutputPath>bin\</OutputPath>
35
    <DefineConstants>DEBUG;TRACE</DefineConstants>
36
    <ErrorReport>prompt</ErrorReport>
37
    <WarningLevel>4</WarningLevel>
38
    <PublishDatabaseSettings>
39
      <Objects>
40
      </Objects>
41
    </PublishDatabaseSettings>
42
    <FilesToIncludeForPublish>OnlyFilesToRunTheApp</FilesToIncludeForPublish>
43
    <IncludeIisSettings>false</IncludeIisSettings>
44
  </PropertyGroup>
45
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46
    <DebugSymbols>true</DebugSymbols>
47
    <DebugType>pdbonly</DebugType>
48
    <Optimize>true</Optimize>
49
    <OutputPath>bin\</OutputPath>
50
    <DefineConstants>TRACE</DefineConstants>
51
    <ErrorReport>prompt</ErrorReport>
52
    <WarningLevel>4</WarningLevel>
53
  </PropertyGroup>
54
  <ItemGroup>
55
    <Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
56
      <HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
57
    </Reference>
58
    <Reference Include="JWT, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
59
      <HintPath>..\packages\JWT.3.1.1\lib\net46\JWT.dll</HintPath>
60
    </Reference>
61
    <Reference Include="Microsoft.AspNet.SignalR.Client, Version=2.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62
      <HintPath>..\packages\Microsoft.AspNet.SignalR.Client.2.2.2\lib\net45\Microsoft.AspNet.SignalR.Client.dll</HintPath>
63
    </Reference>
64
    <Reference Include="Microsoft.AspNet.SignalR.Core, Version=2.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
65
      <HintPath>..\packages\Microsoft.AspNet.SignalR.Core.2.2.2\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath>
66
    </Reference>
67
    <Reference Include="Microsoft.AspNet.SignalR.SystemWeb, Version=2.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
68
      <HintPath>..\packages\Microsoft.AspNet.SignalR.SystemWeb.2.2.2\lib\net45\Microsoft.AspNet.SignalR.SystemWeb.dll</HintPath>
69
    </Reference>
70
    <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
71
      <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
72
    </Reference>
73
    <Reference Include="Microsoft.CSharp" />
74
    <Reference Include="Microsoft.Owin, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
75
      <HintPath>..\packages\Microsoft.Owin.4.0.0\lib\net451\Microsoft.Owin.dll</HintPath>
76
    </Reference>
77
    <Reference Include="Microsoft.Owin.Cors, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
78
      <HintPath>..\packages\Microsoft.Owin.Cors.4.0.0\lib\net451\Microsoft.Owin.Cors.dll</HintPath>
79
    </Reference>
80
    <Reference Include="Microsoft.Owin.Host.SystemWeb, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
81
      <HintPath>..\packages\Microsoft.Owin.Host.SystemWeb.3.0.1\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
82
    </Reference>
83
    <Reference Include="Microsoft.Owin.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
84
      <HintPath>..\packages\Microsoft.Owin.Security.4.0.0\lib\net451\Microsoft.Owin.Security.dll</HintPath>
85
    </Reference>
86
    <Reference Include="Microsoft.Owin.Security.OAuth, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
87
      <HintPath>..\packages\Microsoft.Owin.Security.OAuth.4.0.0\lib\net451\Microsoft.Owin.Security.OAuth.dll</HintPath>
88
    </Reference>
89
    <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
90
      <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
91
    </Reference>
92
    <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
93
      <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
94
    </Reference>
95
    <Reference Include="System" />
96
    <Reference Include="System.Data" />
97
    <Reference Include="System.Data.Entity" />
98
    <Reference Include="System.Drawing" />
99
    <Reference Include="System.EnterpriseServices" />
100
    <Reference Include="System.Security" />
101
    <Reference Include="System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
102
      <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll</HintPath>
103
    </Reference>
104
    <Reference Include="System.Security.Cryptography.Csp, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
105
      <HintPath>..\packages\System.Security.Cryptography.Csp.4.3.0\lib\net46\System.Security.Cryptography.Csp.dll</HintPath>
106
    </Reference>
107
    <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
108
      <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
109
    </Reference>
110
    <Reference Include="System.ServiceModel" />
111
    <Reference Include="System.Web.Cors, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
112
      <HintPath>..\packages\Microsoft.AspNet.Cors.5.0.0\lib\net45\System.Web.Cors.dll</HintPath>
113
    </Reference>
114
    <Reference Include="System.Web.Entity" />
115
    <Reference Include="System.Web.ApplicationServices" />
116
    <Reference Include="System.ComponentModel.DataAnnotations" />
117
    <Reference Include="System.Core" />
118
    <Reference Include="System.Data.DataSetExtensions" />
119
    <Reference Include="System.Web.Services" />
120
    <Reference Include="System.Xml.Linq" />
121
    <Reference Include="System.Web" />
122
    <Reference Include="System.Web.Abstractions" />
123
    <Reference Include="System.Web.Routing" />
124
    <Reference Include="System.Xml" />
125
    <Reference Include="System.Configuration" />
126
    <Reference Include="System.Runtime.Serialization" />
127
    <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
128
      <Private>True</Private>
129
      <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
130
    </Reference>
131
    <Reference Include="System.Net.Http">
132
    </Reference>
133
    <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
134
      <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
135
    </Reference>
136
    <Reference Include="System.Net.Http.WebRequest">
137
    </Reference>
138
    <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
139
      <Private>True</Private>
140
      <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
141
    </Reference>
142
    <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
143
      <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
144
    </Reference>
145
    <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
146
      <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
147
    </Reference>
148
    <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
149
      <Private>True</Private>
150
      <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
151
    </Reference>
152
    <Reference Include="System.Web.Optimization">
153
      <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
154
    </Reference>
155
    <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
156
      <Private>True</Private>
157
      <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
158
    </Reference>
159
    <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
160
      <Private>True</Private>
161
      <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
162
    </Reference>
163
    <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
164
      <Private>True</Private>
165
      <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
166
    </Reference>
167
    <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
168
      <Private>True</Private>
169
      <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
170
    </Reference>
171
    <Reference Include="TableDependency, Version=6.1.0.0, Culture=neutral, PublicKeyToken=997305cc1a8bb802, processorArchitecture=MSIL">
172
      <HintPath>..\packages\SqlTableDependency.6.1.0.0\lib\TableDependency.dll</HintPath>
173
    </Reference>
174
    <Reference Include="TableDependency.SqlClient, Version=6.1.0.0, Culture=neutral, PublicKeyToken=c3b0a3ab9ceb00ff, processorArchitecture=MSIL">
175
      <HintPath>..\packages\SqlTableDependency.6.1.0.0\lib\TableDependency.SqlClient.dll</HintPath>
176
    </Reference>
177
    <Reference Include="WebGrease">
178
      <Private>True</Private>
179
      <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
180
    </Reference>
181
    <Reference Include="Antlr3.Runtime">
182
      <Private>True</Private>
183
      <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
184
    </Reference>
185
  </ItemGroup>
186
  <ItemGroup>
187
    <Reference Include="Microsoft.ApplicationInsights">
188
      <HintPath>..\packages\Microsoft.ApplicationInsights.2.2.0\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
189
    </Reference>
190
    <Reference Include="Microsoft.AI.Agent.Intercept">
191
      <HintPath>..\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.6\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath>
192
    </Reference>
193
    <Reference Include="Microsoft.AI.DependencyCollector">
194
      <HintPath>..\packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\lib\net45\Microsoft.AI.DependencyCollector.dll</HintPath>
195
    </Reference>
196
    <Reference Include="Microsoft.AI.PerfCounterCollector">
197
      <HintPath>..\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll</HintPath>
198
    </Reference>
199
    <Reference Include="Microsoft.AI.ServerTelemetryChannel">
200
      <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll</HintPath>
201
    </Reference>
202
    <Reference Include="Microsoft.AI.WindowsServer">
203
      <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\lib\net45\Microsoft.AI.WindowsServer.dll</HintPath>
204
    </Reference>
205
    <Reference Include="Microsoft.AI.Web">
206
      <HintPath>..\packages\Microsoft.ApplicationInsights.Web.2.2.0\lib\net45\Microsoft.AI.Web.dll</HintPath>
207
    </Reference>
208
  </ItemGroup>
209
  <ItemGroup>
210
    <Compile Include="App_Start\BundleConfig.cs" />
211
    <Compile Include="App_Start\FilterConfig.cs" />
212
    <Compile Include="App_Start\RouteConfig.cs" />
213
    <Compile Include="App_Start\WebApiConfig.cs" />
214
    <Compile Include="Areas\HelpPage\ApiDescriptionExtensions.cs" />
215
    <Compile Include="Areas\HelpPage\App_Start\HelpPageConfig.cs" />
216
    <Compile Include="Areas\HelpPage\Controllers\HelpController.cs" />
217
    <Compile Include="Areas\HelpPage\HelpPageAreaRegistration.cs" />
218
    <Compile Include="Areas\HelpPage\HelpPageConfigurationExtensions.cs" />
219
    <Compile Include="Areas\HelpPage\ModelDescriptions\CollectionModelDescription.cs" />
220
    <Compile Include="Areas\HelpPage\ModelDescriptions\ComplexTypeModelDescription.cs" />
221
    <Compile Include="Areas\HelpPage\ModelDescriptions\DictionaryModelDescription.cs" />
222
    <Compile Include="Areas\HelpPage\ModelDescriptions\EnumTypeModelDescription.cs" />
223
    <Compile Include="Areas\HelpPage\ModelDescriptions\EnumValueDescription.cs" />
224
    <Compile Include="Areas\HelpPage\ModelDescriptions\IModelDocumentationProvider.cs" />
225
    <Compile Include="Areas\HelpPage\ModelDescriptions\KeyValuePairModelDescription.cs" />
226
    <Compile Include="Areas\HelpPage\ModelDescriptions\ModelDescription.cs" />
227
    <Compile Include="Areas\HelpPage\ModelDescriptions\ModelDescriptionGenerator.cs" />
228
    <Compile Include="Areas\HelpPage\ModelDescriptions\ModelNameAttribute.cs" />
229
    <Compile Include="Areas\HelpPage\ModelDescriptions\ModelNameHelper.cs" />
230
    <Compile Include="Areas\HelpPage\ModelDescriptions\ParameterAnnotation.cs" />
231
    <Compile Include="Areas\HelpPage\ModelDescriptions\ParameterDescription.cs" />
232
    <Compile Include="Areas\HelpPage\ModelDescriptions\SimpleTypeModelDescription.cs" />
233
    <Compile Include="Areas\HelpPage\Models\HelpPageApiModel.cs" />
234
    <Compile Include="Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs" />
235
    <Compile Include="Areas\HelpPage\SampleGeneration\HelpPageSampleKey.cs" />
236
    <Compile Include="Areas\HelpPage\SampleGeneration\ImageSample.cs" />
237
    <Compile Include="Areas\HelpPage\SampleGeneration\InvalidSample.cs" />
238
    <Compile Include="Areas\HelpPage\SampleGeneration\ObjectGenerator.cs" />
239
    <Compile Include="Areas\HelpPage\SampleGeneration\SampleDirection.cs" />
240
    <Compile Include="Areas\HelpPage\SampleGeneration\TextSample.cs" />
241
    <Compile Include="Areas\HelpPage\XmlDocumentationProvider.cs" />
242
    <Compile Include="Common\AuthorizationController.cs" />
243
    <Compile Include="Common\CommonController.cs" />
244
    <Compile Include="Common\CryptoHelper.cs" />
245
    <Compile Include="Controllers\ConvertAPIController.cs" />
246
    <Compile Include="Controllers\ConvertController.cs" />
247
    <Compile Include="Controllers\DashboardAPIController.cs" />
248
    <Compile Include="Controllers\DashboardController.cs" />
249
    <Compile Include="Controllers\DeleteFileAPIController.cs" />
250
    <Compile Include="Controllers\HomeController.cs" />
251
    <Compile Include="Controllers\httpPostAttribute.cs" />
252
    <Compile Include="Controllers\LicenseAPIController.cs" />
253
    <Compile Include="Controllers\LicenseController.cs" />
254
    <Compile Include="Controllers\LoginAPIController.cs" />
255
    <Compile Include="Controllers\LoginController.cs" />
256
    <Compile Include="Controllers\MarkusHub.cs" />
257
    <Compile Include="Controllers\MergeAPIController.cs" />
258
    <Compile Include="Controllers\MergeController.cs" />
259
    <Compile Include="Controllers\ProjectAPIController.cs" />
260
    <Compile Include="Controllers\RegisterAPIController.cs" />
261
    <Compile Include="Controllers\RegisterController.cs" />
262
    <Compile Include="Controllers\UserAuthController.cs" />
263
    <Compile Include="Controllers\ValuesController.cs" />
264
    <Compile Include="Global.asax.cs">
265
      <DependentUpon>Global.asax</DependentUpon>
266
    </Compile>
267
    <Compile Include="Models\SqlTableDependencyModel.cs" />
268
    <Compile Include="Properties\AssemblyInfo.cs" />
269
    <Compile Include="Properties\Settings.Designer.cs">
270
      <AutoGen>True</AutoGen>
271
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
272
      <DependentUpon>Settings.settings</DependentUpon>
273
    </Compile>
274
    <Compile Include="Startup.cs" />
275
    <Compile Include="Web References\ConvertWebService\Reference.cs">
276
      <AutoGen>True</AutoGen>
277
      <DesignTime>True</DesignTime>
278
      <DependentUpon>Reference.map</DependentUpon>
279
    </Compile>
280
    <Compile Include="Web References\DeleteWebService\Reference.cs">
281
      <AutoGen>True</AutoGen>
282
      <DesignTime>True</DesignTime>
283
      <DependentUpon>Reference.map</DependentUpon>
284
    </Compile>
285
  </ItemGroup>
286
  <ItemGroup>
287
    <Content Include="Areas\HelpPage\HelpPage.css" />
288
    <Content Include="Content\bootstrap.css" />
289
    <Content Include="Content\bootstrap.min.css" />
290
    <Content Include="Content\ConverPDFtPage\ConvertPDFPage.css" />
291
    <Content Include="Content\Dashboard\dashboard.css" />
292
    <Content Include="Content\Dashboard\excel.png" />
293
    <Content Include="Content\DataTables-1.10.16\images\sort_asc.png" />
294
    <Content Include="Content\DataTables-1.10.16\images\sort_asc_disabled.png" />
295
    <Content Include="Content\DataTables-1.10.16\images\sort_both.png" />
296
    <Content Include="Content\DataTables-1.10.16\images\sort_desc.png" />
297
    <Content Include="Content\DataTables-1.10.16\images\sort_desc_disabled.png" />
298
    <Content Include="Content\DataTable\datatables.button.css" />
299
    <Content Include="Content\DataTable\datatables.fontawesome.css" />
300
    <Content Include="Content\DataTable\datatables.min.css" />
301
    <Content Include="Content\DataTable\fixedHeader.dataTables.min.css" />
302
    <Content Include="Content\DataTable\responsive.dataTables.min.css" />
303
    <Content Include="Content\datepicker\bootstrap-datepicker.min.css" />
304
    <Content Include="Content\datepicker\datepicker.css" />
305
    <Content Include="Content\datepicker\daterangepicker.min.css" />
306
    <Content Include="Content\License\license.css" />
307
    <Content Include="Content\MergePDFPage\MergePDFPage.css" />
308
    <Content Include="Content\icon_image\pdf icon.png" />
309
    <Content Include="Content\layout.css" />
310
    <Content Include="Content\Login\Login.css" />
311
    <Content Include="Content\Register\RegisterMain.css" />
312
    <Content Include="Content\simpletoast\simpleToastMessage.css" />
313
    <Content Include="favicon.ico" />
314
    <Content Include="fonts\glyphicons-halflings-regular.svg" />
315
    <Content Include="Global.asax" />
316
    <Content Include="Scripts\bootstrap-notify.min.js" />
317
    <Content Include="Scripts\bootstrap.js" />
318
    <Content Include="Scripts\bootstrap.min.js" />
319
    <Content Include="Areas\HelpPage\Views\Web.config" />
320
    <Content Include="Areas\HelpPage\Views\Shared\_Layout.cshtml" />
321
    <Content Include="Areas\HelpPage\Views\Help\ResourceModel.cshtml" />
322
    <Content Include="Areas\HelpPage\Views\Help\Index.cshtml" />
323
    <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\TextSample.cshtml" />
324
    <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\SimpleTypeModelDescription.cshtml" />
325
    <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\Samples.cshtml" />
326
    <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\Parameters.cshtml" />
327
    <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ModelDescriptionLink.cshtml" />
328
    <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\KeyValuePairModelDescription.cshtml" />
329
    <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\InvalidSample.cshtml" />
330
    <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ImageSample.cshtml" />
331
    <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\HelpPageApiModel.cshtml" />
332
    <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\EnumTypeModelDescription.cshtml" />
333
    <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\DictionaryModelDescription.cshtml" />
334
    <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ComplexTypeModelDescription.cshtml" />
335
    <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\CollectionModelDescription.cshtml" />
336
    <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ApiGroup.cshtml" />
337
    <Content Include="Areas\HelpPage\Views\Help\Api.cshtml" />
338
    <Content Include="ApplicationInsights.config">
339
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
340
    </Content>
341
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
342
    <None Include="Properties\Settings.settings">
343
      <Generator>SettingsSingleFileGenerator</Generator>
344
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
345
    </None>
346
    <None Include="Scripts\jquery-1.10.2.intellisense.js" />
347
    <Content Include="Scripts\chart.min.js" />
348
    <Content Include="Scripts\Common\Common.js" />
349
    <Content Include="Scripts\Convert\ConvertMain.js" />
350
    <Content Include="Scripts\core.js" />
351
    <Content Include="Scripts\Dashboard\dashboard.js" />
352
    <Content Include="Scripts\DataTable\dataTables.editor.min.js" />
353
    <Content Include="Scripts\DataTable\dataTables.fixedHeader.min.js" />
354
    <Content Include="Scripts\DataTable\dataTables.responsive.min.js" />
355
    <Content Include="Scripts\DataTable\datatables.buttons.min.js" />
356
    <Content Include="Scripts\DataTable\dataTables.colReorder.min.js" />
357
    <Content Include="Scripts\DataTable\datatables.html5.min.js" />
358
    <Content Include="Scripts\DataTable\datatables.jszip.min.js" />
359
    <Content Include="Scripts\DataTable\datatables.min.js" />
360
    <Content Include="Scripts\datepicker\bootstrap-datepicker.ko.min.js" />
361
    <Content Include="Scripts\datepicker\bootstrap-datepicker.min.js" />
362
    <Content Include="Scripts\datepicker\datepicker.js" />
363
    <Content Include="Scripts\gradient.js" />
364
    <Content Include="Scripts\jquery.daterangepicker.min.js" />
365
    <Content Include="Scripts\jquery.form.min.js" />
366
    <Content Include="Scripts\License\license.js" />
367
    <Content Include="Scripts\Login\Login.js" />
368
    <Content Include="Scripts\jquery-1.10.2.js" />
369
    <Content Include="Scripts\jquery-1.10.2.min.js" />
370
    <Content Include="Scripts\jquery.signalR-2.2.2.js" />
371
    <Content Include="Scripts\jquery.signalR-2.2.2.min.js" />
372
    <Content Include="Scripts\Merge\MergeMain.js" />
373
    <Content Include="Scripts\modernizr-2.6.2.js" />
374
    <Content Include="Scripts\moment.js" />
375
    <Content Include="Scripts\Register\RegisterMain.js" />
376
    <Content Include="Scripts\respond.js" />
377
    <Content Include="Scripts\respond.min.js" />
378
    <Content Include="Scripts\signalR.js" />
379
    <Content Include="Scripts\simpletoast\simpleToastMessage.js" />
380
    <Content Include="Views\Merge\Index.cshtml" />
381
    <Content Include="Views\UserAuth\Index.cshtml" />
382
    <Content Include="Views\Register\Index.cshtml" />
383
    <Content Include="Views\License\Index.cshtml" />
384
    <Content Include="Views\Dashboard\Index.cshtml" />
385
    <None Include="Web References\ConvertWebService\Conversion.disco" />
386
    <None Include="Web References\DeleteWebService\FileDelete.disco" />
387
    <Content Include="Web.config" />
388
    <Content Include="Web.Debug.config">
389
      <DependentUpon>Web.config</DependentUpon>
390
    </Content>
391
    <Content Include="Web.Release.config">
392
      <DependentUpon>Web.config</DependentUpon>
393
    </Content>
394
    <Content Include="Areas\HelpPage\Views\_ViewStart.cshtml" />
395
    <Content Include="Content\Site.css" />
396
    <Content Include="Views\Web.config" />
397
    <Content Include="Views\_ViewStart.cshtml" />
398
    <Content Include="Views\Shared\Error.cshtml" />
399
    <Content Include="Views\Shared\_Layout.cshtml" />
400
    <Content Include="Views\Convert\Index.cshtml" />
401
    <Content Include="Views\Login\Index.cshtml" />
402
    <None Include="Web References\ConvertWebService\Conversion.wsdl" />
403
    <None Include="Web References\ConvertWebService\Reference.map">
404
      <Generator>MSDiscoCodeGenerator</Generator>
405
      <LastGenOutput>Reference.cs</LastGenOutput>
406
    </None>
407
    <None Include="Web References\DeleteWebService\FileDelete.wsdl" />
408
    <Content Include="Web References\DeleteWebService\Reference.map">
409
      <Generator>MSDiscoCodeGenerator</Generator>
410
      <LastGenOutput>Reference.cs</LastGenOutput>
411
    </Content>
412
  </ItemGroup>
413
  <ItemGroup>
414
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
415
  </ItemGroup>
416
  <ItemGroup>
417
    <Content Include="fonts\glyphicons-halflings-regular.woff" />
418
  </ItemGroup>
419
  <ItemGroup>
420
    <Content Include="fonts\glyphicons-halflings-regular.ttf" />
421
  </ItemGroup>
422
  <ItemGroup>
423
    <Content Include="fonts\glyphicons-halflings-regular.eot" />
424
  </ItemGroup>
425
  <ItemGroup>
426
    <None Include="packages.config" />
427
    <Content Include="Scripts\jquery-1.10.2.min.map" />
428
  </ItemGroup>
429
  <ItemGroup>
430
    <ProjectReference Include="..\IKCOM\IKCOM.csproj">
431
      <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
432
      <Name>IKCOM</Name>
433
    </ProjectReference>
434
    <ProjectReference Include="..\MarkusDataModel\MarkusDataModel.csproj">
435
      <Project>{be83399b-461c-46f5-8b59-c1be377b0bf5}</Project>
436
      <Name>MarkusDataModel</Name>
437
    </ProjectReference>
438
    <ProjectReference Include="..\ServiceInterface\ServiceInterface.csproj">
439
      <Project>{921dc241-bca9-40e1-b4b6-661053fcdce3}</Project>
440
      <Name>ServiceInterface</Name>
441
    </ProjectReference>
442
  </ItemGroup>
443
  <ItemGroup>
444
    <WCFMetadata Include="Connected Services\" />
445
  </ItemGroup>
446
  <ItemGroup>
447
    <WebReferences Include="Web References\" />
448
  </ItemGroup>
449
  <ItemGroup>
450
    <WebReferenceUrl Include="http://localhost:5295/Conversion.asmx">
451
      <UrlBehavior>Dynamic</UrlBehavior>
452
      <RelPath>Web References\ConvertWebService\</RelPath>
453
      <UpdateFromURL>http://localhost:5295/Conversion.asmx</UpdateFromURL>
454
      <ServiceLocationURL>
455
      </ServiceLocationURL>
456
      <CachedDynamicPropName>
457
      </CachedDynamicPropName>
458
      <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
459
      <CachedSettingsPropName>MARKUS_LOGVIEW_ConvertWebService_Conversion</CachedSettingsPropName>
460
    </WebReferenceUrl>
461
    <WebReferenceUrl Include="http://cloud.devdoftech.co.kr:5977/FileDelete/FileDelete.asmx%3fop=Run">
462
      <UrlBehavior>Dynamic</UrlBehavior>
463
      <RelPath>Web References\DeleteWebService\</RelPath>
464
      <UpdateFromURL>http://cloud.devdoftech.co.kr:5977/FileDelete/FileDelete.asmx%3fop=Run</UpdateFromURL>
465
      <ServiceLocationURL>
466
      </ServiceLocationURL>
467
      <CachedDynamicPropName>
468
      </CachedDynamicPropName>
469
      <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
470
      <CachedSettingsPropName>MARKUS_LOGVIEW_DeleteWebService_FileDelete</CachedSettingsPropName>
471
    </WebReferenceUrl>
472
  </ItemGroup>
473
  <ItemGroup>
474
    <Folder Include="App_Data\" />
475
    <Folder Include="LicenseModel\" />
476
  </ItemGroup>
477
  <PropertyGroup>
478
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
479
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
480
  </PropertyGroup>
481
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
482
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
483
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
484
  <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
485
    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
486
  </Target>
487
  <ProjectExtensions>
488
    <VisualStudio>
489
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
490
        <WebProjectProperties>
491
          <UseIIS>True</UseIIS>
492
          <AutoAssignPort>True</AutoAssignPort>
493
          <DevelopmentServerPort>62194</DevelopmentServerPort>
494
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
495
          <IISUrl>http://localhost:53798/</IISUrl>
496
          <NTLMAuthentication>False</NTLMAuthentication>
497
          <UseCustomServer>False</UseCustomServer>
498
          <CustomServerUrl>
499
          </CustomServerUrl>
500
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
501
        </WebProjectProperties>
502
      </FlavorProperties>
503
    </VisualStudio>
504
  </ProjectExtensions>
505
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
506
    <PropertyGroup>
507
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
508
    </PropertyGroup>
509
    <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props'))" />
510
    <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
511
  </Target>
512
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
513
       Other similar extension points exist, see Microsoft.Common.targets.
514
  <Target Name="BeforeBuild">
515
  </Target>
516
  <Target Name="AfterBuild">
517
  </Target> -->
518
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)