프로젝트

일반

사용자정보

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

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

이력 | 보기 | 이력해설 | 다운로드 (10.9 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
    <WCFMetadata Include="Connected Services\" />
211
  </ItemGroup>
212
  <ItemGroup>
213
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
214
      <Visible>False</Visible>
215
      <ProductName>.NET Framework 3.5 SP1</ProductName>
216
      <Install>false</Install>
217
    </BootstrapperPackage>
218
  </ItemGroup>
219
  <ItemGroup>
220
    <WCFMetadataStorage Include="Connected Services\ConvertService\" />
221
    <WCFMetadataStorage Include="Connected Services\StationService\" />
222
  </ItemGroup>
223
  <ItemGroup>
224
    <None Include="Connected Services\ConvertService\configuration91.svcinfo" />
225
  </ItemGroup>
226
  <ItemGroup>
227
    <None Include="Connected Services\ConvertService\configuration.svcinfo" />
228
  </ItemGroup>
229
  <ItemGroup>
230
    <None Include="Connected Services\ConvertService\Reference.svcmap">
231
      <Generator>WCF Proxy Generator</Generator>
232
      <LastGenOutput>Reference.cs</LastGenOutput>
233
    </None>
234
  </ItemGroup>
235
  <ItemGroup>
236
    <None Include="Connected Services\StationService\configuration91.svcinfo" />
237
  </ItemGroup>
238
  <ItemGroup>
239
    <None Include="Connected Services\StationService\configuration.svcinfo" />
240
  </ItemGroup>
241
  <ItemGroup>
242
    <None Include="Connected Services\StationService\Reference.svcmap">
243
      <Generator>WCF Proxy Generator</Generator>
244
      <LastGenOutput>Reference.cs</LastGenOutput>
245
    </None>
246
  </ItemGroup>
247
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
248
  <PropertyGroup>
249
    <PreBuildEvent>
250
    </PreBuildEvent>
251
  </PropertyGroup>
252
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)