프로젝트

일반

사용자정보

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

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

이력 | 보기 | 이력해설 | 다운로드 (12.5 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.LibraryInstaller, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
95
      <HintPath>..\packages\Markus.LibraryInstaller.1.5.1\lib\net45\Markus.LibraryInstaller.dll</HintPath>
96
    </Reference>
97
    <Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
98
      <HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath>
99
    </Reference>
100
    <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions">
101
      <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
102
    </Reference>
103
    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
104
      <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
105
    </Reference>
106
    <Reference Include="System" />
107
    <Reference Include="System.ComponentModel.DataAnnotations" />
108
    <Reference Include="System.Configuration.Install" />
109
    <Reference Include="System.Data" />
110
    <Reference Include="System.Runtime.Serialization" />
111
    <Reference Include="System.ServiceModel" />
112
    <Reference Include="System.ServiceProcess" />
113
    <Reference Include="System.Web.Extensions" />
114
    <Reference Include="System.Windows.Forms" />
115
    <Reference Include="System.Xml" />
116
    <Reference Include="Microsoft.CSharp" />
117
    <Reference Include="System.Core" />
118
    <Reference Include="System.Xml.Linq" />
119
    <Reference Include="System.Data.DataSetExtensions" />
120
    <Reference Include="System.Net.Http" />
121
    <Reference Include="System.Xaml">
122
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
123
    </Reference>
124
    <Reference Include="WindowsBase" />
125
    <Reference Include="PresentationCore" />
126
    <Reference Include="PresentationFramework" />
127
  </ItemGroup>
128
  <ItemGroup>
129
    <ApplicationDefinition Include="App.xaml">
130
      <Generator>MSBuild:Compile</Generator>
131
      <SubType>Designer</SubType>
132
    </ApplicationDefinition>
133
    <Page Include="MainWindow.xaml">
134
      <Generator>MSBuild:Compile</Generator>
135
      <SubType>Designer</SubType>
136
    </Page>
137
    <Compile Include="..\Markus.Service.Station\ApplicationDefine.cs">
138
      <Link>ApplicationDefine.cs</Link>
139
    </Compile>
140
    <Compile Include="App.xaml.cs">
141
      <DependentUpon>App.xaml</DependentUpon>
142
      <SubType>Code</SubType>
143
    </Compile>
144
    <Compile Include="Connected Services\ConvertService\Reference.cs">
145
      <AutoGen>True</AutoGen>
146
      <DesignTime>True</DesignTime>
147
      <DependentUpon>Reference.svcmap</DependentUpon>
148
    </Compile>
149
    <Compile Include="Connected Services\StationService\Reference.cs">
150
      <AutoGen>True</AutoGen>
151
      <DesignTime>True</DesignTime>
152
      <DependentUpon>Reference.svcmap</DependentUpon>
153
    </Compile>
154
    <Compile Include="MainWindow.xaml.cs">
155
      <DependentUpon>MainWindow.xaml</DependentUpon>
156
      <SubType>Code</SubType>
157
    </Compile>
158
  </ItemGroup>
159
  <ItemGroup>
160
    <Compile Include="Properties\AssemblyInfo.cs">
161
      <SubType>Code</SubType>
162
    </Compile>
163
    <Compile Include="Properties\Resources.Designer.cs">
164
      <AutoGen>True</AutoGen>
165
      <DesignTime>True</DesignTime>
166
      <DependentUpon>Resources.resx</DependentUpon>
167
    </Compile>
168
    <Compile Include="Properties\Settings.Designer.cs">
169
      <AutoGen>True</AutoGen>
170
      <DependentUpon>Settings.settings</DependentUpon>
171
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
172
    </Compile>
173
    <EmbeddedResource Include="Properties\Resources.resx">
174
      <Generator>ResXFileCodeGenerator</Generator>
175
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
176
    </EmbeddedResource>
177
    <None Include="..\Markus.Service.Station\ServiceStation.ini">
178
      <Link>ServiceStation.ini</Link>
179
    </None>
180
    <None Include="Connected Services\ConvertService\service1.wsdl" />
181
    <None Include="Connected Services\ConvertService\service2.xsd">
182
      <SubType>Designer</SubType>
183
    </None>
184
    <None Include="Connected Services\ConvertService\service21.xsd">
185
      <SubType>Designer</SubType>
186
    </None>
187
    <None Include="Connected Services\StationService\Markus.Service.Interface.xsd">
188
      <SubType>Designer</SubType>
189
    </None>
190
    <None Include="Connected Services\StationService\service.wsdl" />
191
    <None Include="Connected Services\StationService\service.xsd">
192
      <SubType>Designer</SubType>
193
    </None>
194
    <None Include="Connected Services\StationService\service1.xsd">
195
      <SubType>Designer</SubType>
196
    </None>
197
    <None Include="Connected Services\StationService\ServiceTestApp.StationService.ConvertItem.datasource">
198
      <DependentUpon>Reference.svcmap</DependentUpon>
199
    </None>
200
    <None Include="json1.json" />
201
    <None Include="packages.config" />
202
    <None Include="Properties\app.manifest" />
203
    <None Include="Properties\DataSources\Markus.Service.Interface.ConvertItem.datasource" />
204
    <None Include="Properties\Settings.settings">
205
      <Generator>SettingsSingleFileGenerator</Generator>
206
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
207
    </None>
208
  </ItemGroup>
209
  <ItemGroup>
210
    <None Include="App.config">
211
      <SubType>Designer</SubType>
212
    </None>
213
  </ItemGroup>
214
  <ItemGroup>
215
    <WCFMetadata Include="Connected Services\" />
216
  </ItemGroup>
217
  <ItemGroup>
218
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
219
      <Visible>False</Visible>
220
      <ProductName>.NET Framework 3.5 SP1</ProductName>
221
      <Install>false</Install>
222
    </BootstrapperPackage>
223
  </ItemGroup>
224
  <ItemGroup>
225
    <WCFMetadataStorage Include="Connected Services\ConvertService\" />
226
    <WCFMetadataStorage Include="Connected Services\StationService\" />
227
  </ItemGroup>
228
  <ItemGroup>
229
    <None Include="Connected Services\ConvertService\configuration91.svcinfo" />
230
  </ItemGroup>
231
  <ItemGroup>
232
    <None Include="Connected Services\ConvertService\configuration.svcinfo" />
233
  </ItemGroup>
234
  <ItemGroup>
235
    <None Include="Connected Services\ConvertService\Reference.svcmap">
236
      <Generator>WCF Proxy Generator</Generator>
237
      <LastGenOutput>Reference.cs</LastGenOutput>
238
    </None>
239
  </ItemGroup>
240
  <ItemGroup>
241
    <None Include="Connected Services\StationService\configuration91.svcinfo" />
242
  </ItemGroup>
243
  <ItemGroup>
244
    <None Include="Connected Services\StationService\configuration.svcinfo" />
245
  </ItemGroup>
246
  <ItemGroup>
247
    <None Include="Connected Services\StationService\Reference.svcmap">
248
      <Generator>WCF Proxy Generator</Generator>
249
      <LastGenOutput>Reference.cs</LastGenOutput>
250
    </None>
251
  </ItemGroup>
252
  <ItemGroup>
253
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
254
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
255
      <Name>Markus.Service.Interface</Name>
256
    </ProjectReference>
257
    <ProjectReference Include="..\Markus.Service.ConvertProcess\Markus.Service.ConvertProcess.csproj">
258
      <Project>{3f94fecf-4326-4452-8067-9f7b45d9bc6c}</Project>
259
      <Name>Markus.Service.ConvertProcess</Name>
260
    </ProjectReference>
261
    <ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj">
262
      <Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project>
263
      <Name>Markus.Service.DataBase</Name>
264
    </ProjectReference>
265
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
266
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
267
      <Name>Markus.Service.Extensions</Name>
268
    </ProjectReference>
269
    <ProjectReference Include="..\Markus.Service.Station\Markus.Service.Station.csproj">
270
      <Project>{bf8b3b13-30d5-482c-8452-a7511e96de97}</Project>
271
      <Name>Markus.Service.Station</Name>
272
    </ProjectReference>
273
    <ProjectReference Include="..\Markus.Service.WcfService\Markus.Service.IWcfService.csproj">
274
      <Project>{0523c15e-b197-4c34-83ba-d62b384e2b77}</Project>
275
      <Name>Markus.Service.IWcfService</Name>
276
    </ProjectReference>
277
  </ItemGroup>
278
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
279
  <PropertyGroup>
280
    <PreBuildEvent>
281
    </PreBuildEvent>
282
  </PropertyGroup>
283
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)