프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / ServiceTestApp / ServiceTestApp.csproj @ 77cdac33

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

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>{0F9D3B52-01B6-4058-9571-4822FB32FD7A}</ProjectGuid>
8
    <OutputType>WinExe</OutputType>
9
    <RootNamespace>ServiceTestApp</RootNamespace>
10
    <AssemblyName>ServiceTestApp</AssemblyName>
11
    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14
    <WarningLevel>4</WarningLevel>
15
    <Deterministic>true</Deterministic>
16
    <IsWebBootstrapper>false</IsWebBootstrapper>
17
    <PublishUrl>publish\</PublishUrl>
18
    <Install>true</Install>
19
    <InstallFrom>Disk</InstallFrom>
20
    <UpdateEnabled>false</UpdateEnabled>
21
    <UpdateMode>Foreground</UpdateMode>
22
    <UpdateInterval>7</UpdateInterval>
23
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
24
    <UpdatePeriodically>false</UpdatePeriodically>
25
    <UpdateRequired>false</UpdateRequired>
26
    <MapFileExtensions>true</MapFileExtensions>
27
    <ApplicationRevision>0</ApplicationRevision>
28
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29
    <UseApplicationTrust>false</UseApplicationTrust>
30
    <BootstrapperEnabled>true</BootstrapperEnabled>
31
    <TargetFrameworkProfile />
32
  </PropertyGroup>
33
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
34
    <PlatformTarget>AnyCPU</PlatformTarget>
35
    <DebugSymbols>true</DebugSymbols>
36
    <DebugType>full</DebugType>
37
    <Optimize>false</Optimize>
38
    <OutputPath>bin\Debug\</OutputPath>
39
    <DefineConstants>TRACE;DEBUG;_SERVICE_TEST</DefineConstants>
40
    <ErrorReport>prompt</ErrorReport>
41
    <WarningLevel>4</WarningLevel>
42
    <Prefer32Bit>false</Prefer32Bit>
43
  </PropertyGroup>
44
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45
    <PlatformTarget>AnyCPU</PlatformTarget>
46
    <DebugType>pdbonly</DebugType>
47
    <Optimize>true</Optimize>
48
    <OutputPath>bin\Release\</OutputPath>
49
    <DefineConstants>TRACE;_SERVICE_TEST</DefineConstants>
50
    <ErrorReport>prompt</ErrorReport>
51
    <WarningLevel>4</WarningLevel>
52
  </PropertyGroup>
53
  <PropertyGroup>
54
    <TargetZone>LocalIntranet</TargetZone>
55
  </PropertyGroup>
56
  <PropertyGroup>
57
    <GenerateManifests>false</GenerateManifests>
58
  </PropertyGroup>
59
  <PropertyGroup>
60
    <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
61
  </PropertyGroup>
62
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
63
    <DebugSymbols>true</DebugSymbols>
64
    <OutputPath>bin\x64\Debug\</OutputPath>
65
    <DefineConstants>TRACE;DEBUG;_SERVICE_TEST</DefineConstants>
66
    <DebugType>full</DebugType>
67
    <PlatformTarget>x64</PlatformTarget>
68
    <ErrorReport>prompt</ErrorReport>
69
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
70
    <Prefer32Bit>true</Prefer32Bit>
71
  </PropertyGroup>
72
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
73
    <OutputPath>bin\x64\Release\</OutputPath>
74
    <DefineConstants>TRACE;_SERVICE_TEST</DefineConstants>
75
    <Optimize>true</Optimize>
76
    <DebugType>pdbonly</DebugType>
77
    <PlatformTarget>x64</PlatformTarget>
78
    <ErrorReport>prompt</ErrorReport>
79
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
80
    <Prefer32Bit>true</Prefer32Bit>
81
  </PropertyGroup>
82
  <ItemGroup>
83
    <Reference Include="ConfigParser, Version=0.3.4.3, Culture=neutral, processorArchitecture=MSIL">
84
      <HintPath>..\packages\Salaros.ConfigParser.0.3.4\lib\net45\ConfigParser.dll</HintPath>
85
    </Reference>
86
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
87
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
88
    </Reference>
89
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
90
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
91
    </Reference>
92
    <Reference Include="log4net">
93
      <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
94
    </Reference>
95
    <Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
96
      <HintPath>..\packages\MarkusDatabase.1.8.0\lib\net45\Markus.EntityModel.dll</HintPath>
97
    </Reference>
98
    <Reference Include="Markus.LibraryInstaller, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
99
      <HintPath>..\packages\Markus.LibraryInstaller.1.5.1\lib\net45\Markus.LibraryInstaller.dll</HintPath>
100
    </Reference>
101
    <Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
102
      <HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath>
103
    </Reference>
104
    <Reference Include="MarkusPDF, Version=1.0.7178.16502, Culture=neutral, processorArchitecture=AMD64">
105
      <HintPath>..\packages\MarkusPDF.1.7.0\lib\net45\MarkusPDF.dll</HintPath>
106
    </Reference>
107
    <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions">
108
      <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
109
    </Reference>
110
    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
111
      <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
112
    </Reference>
113
    <Reference Include="System" />
114
    <Reference Include="System.ComponentModel.DataAnnotations" />
115
    <Reference Include="System.Configuration.Install" />
116
    <Reference Include="System.Data" />
117
    <Reference Include="System.Runtime.Serialization" />
118
    <Reference Include="System.ServiceModel" />
119
    <Reference Include="System.ServiceProcess" />
120
    <Reference Include="System.Web" />
121
    <Reference Include="System.Web.Extensions" />
122
    <Reference Include="System.Windows.Forms" />
123
    <Reference Include="System.Xml" />
124
    <Reference Include="Microsoft.CSharp" />
125
    <Reference Include="System.Core" />
126
    <Reference Include="System.Xml.Linq" />
127
    <Reference Include="System.Data.DataSetExtensions" />
128
    <Reference Include="System.Net.Http" />
129
    <Reference Include="System.Xaml">
130
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
131
    </Reference>
132
    <Reference Include="WindowsBase" />
133
    <Reference Include="PresentationCore" />
134
    <Reference Include="PresentationFramework" />
135
  </ItemGroup>
136
  <ItemGroup>
137
    <ApplicationDefinition Include="App.xaml">
138
      <Generator>MSBuild:Compile</Generator>
139
      <SubType>Designer</SubType>
140
    </ApplicationDefinition>
141
    <Page Include="MainWindow.xaml">
142
      <Generator>MSBuild:Compile</Generator>
143
      <SubType>Designer</SubType>
144
    </Page>
145
    <Compile Include="..\Markus.Service.Station\ApplicationDefine.cs">
146
      <Link>ApplicationDefine.cs</Link>
147
    </Compile>
148
    <Compile Include="App.xaml.cs">
149
      <DependentUpon>App.xaml</DependentUpon>
150
      <SubType>Code</SubType>
151
    </Compile>
152
    <Compile Include="Connected Services\ConvertService\Reference.cs">
153
      <AutoGen>True</AutoGen>
154
      <DesignTime>True</DesignTime>
155
      <DependentUpon>Reference.svcmap</DependentUpon>
156
    </Compile>
157
    <Compile Include="Connected Services\ConvertWebService\Reference.cs">
158
      <AutoGen>True</AutoGen>
159
      <DesignTime>True</DesignTime>
160
      <DependentUpon>Reference.svcmap</DependentUpon>
161
    </Compile>
162
    <Compile Include="Connected Services\StationService\Reference.cs">
163
      <AutoGen>True</AutoGen>
164
      <DesignTime>True</DesignTime>
165
      <DependentUpon>Reference.svcmap</DependentUpon>
166
    </Compile>
167
    <Compile Include="MainWindow.xaml.cs">
168
      <DependentUpon>MainWindow.xaml</DependentUpon>
169
      <SubType>Code</SubType>
170
    </Compile>
171
  </ItemGroup>
172
  <ItemGroup>
173
    <Compile Include="Properties\AssemblyInfo.cs">
174
      <SubType>Code</SubType>
175
    </Compile>
176
    <Compile Include="Properties\Resources.Designer.cs">
177
      <AutoGen>True</AutoGen>
178
      <DesignTime>True</DesignTime>
179
      <DependentUpon>Resources.resx</DependentUpon>
180
    </Compile>
181
    <Compile Include="Properties\Settings.Designer.cs">
182
      <AutoGen>True</AutoGen>
183
      <DependentUpon>Settings.settings</DependentUpon>
184
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
185
    </Compile>
186
    <EmbeddedResource Include="Properties\Resources.resx">
187
      <Generator>ResXFileCodeGenerator</Generator>
188
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
189
    </EmbeddedResource>
190
    <None Include="..\Markus.Service.Station\Plugin.ini">
191
      <Link>Plugin.ini</Link>
192
    </None>
193
    <None Include="..\Markus.Service.Station\ServiceStation.ini">
194
      <Link>ServiceStation.ini</Link>
195
    </None>
196
    <None Include="Connected Services\ConvertService\service1.wsdl" />
197
    <None Include="Connected Services\ConvertService\service2.xsd">
198
      <SubType>Designer</SubType>
199
    </None>
200
    <None Include="Connected Services\ConvertService\service21.xsd">
201
      <SubType>Designer</SubType>
202
    </None>
203
    <None Include="Connected Services\ConvertWebService\Conversion.wsdl" />
204
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.ConvertRunIgnoreCommentResponse.datasource">
205
      <DependentUpon>Reference.svcmap</DependentUpon>
206
    </None>
207
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.ConvertRunResponse.datasource">
208
      <DependentUpon>Reference.svcmap</DependentUpon>
209
    </None>
210
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.CoverConvertResponse.datasource">
211
      <DependentUpon>Reference.svcmap</DependentUpon>
212
    </None>
213
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.ExcelExportResponse.datasource">
214
      <DependentUpon>Reference.svcmap</DependentUpon>
215
    </None>
216
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.ManualConvertResponse.datasource">
217
      <DependentUpon>Reference.svcmap</DependentUpon>
218
    </None>
219
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.UpdateResultResponse.datasource">
220
      <DependentUpon>Reference.svcmap</DependentUpon>
221
    </None>
222
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.UpdateSlipResponse.datasource">
223
      <DependentUpon>Reference.svcmap</DependentUpon>
224
    </None>
225
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.UpdateUrlEncodeResponse.datasource">
226
      <DependentUpon>Reference.svcmap</DependentUpon>
227
    </None>
228
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.UpdateVPResponse.datasource">
229
      <DependentUpon>Reference.svcmap</DependentUpon>
230
    </None>
231
    <None Include="Connected Services\StationService\Markus.Service.Interface.xsd">
232
      <SubType>Designer</SubType>
233
    </None>
234
    <None Include="Connected Services\StationService\service.wsdl" />
235
    <None Include="Connected Services\StationService\service.xsd">
236
      <SubType>Designer</SubType>
237
    </None>
238
    <None Include="Connected Services\StationService\service1.xsd">
239
      <SubType>Designer</SubType>
240
    </None>
241
    <None Include="Connected Services\StationService\ServiceTestApp.StationService.ConvertItem.datasource">
242
      <DependentUpon>Reference.svcmap</DependentUpon>
243
    </None>
244
    <None Include="json1.json" />
245
    <None Include="packages.config" />
246
    <None Include="Properties\app.manifest" />
247
    <None Include="Properties\DataSources\Markus.Service.Interface.ConvertItem.datasource" />
248
    <None Include="Properties\Settings.settings">
249
      <Generator>SettingsSingleFileGenerator</Generator>
250
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
251
    </None>
252
  </ItemGroup>
253
  <ItemGroup>
254
    <None Include="App.config">
255
      <SubType>Designer</SubType>
256
    </None>
257
  </ItemGroup>
258
  <ItemGroup>
259
    <WCFMetadata Include="Connected Services\" />
260
  </ItemGroup>
261
  <ItemGroup>
262
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
263
      <Visible>False</Visible>
264
      <ProductName>.NET Framework 3.5 SP1</ProductName>
265
      <Install>false</Install>
266
    </BootstrapperPackage>
267
  </ItemGroup>
268
  <ItemGroup>
269
    <WCFMetadataStorage Include="Connected Services\ConvertService\" />
270
    <WCFMetadataStorage Include="Connected Services\ConvertWebService\" />
271
    <WCFMetadataStorage Include="Connected Services\StationService\" />
272
  </ItemGroup>
273
  <ItemGroup>
274
    <None Include="Connected Services\ConvertService\configuration91.svcinfo" />
275
  </ItemGroup>
276
  <ItemGroup>
277
    <None Include="Connected Services\ConvertService\configuration.svcinfo" />
278
  </ItemGroup>
279
  <ItemGroup>
280
    <None Include="Connected Services\ConvertService\Reference.svcmap">
281
      <Generator>WCF Proxy Generator</Generator>
282
      <LastGenOutput>Reference.cs</LastGenOutput>
283
    </None>
284
  </ItemGroup>
285
  <ItemGroup>
286
    <None Include="Connected Services\StationService\configuration91.svcinfo" />
287
  </ItemGroup>
288
  <ItemGroup>
289
    <None Include="Connected Services\StationService\configuration.svcinfo" />
290
  </ItemGroup>
291
  <ItemGroup>
292
    <None Include="Connected Services\StationService\Reference.svcmap">
293
      <Generator>WCF Proxy Generator</Generator>
294
      <LastGenOutput>Reference.cs</LastGenOutput>
295
    </None>
296
  </ItemGroup>
297
  <ItemGroup>
298
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
299
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
300
      <Name>Markus.Service.Interface</Name>
301
    </ProjectReference>
302
    <ProjectReference Include="..\Markus.Service.ConvertProcess\Markus.Service.ConvertProcess.csproj">
303
      <Project>{3f94fecf-4326-4452-8067-9f7b45d9bc6c}</Project>
304
      <Name>Markus.Service.ConvertProcess</Name>
305
    </ProjectReference>
306
    <ProjectReference Include="..\Markus.Service.Convert\Markus.Service.Convert.csproj">
307
      <Project>{867e065c-3c22-47b1-9c2a-130a78dddd51}</Project>
308
      <Name>Markus.Service.Convert</Name>
309
    </ProjectReference>
310
    <ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj">
311
      <Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project>
312
      <Name>Markus.Service.DataBase</Name>
313
    </ProjectReference>
314
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
315
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
316
      <Name>Markus.Service.Extensions</Name>
317
    </ProjectReference>
318
    <ProjectReference Include="..\Markus.Service.Monitor\Markus.Service.MonitorService.csproj">
319
      <Project>{3f200e07-de20-41f5-984f-a8371fef17a4}</Project>
320
      <Name>Markus.Service.MonitorService</Name>
321
    </ProjectReference>
322
    <ProjectReference Include="..\Markus.Service.Station\Markus.Service.Station.csproj">
323
      <Project>{bf8b3b13-30d5-482c-8452-a7511e96de97}</Project>
324
      <Name>Markus.Service.Station</Name>
325
    </ProjectReference>
326
    <ProjectReference Include="..\Markus.Service.WcfService\Markus.Service.IWcfService.csproj">
327
      <Project>{0523c15e-b197-4c34-83ba-d62b384e2b77}</Project>
328
      <Name>Markus.Service.IWcfService</Name>
329
    </ProjectReference>
330
  </ItemGroup>
331
  <ItemGroup>
332
    <None Include="Connected Services\ConvertWebService\Conversion.disco" />
333
  </ItemGroup>
334
  <ItemGroup>
335
    <None Include="Connected Services\ConvertWebService\configuration91.svcinfo" />
336
  </ItemGroup>
337
  <ItemGroup>
338
    <None Include="Connected Services\ConvertWebService\configuration.svcinfo" />
339
  </ItemGroup>
340
  <ItemGroup>
341
    <None Include="Connected Services\ConvertWebService\Reference.svcmap">
342
      <Generator>WCF Proxy Generator</Generator>
343
      <LastGenOutput>Reference.cs</LastGenOutput>
344
    </None>
345
  </ItemGroup>
346
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
347
  <PropertyGroup>
348
    <PreBuildEvent>xcopy /y /d /I  "$(SolutionDir)publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"</PreBuildEvent>
349
  </PropertyGroup>
350
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)