프로젝트

일반

사용자정보

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

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

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

1 53c9637d taeseongkim
<?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
    <PublishUrl>publish\</PublishUrl>
17
    <Install>true</Install>
18
    <InstallFrom>Disk</InstallFrom>
19
    <UpdateEnabled>false</UpdateEnabled>
20
    <UpdateMode>Foreground</UpdateMode>
21
    <UpdateInterval>7</UpdateInterval>
22
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
23
    <UpdatePeriodically>false</UpdatePeriodically>
24
    <UpdateRequired>false</UpdateRequired>
25
    <MapFileExtensions>true</MapFileExtensions>
26
    <ApplicationRevision>0</ApplicationRevision>
27
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
28
    <IsWebBootstrapper>false</IsWebBootstrapper>
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.2.8, Culture=neutral, PublicKeyToken=null" />
83
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
84
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
85
    </Reference>
86
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
87
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
88
    </Reference>
89
    <Reference Include="log4net">
90
      <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
91
    </Reference>
92
    <Reference Include="Markus.LibraryInstaller, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
93
      <HintPath>..\packages\Markus.LibraryInstaller.1.5.1\lib\net45\Markus.LibraryInstaller.dll</HintPath>
94
    </Reference>
95 2091a7e5 taeseongkim
    <Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
96
      <HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath>
97 53c9637d taeseongkim
    </Reference>
98
    <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions">
99
      <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.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 c433ebde taeseongkim
    <Reference Include="System.Web.Extensions" />
112 53c9637d taeseongkim
    <Reference Include="System.Windows.Forms" />
113
    <Reference Include="System.Xml" />
114
    <Reference Include="Microsoft.CSharp" />
115
    <Reference Include="System.Core" />
116
    <Reference Include="System.Xml.Linq" />
117
    <Reference Include="System.Data.DataSetExtensions" />
118
    <Reference Include="System.Net.Http" />
119
    <Reference Include="System.Xaml">
120
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
121
    </Reference>
122
    <Reference Include="WindowsBase" />
123
    <Reference Include="PresentationCore" />
124
    <Reference Include="PresentationFramework" />
125
  </ItemGroup>
126
  <ItemGroup>
127
    <ApplicationDefinition Include="App.xaml">
128
      <Generator>MSBuild:Compile</Generator>
129
      <SubType>Designer</SubType>
130
    </ApplicationDefinition>
131
    <Page Include="MainWindow.xaml">
132
      <Generator>MSBuild:Compile</Generator>
133
      <SubType>Designer</SubType>
134
    </Page>
135
    <Compile Include="App.xaml.cs">
136
      <DependentUpon>App.xaml</DependentUpon>
137
      <SubType>Code</SubType>
138
    </Compile>
139
    <Compile Include="Connected Services\ConvertService\Reference.cs">
140
      <AutoGen>True</AutoGen>
141
      <DesignTime>True</DesignTime>
142
      <DependentUpon>Reference.svcmap</DependentUpon>
143
    </Compile>
144
    <Compile Include="Connected Services\StationService\Reference.cs">
145
      <AutoGen>True</AutoGen>
146
      <DesignTime>True</DesignTime>
147
      <DependentUpon>Reference.svcmap</DependentUpon>
148
    </Compile>
149
    <Compile Include="MainWindow.xaml.cs">
150
      <DependentUpon>MainWindow.xaml</DependentUpon>
151
      <SubType>Code</SubType>
152
    </Compile>
153
  </ItemGroup>
154
  <ItemGroup>
155
    <Compile Include="Properties\AssemblyInfo.cs">
156
      <SubType>Code</SubType>
157
    </Compile>
158
    <Compile Include="Properties\Resources.Designer.cs">
159
      <AutoGen>True</AutoGen>
160
      <DesignTime>True</DesignTime>
161
      <DependentUpon>Resources.resx</DependentUpon>
162
    </Compile>
163
    <Compile Include="Properties\Settings.Designer.cs">
164
      <AutoGen>True</AutoGen>
165
      <DependentUpon>Settings.settings</DependentUpon>
166
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
167
    </Compile>
168
    <EmbeddedResource Include="Properties\Resources.resx">
169
      <Generator>ResXFileCodeGenerator</Generator>
170
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
171
    </EmbeddedResource>
172
    <None Include="..\Markus.Service.Station\ServiceStation.ini">
173
      <Link>ServiceStation.ini</Link>
174
    </None>
175
    <None Include="Connected Services\ConvertService\service1.wsdl" />
176
    <None Include="Connected Services\ConvertService\service2.xsd">
177
      <SubType>Designer</SubType>
178
    </None>
179
    <None Include="Connected Services\ConvertService\service21.xsd">
180
      <SubType>Designer</SubType>
181
    </None>
182
    <None Include="Connected Services\StationService\Markus.Service.Interface.xsd">
183
      <SubType>Designer</SubType>
184
    </None>
185
    <None Include="Connected Services\StationService\service.wsdl" />
186
    <None Include="Connected Services\StationService\service.xsd">
187
      <SubType>Designer</SubType>
188
    </None>
189
    <None Include="Connected Services\StationService\service1.xsd">
190
      <SubType>Designer</SubType>
191
    </None>
192
    <None Include="Connected Services\StationService\ServiceTestApp.StationService.ConvertItem.datasource">
193
      <DependentUpon>Reference.svcmap</DependentUpon>
194
    </None>
195 c433ebde taeseongkim
    <None Include="json1.json" />
196 53c9637d taeseongkim
    <None Include="packages.config" />
197
    <None Include="Properties\app.manifest" />
198
    <None Include="Properties\DataSources\Markus.Service.Interface.ConvertItem.datasource" />
199
    <None Include="Properties\Settings.settings">
200
      <Generator>SettingsSingleFileGenerator</Generator>
201
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
202
    </None>
203
  </ItemGroup>
204
  <ItemGroup>
205
    <None Include="App.config">
206
      <SubType>Designer</SubType>
207
    </None>
208
  </ItemGroup>
209
  <ItemGroup>
210
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
211
      <Project>{4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}</Project>
212
      <Name>Markus.Service.Interface</Name>
213
    </ProjectReference>
214
    <ProjectReference Include="..\Markus.Service.ConvertProcess\Markus.Service.ConvertProcess.csproj">
215
      <Project>{3f94fecf-4326-4452-8067-9f7b45d9bc6c}</Project>
216
      <Name>Markus.Service.ConvertProcess</Name>
217
    </ProjectReference>
218
    <ProjectReference Include="..\Markus.Service.Convert\Markus.Service.Convert.csproj">
219
      <Project>{867e065c-3c22-47b1-9c2a-130a78dddd51}</Project>
220
      <Name>Markus.Service.Convert</Name>
221
    </ProjectReference>
222
    <ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj">
223
      <Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project>
224
      <Name>Markus.Service.DataBase</Name>
225
    </ProjectReference>
226
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
227
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
228
      <Name>Markus.Service.Extensions</Name>
229
    </ProjectReference>
230
    <ProjectReference Include="..\Markus.Service.Station\Markus.Service.Station.csproj">
231
      <Project>{bf8b3b13-30d5-482c-8452-a7511e96de97}</Project>
232
      <Name>Markus.Service.Station</Name>
233
    </ProjectReference>
234
    <ProjectReference Include="..\Markus.Service.WcfService\Markus.Service.IWcfService.csproj">
235
      <Project>{0523c15e-b197-4c34-83ba-d62b384e2b77}</Project>
236
      <Name>Markus.Service.IWcfService</Name>
237
    </ProjectReference>
238
  </ItemGroup>
239
  <ItemGroup>
240
    <WCFMetadata Include="Connected Services\" />
241
  </ItemGroup>
242
  <ItemGroup>
243
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
244
      <Visible>False</Visible>
245
      <ProductName>.NET Framework 3.5 SP1</ProductName>
246
      <Install>false</Install>
247
    </BootstrapperPackage>
248
  </ItemGroup>
249
  <ItemGroup>
250
    <WCFMetadataStorage Include="Connected Services\ConvertService\" />
251
    <WCFMetadataStorage Include="Connected Services\StationService\" />
252
  </ItemGroup>
253
  <ItemGroup>
254
    <None Include="Connected Services\ConvertService\configuration91.svcinfo" />
255
  </ItemGroup>
256
  <ItemGroup>
257
    <None Include="Connected Services\ConvertService\configuration.svcinfo" />
258
  </ItemGroup>
259
  <ItemGroup>
260
    <None Include="Connected Services\ConvertService\Reference.svcmap">
261
      <Generator>WCF Proxy Generator</Generator>
262
      <LastGenOutput>Reference.cs</LastGenOutput>
263
    </None>
264
  </ItemGroup>
265
  <ItemGroup>
266
    <None Include="Connected Services\StationService\configuration91.svcinfo" />
267
  </ItemGroup>
268
  <ItemGroup>
269
    <None Include="Connected Services\StationService\configuration.svcinfo" />
270
  </ItemGroup>
271
  <ItemGroup>
272
    <None Include="Connected Services\StationService\Reference.svcmap">
273
      <Generator>WCF Proxy Generator</Generator>
274
      <LastGenOutput>Reference.cs</LastGenOutput>
275
    </None>
276
  </ItemGroup>
277
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
278
  <PropertyGroup>
279
    <PreBuildEvent>
280
    </PreBuildEvent>
281
  </PropertyGroup>
282
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)