프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.WcfService / Markus.Service.IWcfService.csproj @ 05fd750b

이력 | 보기 | 이력해설 | 다운로드 (6.09 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
    <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 2091a7e5 taeseongkim
    <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 53c9637d taeseongkim
    </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="MonitorService.cs" />
87
    <Compile Include="Events\ConvertEvent.cs" />
88
    <Compile Include="Helper\WcfHostHelper.cs" />
89
    <Compile Include="IStationService.cs" />
90
    <Compile Include="IMonitorService.cs" />
91
    <Compile Include="Properties\AssemblyInfo.cs" />
92
    <Compile Include="StationService.cs" />
93
  </ItemGroup>
94
  <ItemGroup>
95
    <None Include="App.config" />
96
    <None Include="packages.config" />
97
  </ItemGroup>
98 bfffd66f humkyung
  <ItemGroup>
99
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
100
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
101
      <Name>Markus.Service.Interface</Name>
102
    </ProjectReference>
103
  </ItemGroup>
104 53c9637d taeseongkim
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
105
  <PropertyGroup>
106
    <VSToolsPath Condition="'$(VSToolsPath)' == '' and '$(VisualStudioVersion)' != '' and '$(VisualStudioVersion)' != '11.0'">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
107
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio</VSToolsPath>
108
    <WcfServiceModelTargetPath>$(VSToolsPath)\WCF</WcfServiceModelTargetPath>
109
  </PropertyGroup>
110
  <Import Project="$(WcfServiceModelTargetPath)\Microsoft.VisualStudio.ServiceModel.targets" />
111
  <ProjectExtensions>
112
    <VisualStudio>
113
      <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
114
        <WcfProjectProperties>
115
          <AutoStart>True</AutoStart>
116
        </WcfProjectProperties>
117
      </FlavorProperties>
118
    </VisualStudio>
119
  </ProjectExtensions>
120
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
121
       Other similar extension points exist, see Microsoft.Common.targets.
122
  <Target Name="BeforeBuild">
123
  </Target>
124
  <Target Name="AfterBuild">
125
  </Target>
126
  -->
127
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)