프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / ServiceTestApp / ServiceTestApp.csproj @ a5e5fff6

이력 | 보기 | 이력해설 | 다운로드 (15.3 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
    <TargetFrameworkProfile />
18
    <PublishUrl>publish\</PublishUrl>
19
    <Install>true</Install>
20
    <InstallFrom>Disk</InstallFrom>
21
    <UpdateEnabled>false</UpdateEnabled>
22
    <UpdateMode>Foreground</UpdateMode>
23
    <UpdateInterval>7</UpdateInterval>
24
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
25
    <UpdatePeriodically>false</UpdatePeriodically>
26
    <UpdateRequired>false</UpdateRequired>
27
    <MapFileExtensions>true</MapFileExtensions>
28
    <ApplicationRevision>0</ApplicationRevision>
29
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
30
    <UseApplicationTrust>false</UseApplicationTrust>
31
    <BootstrapperEnabled>true</BootstrapperEnabled>
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.8.2, Culture=neutral, processorArchitecture=MSIL">
84
      <HintPath>..\packages\Salaros.ConfigParser.0.3.8\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.Message">
99
      <HintPath>..\Lib\MarkusPDF\Markus.Message.dll</HintPath>
100
    </Reference>
101
    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
102
      <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
103
    </Reference>
104
    <Reference Include="System" />
105
    <Reference Include="System.ComponentModel.DataAnnotations" />
106
    <Reference Include="System.Configuration.Install" />
107
    <Reference Include="System.Data" />
108
    <Reference Include="System.Runtime.Serialization" />
109
    <Reference Include="System.ServiceModel" />
110
    <Reference Include="System.ServiceProcess" />
111
    <Reference Include="System.Web" />
112
    <Reference Include="System.Web.Extensions" />
113
    <Reference Include="System.Windows.Forms" />
114
    <Reference Include="System.Xml" />
115
    <Reference Include="Microsoft.CSharp" />
116
    <Reference Include="System.Core" />
117
    <Reference Include="System.Xml.Linq" />
118
    <Reference Include="System.Data.DataSetExtensions" />
119
    <Reference Include="System.Net.Http" />
120
    <Reference Include="System.Xaml">
121
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
122
    </Reference>
123
    <Reference Include="WindowsBase" />
124
    <Reference Include="PresentationCore" />
125
    <Reference Include="PresentationFramework" />
126
  </ItemGroup>
127
  <ItemGroup>
128
    <ApplicationDefinition Include="App.xaml">
129
      <Generator>MSBuild:Compile</Generator>
130
      <SubType>Designer</SubType>
131
    </ApplicationDefinition>
132
    <Page Include="MainWindow.xaml">
133
      <Generator>MSBuild:Compile</Generator>
134
      <SubType>Designer</SubType>
135
    </Page>
136
    <Compile Include="..\Markus.Service.Station\ApplicationDefine.cs">
137
      <Link>ApplicationDefine.cs</Link>
138
    </Compile>
139
    <Compile Include="App.xaml.cs">
140
      <DependentUpon>App.xaml</DependentUpon>
141
      <SubType>Code</SubType>
142
    </Compile>
143
    <Compile Include="Connected Services\ConvertService\Reference.cs">
144
      <AutoGen>True</AutoGen>
145
      <DesignTime>True</DesignTime>
146
      <DependentUpon>Reference.svcmap</DependentUpon>
147
    </Compile>
148
    <Compile Include="Connected Services\ConvertWebService\Reference.cs">
149
      <AutoGen>True</AutoGen>
150
      <DesignTime>True</DesignTime>
151
      <DependentUpon>Reference.svcmap</DependentUpon>
152
    </Compile>
153
    <Compile Include="Connected Services\StationService\Reference.cs">
154
      <AutoGen>True</AutoGen>
155
      <DesignTime>True</DesignTime>
156
      <DependentUpon>Reference.svcmap</DependentUpon>
157
    </Compile>
158
    <Compile Include="MainWindow.xaml.cs">
159
      <DependentUpon>MainWindow.xaml</DependentUpon>
160
      <SubType>Code</SubType>
161
    </Compile>
162
  </ItemGroup>
163
  <ItemGroup>
164
    <Compile Include="Properties\AssemblyInfo.cs">
165
      <SubType>Code</SubType>
166
    </Compile>
167
    <Compile Include="Properties\Resources.Designer.cs">
168
      <AutoGen>True</AutoGen>
169
      <DesignTime>True</DesignTime>
170
      <DependentUpon>Resources.resx</DependentUpon>
171
    </Compile>
172
    <Compile Include="Properties\Settings.Designer.cs">
173
      <AutoGen>True</AutoGen>
174
      <DependentUpon>Settings.settings</DependentUpon>
175
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
176
    </Compile>
177
    <EmbeddedResource Include="Properties\Resources.resx">
178
      <Generator>ResXFileCodeGenerator</Generator>
179
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
180
    </EmbeddedResource>
181
    <None Include="..\Markus.Service.Station\Plugin.ini">
182
      <Link>Plugin.ini</Link>
183
    </None>
184
    <None Include="..\Markus.Service.Station\ServiceStation.ini">
185
      <Link>ServiceStation.ini</Link>
186
    </None>
187
    <None Include="Connected Services\ConvertService\service1.wsdl" />
188
    <None Include="Connected Services\ConvertService\service2.xsd">
189
      <SubType>Designer</SubType>
190
    </None>
191
    <None Include="Connected Services\ConvertService\service21.xsd">
192
      <SubType>Designer</SubType>
193
    </None>
194
    <None Include="Connected Services\ConvertWebService\Conversion.wsdl" />
195
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.ConvertRunIgnoreCommentResponse.datasource">
196
      <DependentUpon>Reference.svcmap</DependentUpon>
197
    </None>
198
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.ConvertRunResponse.datasource">
199
      <DependentUpon>Reference.svcmap</DependentUpon>
200
    </None>
201
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.CoverConvertResponse.datasource">
202
      <DependentUpon>Reference.svcmap</DependentUpon>
203
    </None>
204
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.ExcelExportResponse.datasource">
205
      <DependentUpon>Reference.svcmap</DependentUpon>
206
    </None>
207
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.ManualConvertResponse.datasource">
208
      <DependentUpon>Reference.svcmap</DependentUpon>
209
    </None>
210
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.UpdateResultResponse.datasource">
211
      <DependentUpon>Reference.svcmap</DependentUpon>
212
    </None>
213
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.UpdateSlipResponse.datasource">
214
      <DependentUpon>Reference.svcmap</DependentUpon>
215
    </None>
216
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.UpdateUrlEncodeResponse.datasource">
217
      <DependentUpon>Reference.svcmap</DependentUpon>
218
    </None>
219
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.UpdateVPResponse.datasource">
220
      <DependentUpon>Reference.svcmap</DependentUpon>
221
    </None>
222
    <None Include="Connected Services\StationService\Markus.Service.Interface.xsd">
223
      <SubType>Designer</SubType>
224
    </None>
225
    <None Include="Connected Services\StationService\service.wsdl" />
226
    <None Include="Connected Services\StationService\service.xsd">
227
      <SubType>Designer</SubType>
228
    </None>
229
    <None Include="Connected Services\StationService\service1.xsd">
230
      <SubType>Designer</SubType>
231
    </None>
232
    <None Include="Connected Services\StationService\ServiceTestApp.StationService.ConvertItem.datasource">
233
      <DependentUpon>Reference.svcmap</DependentUpon>
234
    </None>
235
    <None Include="json1.json" />
236
    <None Include="packages.config" />
237
    <None Include="Properties\app.manifest" />
238
    <None Include="Properties\DataSources\Markus.Service.Interface.ConvertItem.datasource" />
239
    <None Include="Properties\Settings.settings">
240
      <Generator>SettingsSingleFileGenerator</Generator>
241
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
242
    </None>
243
  </ItemGroup>
244
  <ItemGroup>
245
    <None Include="App.config">
246
      <SubType>Designer</SubType>
247
    </None>
248
  </ItemGroup>
249
  <ItemGroup>
250
    <WCFMetadata Include="Connected Services\" />
251
  </ItemGroup>
252
  <ItemGroup>
253
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
254
      <Visible>False</Visible>
255
      <ProductName>.NET Framework 3.5 SP1</ProductName>
256
      <Install>false</Install>
257
    </BootstrapperPackage>
258
  </ItemGroup>
259
  <ItemGroup>
260
    <WCFMetadataStorage Include="Connected Services\ConvertService\" />
261
    <WCFMetadataStorage Include="Connected Services\ConvertWebService\" />
262
    <WCFMetadataStorage Include="Connected Services\StationService\" />
263
  </ItemGroup>
264
  <ItemGroup>
265
    <None Include="Connected Services\ConvertService\configuration91.svcinfo" />
266
  </ItemGroup>
267
  <ItemGroup>
268
    <None Include="Connected Services\ConvertService\configuration.svcinfo" />
269
  </ItemGroup>
270
  <ItemGroup>
271
    <None Include="Connected Services\ConvertService\Reference.svcmap">
272
      <Generator>WCF Proxy Generator</Generator>
273
      <LastGenOutput>Reference.cs</LastGenOutput>
274
    </None>
275
  </ItemGroup>
276
  <ItemGroup>
277
    <None Include="Connected Services\StationService\configuration91.svcinfo" />
278
  </ItemGroup>
279
  <ItemGroup>
280
    <None Include="Connected Services\StationService\configuration.svcinfo" />
281
  </ItemGroup>
282
  <ItemGroup>
283
    <None Include="Connected Services\StationService\Reference.svcmap">
284
      <Generator>WCF Proxy Generator</Generator>
285
      <LastGenOutput>Reference.cs</LastGenOutput>
286
    </None>
287
  </ItemGroup>
288
  <ItemGroup>
289
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
290
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
291
      <Name>Markus.Service.Interface</Name>
292
    </ProjectReference>
293
    <ProjectReference Include="..\Markus.Service.ConvertProcess\Markus.Service.ConvertProcess.csproj">
294
      <Project>{3f94fecf-4326-4452-8067-9f7b45d9bc6c}</Project>
295
      <Name>Markus.Service.ConvertProcess</Name>
296
    </ProjectReference>
297
    <ProjectReference Include="..\Markus.Service.Convert\Markus.Service.Convert.csproj">
298
      <Project>{867e065c-3c22-47b1-9c2a-130a78dddd51}</Project>
299
      <Name>Markus.Service.Convert</Name>
300
    </ProjectReference>
301
    <ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj">
302
      <Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project>
303
      <Name>Markus.Service.DataBase</Name>
304
    </ProjectReference>
305
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
306
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
307
      <Name>Markus.Service.Extensions</Name>
308
    </ProjectReference>
309
    <ProjectReference Include="..\Markus.Service.Monitor\Markus.Service.MonitorService.csproj">
310
      <Project>{3f200e07-de20-41f5-984f-a8371fef17a4}</Project>
311
      <Name>Markus.Service.MonitorService</Name>
312
    </ProjectReference>
313
    <ProjectReference Include="..\Markus.Service.Station\Markus.Service.Station.csproj">
314
      <Project>{bf8b3b13-30d5-482c-8452-a7511e96de97}</Project>
315
      <Name>Markus.Service.Station</Name>
316
    </ProjectReference>
317
    <ProjectReference Include="..\Markus.Service.WcfService\Markus.Service.IWcfService.csproj">
318
      <Project>{0523c15e-b197-4c34-83ba-d62b384e2b77}</Project>
319
      <Name>Markus.Service.IWcfService</Name>
320
    </ProjectReference>
321
  </ItemGroup>
322
  <ItemGroup>
323
    <None Include="Connected Services\ConvertWebService\Conversion.disco" />
324
  </ItemGroup>
325
  <ItemGroup>
326
    <None Include="Connected Services\ConvertWebService\configuration91.svcinfo" />
327
  </ItemGroup>
328
  <ItemGroup>
329
    <None Include="Connected Services\ConvertWebService\configuration.svcinfo" />
330
  </ItemGroup>
331
  <ItemGroup>
332
    <None Include="Connected Services\ConvertWebService\Reference.svcmap">
333
      <Generator>WCF Proxy Generator</Generator>
334
      <LastGenOutput>Reference.cs</LastGenOutput>
335
    </None>
336
  </ItemGroup>
337
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
338
  <PropertyGroup>
339
    <PreBuildEvent>xcopy /y /d /I  "$(SolutionDir)publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"</PreBuildEvent>
340
  </PropertyGroup>
341
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)