프로젝트

일반

사용자정보

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

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

이력 | 보기 | 이력해설 | 다운로드 (15.6 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</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
  </PropertyGroup>
32
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33
    <PlatformTarget>AnyCPU</PlatformTarget>
34
    <DebugSymbols>true</DebugSymbols>
35
    <DebugType>full</DebugType>
36
    <Optimize>false</Optimize>
37
    <OutputPath>bin\Debug\</OutputPath>
38
    <DefineConstants>TRACE;DEBUG;_SERVICE_TEST</DefineConstants>
39
    <ErrorReport>prompt</ErrorReport>
40
    <WarningLevel>4</WarningLevel>
41
    <Prefer32Bit>false</Prefer32Bit>
42
  </PropertyGroup>
43
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
44
    <PlatformTarget>AnyCPU</PlatformTarget>
45
    <DebugType>pdbonly</DebugType>
46
    <Optimize>true</Optimize>
47
    <OutputPath>bin\Release\</OutputPath>
48
    <DefineConstants>TRACE;_SERVICE_TEST</DefineConstants>
49
    <ErrorReport>prompt</ErrorReport>
50
    <WarningLevel>4</WarningLevel>
51
  </PropertyGroup>
52
  <PropertyGroup>
53
    <TargetZone>LocalIntranet</TargetZone>
54
  </PropertyGroup>
55
  <PropertyGroup>
56
    <GenerateManifests>false</GenerateManifests>
57
  </PropertyGroup>
58
  <PropertyGroup>
59
    <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
60
  </PropertyGroup>
61
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
62
    <DebugSymbols>true</DebugSymbols>
63
    <OutputPath>bin\x64\Debug\</OutputPath>
64
    <DefineConstants>TRACE;DEBUG;_SERVICE_TEST</DefineConstants>
65
    <DebugType>full</DebugType>
66
    <PlatformTarget>x64</PlatformTarget>
67
    <ErrorReport>prompt</ErrorReport>
68
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
69
    <Prefer32Bit>true</Prefer32Bit>
70
  </PropertyGroup>
71
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
72
    <OutputPath>bin\x64\Release\</OutputPath>
73
    <DefineConstants>TRACE;_SERVICE_TEST</DefineConstants>
74
    <Optimize>true</Optimize>
75
    <DebugType>pdbonly</DebugType>
76
    <PlatformTarget>x64</PlatformTarget>
77
    <ErrorReport>prompt</ErrorReport>
78
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
79
    <Prefer32Bit>true</Prefer32Bit>
80
  </PropertyGroup>
81
  <ItemGroup>
82
    <Reference Include="ConfigParser, Version=0.3.3.6, Culture=neutral, processorArchitecture=MSIL">
83
      <HintPath>..\packages\Salaros.ConfigParser.0.3.3\lib\net45\ConfigParser.dll</HintPath>
84
    </Reference>
85
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
86
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
87
    </Reference>
88
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
89
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
90
    </Reference>
91
    <Reference Include="log4net">
92
      <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
93
    </Reference>
94
    <Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
95
      <HintPath>..\packages\MarkusDatabase.1.7.2\lib\net45\Markus.EntityModel.dll</HintPath>
96
    </Reference>
97
    <Reference Include="Markus.LibraryInstaller, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
98
      <HintPath>..\packages\Markus.LibraryInstaller.1.5.1\lib\net45\Markus.LibraryInstaller.dll</HintPath>
99
    </Reference>
100
    <Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
101
      <HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath>
102
    </Reference>
103
    <Reference Include="MarkusPDF, Version=1.0.7145.16256, Culture=neutral, processorArchitecture=AMD64">
104
      <HintPath>..\packages\MarkusPDF.1.6.1\lib\net45\MarkusPDF.dll</HintPath>
105
    </Reference>
106
    <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions">
107
      <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
108
    </Reference>
109
    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
110
      <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
111
    </Reference>
112
    <Reference Include="System" />
113
    <Reference Include="System.ComponentModel.DataAnnotations" />
114
    <Reference Include="System.Configuration.Install" />
115
    <Reference Include="System.Data" />
116
    <Reference Include="System.Runtime.Serialization" />
117
    <Reference Include="System.ServiceModel" />
118
    <Reference Include="System.ServiceProcess" />
119
    <Reference Include="System.Web" />
120
    <Reference Include="System.Web.Extensions" />
121
    <Reference Include="System.Windows.Forms" />
122
    <Reference Include="System.Xml" />
123
    <Reference Include="Microsoft.CSharp" />
124
    <Reference Include="System.Core" />
125
    <Reference Include="System.Xml.Linq" />
126
    <Reference Include="System.Data.DataSetExtensions" />
127
    <Reference Include="System.Net.Http" />
128
    <Reference Include="System.Xaml">
129
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
130
    </Reference>
131
    <Reference Include="WindowsBase" />
132
    <Reference Include="PresentationCore" />
133
    <Reference Include="PresentationFramework" />
134
  </ItemGroup>
135
  <ItemGroup>
136
    <ApplicationDefinition Include="App.xaml">
137
      <Generator>MSBuild:Compile</Generator>
138
      <SubType>Designer</SubType>
139
    </ApplicationDefinition>
140
    <Page Include="MainWindow.xaml">
141
      <Generator>MSBuild:Compile</Generator>
142
      <SubType>Designer</SubType>
143
    </Page>
144
    <Compile Include="..\Markus.Service.Station\ApplicationDefine.cs">
145
      <Link>ApplicationDefine.cs</Link>
146
    </Compile>
147
    <Compile Include="App.xaml.cs">
148
      <DependentUpon>App.xaml</DependentUpon>
149
      <SubType>Code</SubType>
150
    </Compile>
151
    <Compile Include="Connected Services\ConvertService\Reference.cs">
152
      <AutoGen>True</AutoGen>
153
      <DesignTime>True</DesignTime>
154
      <DependentUpon>Reference.svcmap</DependentUpon>
155
    </Compile>
156
    <Compile Include="Connected Services\ConvertWebService\Reference.cs">
157
      <AutoGen>True</AutoGen>
158
      <DesignTime>True</DesignTime>
159
      <DependentUpon>Reference.svcmap</DependentUpon>
160
    </Compile>
161
    <Compile Include="Connected Services\StationService\Reference.cs">
162
      <AutoGen>True</AutoGen>
163
      <DesignTime>True</DesignTime>
164
      <DependentUpon>Reference.svcmap</DependentUpon>
165
    </Compile>
166
    <Compile Include="MainWindow.xaml.cs">
167
      <DependentUpon>MainWindow.xaml</DependentUpon>
168
      <SubType>Code</SubType>
169
    </Compile>
170
  </ItemGroup>
171
  <ItemGroup>
172
    <Compile Include="Properties\AssemblyInfo.cs">
173
      <SubType>Code</SubType>
174
    </Compile>
175
    <Compile Include="Properties\Resources.Designer.cs">
176
      <AutoGen>True</AutoGen>
177
      <DesignTime>True</DesignTime>
178
      <DependentUpon>Resources.resx</DependentUpon>
179
    </Compile>
180
    <Compile Include="Properties\Settings.Designer.cs">
181
      <AutoGen>True</AutoGen>
182
      <DependentUpon>Settings.settings</DependentUpon>
183
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
184
    </Compile>
185
    <EmbeddedResource Include="Properties\Resources.resx">
186
      <Generator>ResXFileCodeGenerator</Generator>
187
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
188
    </EmbeddedResource>
189
    <None Include="..\Markus.Service.Station\Plugin.ini">
190
      <Link>Plugin.ini</Link>
191
    </None>
192
    <None Include="..\Markus.Service.Station\ServiceStation.ini">
193
      <Link>ServiceStation.ini</Link>
194
    </None>
195
    <None Include="Connected Services\ConvertService\service1.wsdl" />
196
    <None Include="Connected Services\ConvertService\service2.xsd">
197
      <SubType>Designer</SubType>
198
    </None>
199
    <None Include="Connected Services\ConvertService\service21.xsd">
200
      <SubType>Designer</SubType>
201
    </None>
202
    <None Include="Connected Services\ConvertWebService\Conversion.wsdl" />
203
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.ConvertRunIgnoreCommentResponse.datasource">
204
      <DependentUpon>Reference.svcmap</DependentUpon>
205
    </None>
206
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.ConvertRunResponse.datasource">
207
      <DependentUpon>Reference.svcmap</DependentUpon>
208
    </None>
209
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.CoverConvertResponse.datasource">
210
      <DependentUpon>Reference.svcmap</DependentUpon>
211
    </None>
212
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.ExcelExportResponse.datasource">
213
      <DependentUpon>Reference.svcmap</DependentUpon>
214
    </None>
215
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.ManualConvertResponse.datasource">
216
      <DependentUpon>Reference.svcmap</DependentUpon>
217
    </None>
218
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.UpdateResultResponse.datasource">
219
      <DependentUpon>Reference.svcmap</DependentUpon>
220
    </None>
221
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.UpdateSlipResponse.datasource">
222
      <DependentUpon>Reference.svcmap</DependentUpon>
223
    </None>
224
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.UpdateUrlEncodeResponse.datasource">
225
      <DependentUpon>Reference.svcmap</DependentUpon>
226
    </None>
227
    <None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.UpdateVPResponse.datasource">
228
      <DependentUpon>Reference.svcmap</DependentUpon>
229
    </None>
230
    <None Include="Connected Services\StationService\Markus.Service.Interface.xsd">
231
      <SubType>Designer</SubType>
232
    </None>
233
    <None Include="Connected Services\StationService\service.wsdl" />
234
    <None Include="Connected Services\StationService\service.xsd">
235
      <SubType>Designer</SubType>
236
    </None>
237
    <None Include="Connected Services\StationService\service1.xsd">
238
      <SubType>Designer</SubType>
239
    </None>
240
    <None Include="Connected Services\StationService\ServiceTestApp.StationService.ConvertItem.datasource">
241
      <DependentUpon>Reference.svcmap</DependentUpon>
242
    </None>
243
    <None Include="json1.json" />
244
    <None Include="packages.config" />
245
    <None Include="Properties\app.manifest" />
246
    <None Include="Properties\DataSources\Markus.Service.Interface.ConvertItem.datasource" />
247
    <None Include="Properties\Settings.settings">
248
      <Generator>SettingsSingleFileGenerator</Generator>
249
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
250
    </None>
251
  </ItemGroup>
252
  <ItemGroup>
253
    <None Include="App.config">
254
      <SubType>Designer</SubType>
255
    </None>
256
  </ItemGroup>
257
  <ItemGroup>
258
    <WCFMetadata Include="Connected Services\" />
259
  </ItemGroup>
260
  <ItemGroup>
261
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
262
      <Visible>False</Visible>
263
      <ProductName>.NET Framework 3.5 SP1</ProductName>
264
      <Install>false</Install>
265
    </BootstrapperPackage>
266
  </ItemGroup>
267
  <ItemGroup>
268
    <WCFMetadataStorage Include="Connected Services\ConvertService\" />
269
    <WCFMetadataStorage Include="Connected Services\ConvertWebService\" />
270
    <WCFMetadataStorage Include="Connected Services\StationService\" />
271
  </ItemGroup>
272
  <ItemGroup>
273
    <None Include="Connected Services\ConvertService\configuration91.svcinfo" />
274
  </ItemGroup>
275
  <ItemGroup>
276
    <None Include="Connected Services\ConvertService\configuration.svcinfo" />
277
  </ItemGroup>
278
  <ItemGroup>
279
    <None Include="Connected Services\ConvertService\Reference.svcmap">
280
      <Generator>WCF Proxy Generator</Generator>
281
      <LastGenOutput>Reference.cs</LastGenOutput>
282
    </None>
283
  </ItemGroup>
284
  <ItemGroup>
285
    <None Include="Connected Services\StationService\configuration91.svcinfo" />
286
  </ItemGroup>
287
  <ItemGroup>
288
    <None Include="Connected Services\StationService\configuration.svcinfo" />
289
  </ItemGroup>
290
  <ItemGroup>
291
    <None Include="Connected Services\StationService\Reference.svcmap">
292
      <Generator>WCF Proxy Generator</Generator>
293
      <LastGenOutput>Reference.cs</LastGenOutput>
294
    </None>
295
  </ItemGroup>
296
  <ItemGroup>
297
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
298
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
299
      <Name>Markus.Service.Interface</Name>
300
    </ProjectReference>
301
    <ProjectReference Include="..\Markus.Service.ConvertProcess\Markus.Service.ConvertProcess.csproj">
302
      <Project>{3f94fecf-4326-4452-8067-9f7b45d9bc6c}</Project>
303
      <Name>Markus.Service.ConvertProcess</Name>
304
    </ProjectReference>
305
    <ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj">
306
      <Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project>
307
      <Name>Markus.Service.DataBase</Name>
308
    </ProjectReference>
309
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
310
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
311
      <Name>Markus.Service.Extensions</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)