markus / ConvertService / ServiceBase / Markus.Service.WcfClient / Markus.Service.WcfClient.csproj @ ab7fe8c0
이력 | 보기 | 이력해설 | 다운로드 (8.11 KB)
1 | 06f13e11 | 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>{691078D3-BE0E-4697-BAB6-ED3ACA842D19}</ProjectGuid> |
||
8 | <OutputType>Library</OutputType> |
||
9 | <RootNamespace>Markus.Service.WcfClient</RootNamespace> |
||
10 | <AssemblyName>Markus.Service.WcfClient</AssemblyName> |
||
11 | a5e5fff6 | taeseongkim | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
12 | 06f13e11 | taeseongkim | <FileAlignment>512</FileAlignment> |
13 | <Deterministic>true</Deterministic> |
||
14 | 43e1d368 | taeseongkim | <TargetFrameworkProfile /> |
15 | a5e5fff6 | taeseongkim | <PublishUrl>게시\</PublishUrl> |
16 | <Install>true</Install> |
||
17 | <InstallFrom>Disk</InstallFrom> |
||
18 | <UpdateEnabled>false</UpdateEnabled> |
||
19 | <UpdateMode>Foreground</UpdateMode> |
||
20 | <UpdateInterval>7</UpdateInterval> |
||
21 | <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
||
22 | <UpdatePeriodically>false</UpdatePeriodically> |
||
23 | <UpdateRequired>false</UpdateRequired> |
||
24 | <MapFileExtensions>true</MapFileExtensions> |
||
25 | <ApplicationRevision>0</ApplicationRevision> |
||
26 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
||
27 | <IsWebBootstrapper>false</IsWebBootstrapper> |
||
28 | <UseApplicationTrust>false</UseApplicationTrust> |
||
29 | <BootstrapperEnabled>true</BootstrapperEnabled> |
||
30 | 06f13e11 | taeseongkim | </PropertyGroup> |
31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
32 | 2f07b70a | semi | <PlatformTarget>x64</PlatformTarget> |
33 | 06f13e11 | taeseongkim | <DebugSymbols>true</DebugSymbols> |
34 | <DebugType>full</DebugType> |
||
35 | <Optimize>false</Optimize> |
||
36 | <OutputPath>bin\Debug\</OutputPath> |
||
37 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
38 | <ErrorReport>prompt</ErrorReport> |
||
39 | <WarningLevel>4</WarningLevel> |
||
40 | </PropertyGroup> |
||
41 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
42 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
43 | <DebugType>pdbonly</DebugType> |
||
44 | <Optimize>true</Optimize> |
||
45 | <OutputPath>bin\Release\</OutputPath> |
||
46 | <DefineConstants>TRACE</DefineConstants> |
||
47 | <ErrorReport>prompt</ErrorReport> |
||
48 | <WarningLevel>4</WarningLevel> |
||
49 | </PropertyGroup> |
||
50 | <PropertyGroup> |
||
51 | <StartupObject /> |
||
52 | </PropertyGroup> |
||
53 | b4a1c7ff | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'"> |
54 | <OutputPath>bin\ReleaseAll_XI\</OutputPath> |
||
55 | <DefineConstants>TRACE</DefineConstants> |
||
56 | <Optimize>true</Optimize> |
||
57 | <DebugType>pdbonly</DebugType> |
||
58 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
59 | <LangVersion>7.3</LangVersion> |
||
60 | <ErrorReport>prompt</ErrorReport> |
||
61 | </PropertyGroup> |
||
62 | 0a64fa85 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
63 | <DebugSymbols>true</DebugSymbols> |
||
64 | <OutputPath>bin\x64\Debug\</OutputPath> |
||
65 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
66 | <DebugType>full</DebugType> |
||
67 | <PlatformTarget>x64</PlatformTarget> |
||
68 | <LangVersion>7.3</LangVersion> |
||
69 | <ErrorReport>prompt</ErrorReport> |
||
70 | </PropertyGroup> |
||
71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
||
72 | <OutputPath>bin\x64\Release\</OutputPath> |
||
73 | <DefineConstants>TRACE</DefineConstants> |
||
74 | <Optimize>true</Optimize> |
||
75 | <DebugType>pdbonly</DebugType> |
||
76 | <PlatformTarget>x64</PlatformTarget> |
||
77 | <LangVersion>7.3</LangVersion> |
||
78 | <ErrorReport>prompt</ErrorReport> |
||
79 | </PropertyGroup> |
||
80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|x64'"> |
||
81 | <OutputPath>bin\x64\ReleaseAll_XI\</OutputPath> |
||
82 | <DefineConstants>TRACE</DefineConstants> |
||
83 | <Optimize>true</Optimize> |
||
84 | <DebugType>pdbonly</DebugType> |
||
85 | <PlatformTarget>x64</PlatformTarget> |
||
86 | <LangVersion>7.3</LangVersion> |
||
87 | <ErrorReport>prompt</ErrorReport> |
||
88 | </PropertyGroup> |
||
89 | 06f13e11 | taeseongkim | <ItemGroup> |
90 | <None Include="App.config" /> |
||
91 | a5e5fff6 | taeseongkim | <None Include="Connected Services\StationServiceAsync\Markus.Service.DataBase.Entities.xsd"> |
92 | 06f13e11 | taeseongkim | <SubType>Designer</SubType> |
93 | </None> |
||
94 | <None Include="Connected Services\StationServiceAsync\Markus.Service.IWcfService.xsd"> |
||
95 | <SubType>Designer</SubType> |
||
96 | </None> |
||
97 | a5e5fff6 | taeseongkim | <None Include="Connected Services\StationServiceAsync\Markus.Service.WcfClient.StationServiceAsync.ConvertDoc.datasource"> |
98 | 06f13e11 | taeseongkim | <DependentUpon>Reference.svcmap</DependentUpon> |
99 | </None> |
||
100 | <None Include="Connected Services\StationServiceAsync\Markus.Service.WcfClient.StationServiceAsync.Item.datasource"> |
||
101 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
102 | </None> |
||
103 | <None Include="Connected Services\StationServiceAsync\service.wsdl" /> |
||
104 | <None Include="Connected Services\StationServiceAsync\service.xsd"> |
||
105 | <SubType>Designer</SubType> |
||
106 | </None> |
||
107 | <None Include="Connected Services\StationServiceAsync\service1.xsd"> |
||
108 | <SubType>Designer</SubType> |
||
109 | </None> |
||
110 | a5e5fff6 | taeseongkim | <None Include="Connected Services\StationServiceTask\Markus.Service.DataBase.Entities.xsd"> |
111 | 06f13e11 | taeseongkim | <SubType>Designer</SubType> |
112 | </None> |
||
113 | <None Include="Connected Services\StationServiceTask\Markus.Service.IWcfService.xsd"> |
||
114 | <SubType>Designer</SubType> |
||
115 | </None> |
||
116 | a5e5fff6 | taeseongkim | <None Include="Connected Services\StationServiceTask\Markus.Service.WcfClient.StationServiceTask.ConvertDoc.datasource"> |
117 | 06f13e11 | taeseongkim | <DependentUpon>Reference.svcmap</DependentUpon> |
118 | </None> |
||
119 | <None Include="Connected Services\StationServiceTask\Markus.Service.WcfClient.StationServiceTask.Item.datasource"> |
||
120 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
121 | </None> |
||
122 | <None Include="Connected Services\StationServiceTask\service.wsdl" /> |
||
123 | <None Include="Connected Services\StationServiceTask\service.xsd"> |
||
124 | <SubType>Designer</SubType> |
||
125 | </None> |
||
126 | <None Include="Connected Services\StationServiceTask\service1.xsd"> |
||
127 | <SubType>Designer</SubType> |
||
128 | </None> |
||
129 | </ItemGroup> |
||
130 | <ItemGroup> |
||
131 | <WCFMetadata Include="Connected Services\" /> |
||
132 | </ItemGroup> |
||
133 | <ItemGroup> |
||
134 | <WCFMetadataStorage Include="Connected Services\StationServiceAsync\" /> |
||
135 | <WCFMetadataStorage Include="Connected Services\StationServiceTask\" /> |
||
136 | </ItemGroup> |
||
137 | <ItemGroup> |
||
138 | <Reference Include="System" /> |
||
139 | <Reference Include="System.Runtime.Serialization" /> |
||
140 | <Reference Include="System.ServiceModel" /> |
||
141 | <Reference Include="System.Xml" /> |
||
142 | </ItemGroup> |
||
143 | <ItemGroup> |
||
144 | <None Include="Connected Services\StationServiceTask\configuration91.svcinfo" /> |
||
145 | </ItemGroup> |
||
146 | <ItemGroup> |
||
147 | <None Include="Connected Services\StationServiceTask\configuration.svcinfo" /> |
||
148 | </ItemGroup> |
||
149 | <ItemGroup> |
||
150 | <None Include="Connected Services\StationServiceTask\Reference.svcmap"> |
||
151 | <Generator>WCF Proxy Generator</Generator> |
||
152 | <LastGenOutput>Reference.cs</LastGenOutput> |
||
153 | </None> |
||
154 | </ItemGroup> |
||
155 | <ItemGroup> |
||
156 | <Compile Include="Connected Services\StationServiceAsync\Reference.cs"> |
||
157 | <AutoGen>True</AutoGen> |
||
158 | <DesignTime>True</DesignTime> |
||
159 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
160 | </Compile> |
||
161 | <Compile Include="Connected Services\StationServiceTask\Reference.cs"> |
||
162 | <AutoGen>True</AutoGen> |
||
163 | <DesignTime>True</DesignTime> |
||
164 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
165 | </Compile> |
||
166 | </ItemGroup> |
||
167 | <ItemGroup> |
||
168 | <None Include="Connected Services\StationServiceAsync\configuration91.svcinfo" /> |
||
169 | </ItemGroup> |
||
170 | <ItemGroup> |
||
171 | <None Include="Connected Services\StationServiceAsync\configuration.svcinfo" /> |
||
172 | </ItemGroup> |
||
173 | <ItemGroup> |
||
174 | <None Include="Connected Services\StationServiceAsync\Reference.svcmap"> |
||
175 | <Generator>WCF Proxy Generator</Generator> |
||
176 | <LastGenOutput>Reference.cs</LastGenOutput> |
||
177 | </None> |
||
178 | </ItemGroup> |
||
179 | a5e5fff6 | taeseongkim | <ItemGroup> |
180 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
||
181 | <Visible>False</Visible> |
||
182 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
||
183 | <Install>false</Install> |
||
184 | </BootstrapperPackage> |
||
185 | </ItemGroup> |
||
186 | <ItemGroup> |
||
187 | <ProjectReference Include="..\Markus.Service.DataBase.Dapper\Markus.Service.DataBase.Dapper.csproj"> |
||
188 | <Project>{f835dd07-7f0c-4dbd-a596-f3110d187421}</Project> |
||
189 | <Name>Markus.Service.DataBase.Dapper</Name> |
||
190 | </ProjectReference> |
||
191 | </ItemGroup> |
||
192 | 06f13e11 | taeseongkim | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
193 | </Project> |