프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.WcfService / Markus.Service.IWcfService.csproj @ 1d79913e

이력 | 보기 | 이력해설 | 다운로드 (6.17 KB)

1 53c9637d taeseongkim
<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 43e1d368 taeseongkim
    <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
16 53c9637d taeseongkim
    <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 43e1d368 taeseongkim
    <TargetFrameworkProfile />
30 53c9637d taeseongkim
  </PropertyGroup>
31
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32
    <DebugSymbols>true</DebugSymbols>
33
    <DebugType>full</DebugType>
34
    <Optimize>false</Optimize>
35
    <OutputPath>bin\Debug\</OutputPath>
36
    <DefineConstants>DEBUG;TRACE</DefineConstants>
37
    <ErrorReport>prompt</ErrorReport>
38
    <WarningLevel>4</WarningLevel>
39
  </PropertyGroup>
40
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
41
    <DebugType>pdbonly</DebugType>
42
    <Optimize>true</Optimize>
43
    <OutputPath>bin\Release\</OutputPath>
44
    <DefineConstants>TRACE</DefineConstants>
45
    <ErrorReport>prompt</ErrorReport>
46
    <WarningLevel>4</WarningLevel>
47
  </PropertyGroup>
48
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
49
    <DebugSymbols>true</DebugSymbols>
50
    <OutputPath>bin\x64\Debug\</OutputPath>
51
    <DefineConstants>DEBUG;TRACE</DefineConstants>
52
    <DebugType>full</DebugType>
53 43e1d368 taeseongkim
    <PlatformTarget>x64</PlatformTarget>
54 53c9637d taeseongkim
    <ErrorReport>prompt</ErrorReport>
55
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
56
  </PropertyGroup>
57
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
58
    <OutputPath>bin\x64\Release\</OutputPath>
59
    <DefineConstants>TRACE</DefineConstants>
60
    <Optimize>true</Optimize>
61
    <DebugType>pdbonly</DebugType>
62
    <PlatformTarget>x64</PlatformTarget>
63
    <ErrorReport>prompt</ErrorReport>
64
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65
  </PropertyGroup>
66
  <PropertyGroup>
67
    <SignManifests>false</SignManifests>
68
  </PropertyGroup>
69
  <ItemGroup>
70 43e1d368 taeseongkim
    <Reference Include="Markus.Message">
71
      <HintPath>..\Lib\MarkusPDF\Markus.Message.dll</HintPath>
72 53c9637d taeseongkim
    </Reference>
73
    <Reference Include="Microsoft.CSharp" />
74
    <Reference Include="System" />
75
    <Reference Include="System.Configuration" />
76
    <Reference Include="System.Core" />
77
    <Reference Include="System.Data" />
78
    <Reference Include="System.Runtime.Serialization" />
79
    <Reference Include="System.ServiceModel" />
80
    <Reference Include="System.ServiceModel.Web" />
81
    <Reference Include="System.Web.Extensions" />
82
    <Reference Include="System.Web.Services" />
83
    <Reference Include="System.Xml" />
84
    <Reference Include="System.Xml.Linq" />
85
  </ItemGroup>
86
  <ItemGroup>
87
    <Compile Include="MonitorService.cs" />
88
    <Compile Include="Events\ConvertEvent.cs" />
89
    <Compile Include="Helper\WcfHostHelper.cs" />
90
    <Compile Include="IStationService.cs" />
91
    <Compile Include="IMonitorService.cs" />
92
    <Compile Include="Properties\AssemblyInfo.cs" />
93
    <Compile Include="StationService.cs" />
94
  </ItemGroup>
95
  <ItemGroup>
96 f280a4ce taeseongkim
    <None Include="App.config">
97
      <SubType>Designer</SubType>
98
    </None>
99 53c9637d taeseongkim
  </ItemGroup>
100 bfffd66f humkyung
  <ItemGroup>
101
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
102
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
103
      <Name>Markus.Service.Interface</Name>
104
    </ProjectReference>
105
  </ItemGroup>
106 1d79913e taeseongkim
  <ItemGroup>
107
    <PackageReference Include="Markus.Message">
108
      <Version>2.0.0</Version>
109
    </PackageReference>
110
  </ItemGroup>
111 53c9637d taeseongkim
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
112
  <PropertyGroup>
113
    <VSToolsPath Condition="'$(VSToolsPath)' == '' and '$(VisualStudioVersion)' != '' and '$(VisualStudioVersion)' != '11.0'">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
114
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio</VSToolsPath>
115
    <WcfServiceModelTargetPath>$(VSToolsPath)\WCF</WcfServiceModelTargetPath>
116
  </PropertyGroup>
117
  <Import Project="$(WcfServiceModelTargetPath)\Microsoft.VisualStudio.ServiceModel.targets" />
118
  <ProjectExtensions>
119
    <VisualStudio>
120
      <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
121
        <WcfProjectProperties>
122
          <AutoStart>True</AutoStart>
123
        </WcfProjectProperties>
124
      </FlavorProperties>
125
    </VisualStudio>
126
  </ProjectExtensions>
127
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
128
       Other similar extension points exist, see Microsoft.Common.targets.
129
  <Target Name="BeforeBuild">
130
  </Target>
131
  <Target Name="AfterBuild">
132
  </Target>
133
  -->
134
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)