프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.WcfService / Markus.Service.IWcfService.csproj @ 30d84e1a

이력 | 보기 | 이력해설 | 다운로드 (6.9 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.6.1</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
    <TargetFrameworkProfile />
30
  </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
    <PlatformTarget>x64</PlatformTarget>
54
    <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
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'">
70
    <OutputPath>bin\ReleaseAll_XI\</OutputPath>
71
    <DefineConstants>TRACE</DefineConstants>
72
    <Optimize>true</Optimize>
73
    <DebugType>pdbonly</DebugType>
74
    <PlatformTarget>AnyCPU</PlatformTarget>
75
    <LangVersion>7.3</LangVersion>
76
    <ErrorReport>prompt</ErrorReport>
77
  </PropertyGroup>
78
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|x64'">
79
    <OutputPath>bin\x64\ReleaseAll_XI\</OutputPath>
80
    <DefineConstants>TRACE</DefineConstants>
81
    <Optimize>true</Optimize>
82
    <DebugType>pdbonly</DebugType>
83
    <PlatformTarget>x64</PlatformTarget>
84
    <LangVersion>7.3</LangVersion>
85
    <ErrorReport>prompt</ErrorReport>
86
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
87
  </PropertyGroup>
88
  <ItemGroup>
89
    <Reference Include="Microsoft.CSharp" />
90
    <Reference Include="System" />
91
    <Reference Include="System.Configuration" />
92
    <Reference Include="System.Core" />
93
    <Reference Include="System.Data" />
94
    <Reference Include="System.Runtime.Serialization" />
95
    <Reference Include="System.ServiceModel" />
96
    <Reference Include="System.ServiceModel.Web" />
97
    <Reference Include="System.Web.Extensions" />
98
    <Reference Include="System.Web.Services" />
99
    <Reference Include="System.Xml" />
100
    <Reference Include="System.Xml.Linq" />
101
  </ItemGroup>
102
  <ItemGroup>
103
    <Compile Include="MonitorService.cs" />
104
    <Compile Include="Events\ConvertEvent.cs" />
105
    <Compile Include="Helper\WcfHostHelper.cs" />
106
    <Compile Include="IStationService.cs" />
107
    <Compile Include="IMonitorService.cs" />
108
    <Compile Include="Properties\AssemblyInfo.cs" />
109
    <Compile Include="StationService.cs" />
110
  </ItemGroup>
111
  <ItemGroup>
112
    <None Include="App.config">
113
      <SubType>Designer</SubType>
114
    </None>
115
  </ItemGroup>
116
  <ItemGroup>
117
    <ProjectReference Include="..\Markus.Service.DataBase.Dapper\Markus.Service.DataBase.Dapper.csproj">
118
      <Project>{f835dd07-7f0c-4dbd-a596-f3110d187421}</Project>
119
      <Name>Markus.Service.DataBase.Dapper</Name>
120
    </ProjectReference>
121
  </ItemGroup>
122
  <ItemGroup>
123
    <PackageReference Include="Markus.Message">
124
      <Version>2.0.1</Version>
125
    </PackageReference>
126
  </ItemGroup>
127
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
128
  <PropertyGroup>
129
    <VSToolsPath Condition="'$(VSToolsPath)' == '' and '$(VisualStudioVersion)' != '' and '$(VisualStudioVersion)' != '11.0'">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
130
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio</VSToolsPath>
131
    <WcfServiceModelTargetPath>$(VSToolsPath)\WCF</WcfServiceModelTargetPath>
132
  </PropertyGroup>
133
  <Import Project="$(WcfServiceModelTargetPath)\Microsoft.VisualStudio.ServiceModel.targets" />
134
  <ProjectExtensions>
135
    <VisualStudio>
136
      <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
137
        <WcfProjectProperties>
138
          <AutoStart>True</AutoStart>
139
        </WcfProjectProperties>
140
      </FlavorProperties>
141
    </VisualStudio>
142
  </ProjectExtensions>
143
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
144
       Other similar extension points exist, see Microsoft.Common.targets.
145
  <Target Name="BeforeBuild">
146
  </Target>
147
  <Target Name="AfterBuild">
148
  </Target>
149
  -->
150
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)