프로젝트

일반

사용자정보

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

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

이력 | 보기 | 이력해설 | 다운로드 (12.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</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
    <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
    </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
    <Reference Include="System.Web.Extensions" />
112
    <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="..\Markus.Service.Station\ApplicationDefine.cs">
136
      <Link>ApplicationDefine.cs</Link>
137
    </Compile>
138
    <Compile Include="App.xaml.cs">
139
      <DependentUpon>App.xaml</DependentUpon>
140
      <SubType>Code</SubType>
141
    </Compile>
142
    <Compile Include="Connected Services\ConvertService\Reference.cs">
143
      <AutoGen>True</AutoGen>
144
      <DesignTime>True</DesignTime>
145
      <DependentUpon>Reference.svcmap</DependentUpon>
146
    </Compile>
147
    <Compile Include="Connected Services\StationService\Reference.cs">
148
      <AutoGen>True</AutoGen>
149
      <DesignTime>True</DesignTime>
150
      <DependentUpon>Reference.svcmap</DependentUpon>
151
    </Compile>
152
    <Compile Include="MainWindow.xaml.cs">
153
      <DependentUpon>MainWindow.xaml</DependentUpon>
154
      <SubType>Code</SubType>
155
    </Compile>
156
  </ItemGroup>
157
  <ItemGroup>
158
    <Compile Include="Properties\AssemblyInfo.cs">
159
      <SubType>Code</SubType>
160
    </Compile>
161
    <Compile Include="Properties\Resources.Designer.cs">
162
      <AutoGen>True</AutoGen>
163
      <DesignTime>True</DesignTime>
164
      <DependentUpon>Resources.resx</DependentUpon>
165
    </Compile>
166
    <Compile Include="Properties\Settings.Designer.cs">
167
      <AutoGen>True</AutoGen>
168
      <DependentUpon>Settings.settings</DependentUpon>
169
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
170
    </Compile>
171
    <EmbeddedResource Include="Properties\Resources.resx">
172
      <Generator>ResXFileCodeGenerator</Generator>
173
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
174
    </EmbeddedResource>
175
    <None Include="..\Markus.Service.Station\ServiceStation.ini">
176
      <Link>ServiceStation.ini</Link>
177
    </None>
178
    <None Include="Connected Services\ConvertService\service1.wsdl" />
179
    <None Include="Connected Services\ConvertService\service2.xsd">
180
      <SubType>Designer</SubType>
181
    </None>
182
    <None Include="Connected Services\ConvertService\service21.xsd">
183
      <SubType>Designer</SubType>
184
    </None>
185
    <None Include="Connected Services\StationService\Markus.Service.Interface.xsd">
186
      <SubType>Designer</SubType>
187
    </None>
188
    <None Include="Connected Services\StationService\service.wsdl" />
189
    <None Include="Connected Services\StationService\service.xsd">
190
      <SubType>Designer</SubType>
191
    </None>
192
    <None Include="Connected Services\StationService\service1.xsd">
193
      <SubType>Designer</SubType>
194
    </None>
195
    <None Include="Connected Services\StationService\ServiceTestApp.StationService.ConvertItem.datasource">
196
      <DependentUpon>Reference.svcmap</DependentUpon>
197
    </None>
198
    <None Include="json1.json" />
199
    <None Include="packages.config" />
200
    <None Include="Properties\app.manifest" />
201
    <None Include="Properties\DataSources\Markus.Service.Interface.ConvertItem.datasource" />
202
    <None Include="Properties\Settings.settings">
203
      <Generator>SettingsSingleFileGenerator</Generator>
204
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
205
    </None>
206
  </ItemGroup>
207
  <ItemGroup>
208
    <None Include="App.config">
209
      <SubType>Designer</SubType>
210
    </None>
211
  </ItemGroup>
212
  <ItemGroup>
213
    <WCFMetadata Include="Connected Services\" />
214
  </ItemGroup>
215
  <ItemGroup>
216
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
217
      <Visible>False</Visible>
218
      <ProductName>.NET Framework 3.5 SP1</ProductName>
219
      <Install>false</Install>
220
    </BootstrapperPackage>
221
  </ItemGroup>
222
  <ItemGroup>
223
    <WCFMetadataStorage Include="Connected Services\ConvertService\" />
224
    <WCFMetadataStorage Include="Connected Services\StationService\" />
225
  </ItemGroup>
226
  <ItemGroup>
227
    <None Include="Connected Services\ConvertService\configuration91.svcinfo" />
228
  </ItemGroup>
229
  <ItemGroup>
230
    <None Include="Connected Services\ConvertService\configuration.svcinfo" />
231
  </ItemGroup>
232
  <ItemGroup>
233
    <None Include="Connected Services\ConvertService\Reference.svcmap">
234
      <Generator>WCF Proxy Generator</Generator>
235
      <LastGenOutput>Reference.cs</LastGenOutput>
236
    </None>
237
  </ItemGroup>
238
  <ItemGroup>
239
    <None Include="Connected Services\StationService\configuration91.svcinfo" />
240
  </ItemGroup>
241
  <ItemGroup>
242
    <None Include="Connected Services\StationService\configuration.svcinfo" />
243
  </ItemGroup>
244
  <ItemGroup>
245
    <None Include="Connected Services\StationService\Reference.svcmap">
246
      <Generator>WCF Proxy Generator</Generator>
247
      <LastGenOutput>Reference.cs</LastGenOutput>
248
    </None>
249
  </ItemGroup>
250
  <ItemGroup>
251
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
252
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
253
      <Name>Markus.Service.Interface</Name>
254
    </ProjectReference>
255
    <ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj">
256
      <Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project>
257
      <Name>Markus.Service.DataBase</Name>
258
    </ProjectReference>
259
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
260
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
261
      <Name>Markus.Service.Extensions</Name>
262
    </ProjectReference>
263
    <ProjectReference Include="..\Markus.Service.Station\Markus.Service.Station.csproj">
264
      <Project>{bf8b3b13-30d5-482c-8452-a7511e96de97}</Project>
265
      <Name>Markus.Service.Station</Name>
266
    </ProjectReference>
267
    <ProjectReference Include="..\Markus.Service.WcfService\Markus.Service.IWcfService.csproj">
268
      <Project>{0523c15e-b197-4c34-83ba-d62b384e2b77}</Project>
269
      <Name>Markus.Service.IWcfService</Name>
270
    </ProjectReference>
271
  </ItemGroup>
272
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
273
  <PropertyGroup>
274
    <PreBuildEvent>
275
    </PreBuildEvent>
276
  </PropertyGroup>
277
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)