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