markus / FinalService / FinalServiceBase / Markus.Service.WcfService / Markus.Service.IWcfService.csproj @ 42d49521
이력 | 보기 | 이력해설 | 다운로드 (5.8 KB)
1 |
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
---|---|
2 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
3 |
<PropertyGroup> |
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 |
<ProductVersion>8.0.50727</ProductVersion> |
7 |
<SchemaVersion>2.0</SchemaVersion> |
8 |
<ProjectGuid>{0523C15E-B197-4C34-83BA-D62B384E2B77}</ProjectGuid> |
9 |
<OutputType>Library</OutputType> |
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
<RootNamespace>Markus.Service.IWcfService</RootNamespace> |
12 |
<AssemblyName>Markus.Service.IWcfService</AssemblyName> |
13 |
<ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
14 |
<StartArguments>/client:"WcfTestClient.exe"</StartArguments> |
15 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
16 |
<WcfConfigValidationEnabled>True</WcfConfigValidationEnabled> |
17 |
<XsdCodeGenEnabled>True</XsdCodeGenEnabled> |
18 |
<XsdCodeGenSerializerMode>XmlSerializer</XsdCodeGenSerializerMode> |
19 |
<XsdCodeGenReuseTypesFlag>True</XsdCodeGenReuseTypesFlag> |
20 |
<XsdCodeGenReuseTypesMode>All</XsdCodeGenReuseTypesMode> |
21 |
<XsdCodeGenReferences /> |
22 |
<XsdCodeGenNamespaceMappings>%2a, Markus.Service.WcfService.ContractTypes</XsdCodeGenNamespaceMappings> |
23 |
<XsdCodeGenCollectionTypes>System.Array%3bSystem.Collections.Generic.Dictionary`2</XsdCodeGenCollectionTypes> |
24 |
<XsdCodeGenExcludedTypes /> |
25 |
<XsdCodeGenImportXmlTypes>True</XsdCodeGenImportXmlTypes> |
26 |
<XsdCodeGenGenerateSerializableTypes>True</XsdCodeGenGenerateSerializableTypes> |
27 |
<XsdCodeGenGenerateInternalTypes>False</XsdCodeGenGenerateInternalTypes> |
28 |
<XsdCodeGenEnableDataBinding>False</XsdCodeGenEnableDataBinding> |
29 |
</PropertyGroup> |
30 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
31 |
<DebugSymbols>true</DebugSymbols> |
32 |
<DebugType>full</DebugType> |
33 |
<Optimize>false</Optimize> |
34 |
<OutputPath>bin\Debug\</OutputPath> |
35 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
36 |
<ErrorReport>prompt</ErrorReport> |
37 |
<WarningLevel>4</WarningLevel> |
38 |
</PropertyGroup> |
39 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
40 |
<DebugType>pdbonly</DebugType> |
41 |
<Optimize>true</Optimize> |
42 |
<OutputPath>bin\Release\</OutputPath> |
43 |
<DefineConstants>TRACE</DefineConstants> |
44 |
<ErrorReport>prompt</ErrorReport> |
45 |
<WarningLevel>4</WarningLevel> |
46 |
</PropertyGroup> |
47 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
48 |
<DebugSymbols>true</DebugSymbols> |
49 |
<OutputPath>bin\x64\Debug\</OutputPath> |
50 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
51 |
<DebugType>full</DebugType> |
52 |
<PlatformTarget>AnyCPU</PlatformTarget> |
53 |
<ErrorReport>prompt</ErrorReport> |
54 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
55 |
</PropertyGroup> |
56 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
57 |
<OutputPath>bin\x64\Release\</OutputPath> |
58 |
<DefineConstants>TRACE</DefineConstants> |
59 |
<Optimize>true</Optimize> |
60 |
<DebugType>pdbonly</DebugType> |
61 |
<PlatformTarget>x64</PlatformTarget> |
62 |
<ErrorReport>prompt</ErrorReport> |
63 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
64 |
</PropertyGroup> |
65 |
<PropertyGroup> |
66 |
<SignManifests>false</SignManifests> |
67 |
</PropertyGroup> |
68 |
<ItemGroup> |
69 |
<Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL"> |
70 |
<HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath> |
71 |
</Reference> |
72 |
<Reference Include="Microsoft.CSharp" /> |
73 |
<Reference Include="System" /> |
74 |
<Reference Include="System.Configuration" /> |
75 |
<Reference Include="System.Core" /> |
76 |
<Reference Include="System.Data" /> |
77 |
<Reference Include="System.Runtime.Serialization" /> |
78 |
<Reference Include="System.ServiceModel" /> |
79 |
<Reference Include="System.ServiceModel.Web" /> |
80 |
<Reference Include="System.Web.Extensions" /> |
81 |
<Reference Include="System.Web.Services" /> |
82 |
<Reference Include="System.Xml" /> |
83 |
<Reference Include="System.Xml.Linq" /> |
84 |
</ItemGroup> |
85 |
<ItemGroup> |
86 |
<Compile Include="FinalService.cs" /> |
87 |
<Compile Include="IFinalService.cs" /> |
88 |
<Compile Include="Events\ConvertEvent.cs" /> |
89 |
<Compile Include="Helper\WcfHostHelper.cs" /> |
90 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
91 |
</ItemGroup> |
92 |
<ItemGroup> |
93 |
<None Include="App.config"> |
94 |
<SubType>Designer</SubType> |
95 |
</None> |
96 |
<None Include="packages.config" /> |
97 |
</ItemGroup> |
98 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
99 |
<PropertyGroup> |
100 |
<VSToolsPath Condition="'$(VSToolsPath)' == '' and '$(VisualStudioVersion)' != '' and '$(VisualStudioVersion)' != '11.0'">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
101 |
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio</VSToolsPath> |
102 |
<WcfServiceModelTargetPath>$(VSToolsPath)\WCF</WcfServiceModelTargetPath> |
103 |
</PropertyGroup> |
104 |
<Import Project="$(WcfServiceModelTargetPath)\Microsoft.VisualStudio.ServiceModel.targets" /> |
105 |
<ProjectExtensions> |
106 |
<VisualStudio> |
107 |
<FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}"> |
108 |
<WcfProjectProperties> |
109 |
<AutoStart>True</AutoStart> |
110 |
</WcfProjectProperties> |
111 |
</FlavorProperties> |
112 |
</VisualStudio> |
113 |
</ProjectExtensions> |
114 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
115 |
Other similar extension points exist, see Microsoft.Common.targets. |
116 |
<Target Name="BeforeBuild"> |
117 |
</Target> |
118 |
<Target Name="AfterBuild"> |
119 |
</Target> |
120 |
--> |
121 |
</Project> |