markus / ConvertService / ServiceBase / Markus.Service.WcfClient / Markus.Service.WcfClient.csproj @ b4a1c7ff
이력 | 보기 | 이력해설 | 다운로드 (6.08 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>{691078D3-BE0E-4697-BAB6-ED3ACA842D19}</ProjectGuid> |
8 |
<OutputType>Library</OutputType> |
9 |
<RootNamespace>Markus.Service.WcfClient</RootNamespace> |
10 |
<AssemblyName>Markus.Service.WcfClient</AssemblyName> |
11 |
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> |
12 |
<FileAlignment>512</FileAlignment> |
13 |
<Deterministic>true</Deterministic> |
14 |
<TargetFrameworkProfile /> |
15 |
</PropertyGroup> |
16 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 |
<PlatformTarget>x64</PlatformTarget> |
18 |
<DebugSymbols>true</DebugSymbols> |
19 |
<DebugType>full</DebugType> |
20 |
<Optimize>false</Optimize> |
21 |
<OutputPath>bin\Debug\</OutputPath> |
22 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
23 |
<ErrorReport>prompt</ErrorReport> |
24 |
<WarningLevel>4</WarningLevel> |
25 |
</PropertyGroup> |
26 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 |
<PlatformTarget>AnyCPU</PlatformTarget> |
28 |
<DebugType>pdbonly</DebugType> |
29 |
<Optimize>true</Optimize> |
30 |
<OutputPath>bin\Release\</OutputPath> |
31 |
<DefineConstants>TRACE</DefineConstants> |
32 |
<ErrorReport>prompt</ErrorReport> |
33 |
<WarningLevel>4</WarningLevel> |
34 |
</PropertyGroup> |
35 |
<PropertyGroup> |
36 |
<StartupObject /> |
37 |
</PropertyGroup> |
38 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'"> |
39 |
<OutputPath>bin\ReleaseAll_XI\</OutputPath> |
40 |
<DefineConstants>TRACE</DefineConstants> |
41 |
<Optimize>true</Optimize> |
42 |
<DebugType>pdbonly</DebugType> |
43 |
<PlatformTarget>AnyCPU</PlatformTarget> |
44 |
<LangVersion>7.3</LangVersion> |
45 |
<ErrorReport>prompt</ErrorReport> |
46 |
</PropertyGroup> |
47 |
<ItemGroup> |
48 |
<None Include="App.config" /> |
49 |
<None Include="Connected Services\StationServiceAsync\Markus.Message.xsd"> |
50 |
<SubType>Designer</SubType> |
51 |
</None> |
52 |
<None Include="Connected Services\StationServiceAsync\Markus.Service.Interface.xsd"> |
53 |
<SubType>Designer</SubType> |
54 |
</None> |
55 |
<None Include="Connected Services\StationServiceAsync\Markus.Service.IWcfService.xsd"> |
56 |
<SubType>Designer</SubType> |
57 |
</None> |
58 |
<None Include="Connected Services\StationServiceAsync\Markus.Service.WcfClient.StationServiceAsync.ConvertItem.datasource"> |
59 |
<DependentUpon>Reference.svcmap</DependentUpon> |
60 |
</None> |
61 |
<None Include="Connected Services\StationServiceAsync\Markus.Service.WcfClient.StationServiceAsync.Item.datasource"> |
62 |
<DependentUpon>Reference.svcmap</DependentUpon> |
63 |
</None> |
64 |
<None Include="Connected Services\StationServiceAsync\service.wsdl" /> |
65 |
<None Include="Connected Services\StationServiceAsync\service.xsd"> |
66 |
<SubType>Designer</SubType> |
67 |
</None> |
68 |
<None Include="Connected Services\StationServiceAsync\service1.xsd"> |
69 |
<SubType>Designer</SubType> |
70 |
</None> |
71 |
<None Include="Connected Services\StationServiceTask\Markus.Message.xsd"> |
72 |
<SubType>Designer</SubType> |
73 |
</None> |
74 |
<None Include="Connected Services\StationServiceTask\Markus.Service.Interface.xsd"> |
75 |
<SubType>Designer</SubType> |
76 |
</None> |
77 |
<None Include="Connected Services\StationServiceTask\Markus.Service.IWcfService.xsd"> |
78 |
<SubType>Designer</SubType> |
79 |
</None> |
80 |
<None Include="Connected Services\StationServiceTask\Markus.Service.WcfClient.StationServiceTask.ConvertItem.datasource"> |
81 |
<DependentUpon>Reference.svcmap</DependentUpon> |
82 |
</None> |
83 |
<None Include="Connected Services\StationServiceTask\Markus.Service.WcfClient.StationServiceTask.Item.datasource"> |
84 |
<DependentUpon>Reference.svcmap</DependentUpon> |
85 |
</None> |
86 |
<None Include="Connected Services\StationServiceTask\service.wsdl" /> |
87 |
<None Include="Connected Services\StationServiceTask\service.xsd"> |
88 |
<SubType>Designer</SubType> |
89 |
</None> |
90 |
<None Include="Connected Services\StationServiceTask\service1.xsd"> |
91 |
<SubType>Designer</SubType> |
92 |
</None> |
93 |
</ItemGroup> |
94 |
<ItemGroup> |
95 |
<WCFMetadata Include="Connected Services\" /> |
96 |
</ItemGroup> |
97 |
<ItemGroup> |
98 |
<WCFMetadataStorage Include="Connected Services\StationServiceAsync\" /> |
99 |
<WCFMetadataStorage Include="Connected Services\StationServiceTask\" /> |
100 |
</ItemGroup> |
101 |
<ItemGroup> |
102 |
<Reference Include="System" /> |
103 |
<Reference Include="System.Runtime.Serialization" /> |
104 |
<Reference Include="System.ServiceModel" /> |
105 |
<Reference Include="System.Xml" /> |
106 |
</ItemGroup> |
107 |
<ItemGroup> |
108 |
<None Include="Connected Services\StationServiceTask\configuration91.svcinfo" /> |
109 |
</ItemGroup> |
110 |
<ItemGroup> |
111 |
<None Include="Connected Services\StationServiceTask\configuration.svcinfo" /> |
112 |
</ItemGroup> |
113 |
<ItemGroup> |
114 |
<None Include="Connected Services\StationServiceTask\Reference.svcmap"> |
115 |
<Generator>WCF Proxy Generator</Generator> |
116 |
<LastGenOutput>Reference.cs</LastGenOutput> |
117 |
</None> |
118 |
</ItemGroup> |
119 |
<ItemGroup> |
120 |
<Compile Include="Connected Services\StationServiceAsync\Reference.cs"> |
121 |
<AutoGen>True</AutoGen> |
122 |
<DesignTime>True</DesignTime> |
123 |
<DependentUpon>Reference.svcmap</DependentUpon> |
124 |
</Compile> |
125 |
<Compile Include="Connected Services\StationServiceTask\Reference.cs"> |
126 |
<AutoGen>True</AutoGen> |
127 |
<DesignTime>True</DesignTime> |
128 |
<DependentUpon>Reference.svcmap</DependentUpon> |
129 |
</Compile> |
130 |
</ItemGroup> |
131 |
<ItemGroup> |
132 |
<None Include="Connected Services\StationServiceAsync\configuration91.svcinfo" /> |
133 |
</ItemGroup> |
134 |
<ItemGroup> |
135 |
<None Include="Connected Services\StationServiceAsync\configuration.svcinfo" /> |
136 |
</ItemGroup> |
137 |
<ItemGroup> |
138 |
<None Include="Connected Services\StationServiceAsync\Reference.svcmap"> |
139 |
<Generator>WCF Proxy Generator</Generator> |
140 |
<LastGenOutput>Reference.cs</LastGenOutput> |
141 |
</None> |
142 |
</ItemGroup> |
143 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
144 |
</Project> |