프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / PemssDocumentInfo / PemssDocumentInfo.csproj @ c7555c83

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

1 f363a40e 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>{A317C1F6-E72E-4A5C-87EC-601622B0CF09}</ProjectGuid>
8
    <OutputType>Library</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>PemssDocumentInfo</RootNamespace>
11
    <AssemblyName>PemssDocumentInfo</AssemblyName>
12 a5e5fff6 taeseongkim
    <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
13 f363a40e taeseongkim
    <FileAlignment>512</FileAlignment>
14
    <Deterministic>true</Deterministic>
15 43e1d368 taeseongkim
    <TargetFrameworkProfile />
16 a5e5fff6 taeseongkim
    <NuGetPackageImportStamp>
17
    </NuGetPackageImportStamp>
18 f363a40e taeseongkim
  </PropertyGroup>
19
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20
    <DebugSymbols>true</DebugSymbols>
21
    <DebugType>full</DebugType>
22
    <Optimize>false</Optimize>
23 950e6b84 taeseongkim
    <OutputPath>..\publish\Plugin\PemssDocumentInfo\</OutputPath>
24 f363a40e taeseongkim
    <DefineConstants>DEBUG;TRACE</DefineConstants>
25
    <ErrorReport>prompt</ErrorReport>
26
    <WarningLevel>4</WarningLevel>
27 a0341bef taeseongkim
    <PlatformTarget>AnyCPU</PlatformTarget>
28 f363a40e taeseongkim
  </PropertyGroup>
29
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30
    <DebugType>pdbonly</DebugType>
31
    <Optimize>true</Optimize>
32 950e6b84 taeseongkim
    <OutputPath>..\publish\Plugin\PemssDocumentInfo\</OutputPath>
33 f363a40e taeseongkim
    <DefineConstants>TRACE</DefineConstants>
34
    <ErrorReport>prompt</ErrorReport>
35
    <WarningLevel>4</WarningLevel>
36
  </PropertyGroup>
37
  <ItemGroup>
38
    <Reference Include="System" />
39
    <Reference Include="System.ComponentModel.DataAnnotations" />
40 a5e5fff6 taeseongkim
    <Reference Include="System.Configuration" />
41 f363a40e taeseongkim
    <Reference Include="System.Core" />
42
    <Reference Include="System.Runtime.Serialization" />
43
    <Reference Include="System.ServiceModel" />
44 a5e5fff6 taeseongkim
    <Reference Include="System.Web" />
45 f363a40e taeseongkim
    <Reference Include="System.Xml.Linq" />
46
    <Reference Include="System.Data.DataSetExtensions" />
47
    <Reference Include="Microsoft.CSharp" />
48
    <Reference Include="System.Data" />
49
    <Reference Include="System.Net.Http" />
50
    <Reference Include="System.Xml" />
51
  </ItemGroup>
52
  <ItemGroup>
53
    <Compile Include="Connected Services\PemssService\Reference.cs">
54
      <AutoGen>True</AutoGen>
55
      <DesignTime>True</DesignTime>
56
      <DependentUpon>Reference.svcmap</DependentUpon>
57
    </Compile>
58
    <Compile Include="DocumentInfoProcess.cs" />
59
    <Compile Include="Properties\AssemblyInfo.cs" />
60
  </ItemGroup>
61
  <ItemGroup>
62
    <ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj">
63
      <Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project>
64
      <Name>Markus.Service.Convert.IPlugin</Name>
65
    </ProjectReference>
66
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
67
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
68
      <Name>Markus.Service.Extensions</Name>
69
    </ProjectReference>
70
  </ItemGroup>
71
  <ItemGroup>
72
    <WCFMetadata Include="Connected Services\" />
73
  </ItemGroup>
74
  <ItemGroup>
75
    <None Include="Connected Services\PemssService\PemssDocumentInfo.PemssService.DocumentInfo.datasource">
76
      <DependentUpon>Reference.svcmap</DependentUpon>
77
    </None>
78
    <None Include="Connected Services\PemssService\PemssDocumentInfo.PemssService.Requirement.datasource">
79
      <DependentUpon>Reference.svcmap</DependentUpon>
80
    </None>
81
    <None Include="Connected Services\PemssService\PemssService.wsdl" />
82
    <None Include="Connected Services\PemssService\PemssService.xsd">
83
      <SubType>Designer</SubType>
84
    </None>
85
    <None Include="Connected Services\PemssService\PemssService1.wsdl" />
86
    <None Include="Connected Services\PemssService\PemssService1.xsd">
87
      <SubType>Designer</SubType>
88
    </None>
89
    <None Include="Connected Services\PemssService\PemssService2.xsd">
90
      <SubType>Designer</SubType>
91
    </None>
92
  </ItemGroup>
93
  <ItemGroup>
94
    <WCFMetadataStorage Include="Connected Services\PemssService\" />
95
  </ItemGroup>
96
  <ItemGroup>
97
    <None Include="Connected Services\PemssService\PemssService.disco" />
98
  </ItemGroup>
99
  <ItemGroup>
100
    <None Include="Connected Services\PemssService\configuration91.svcinfo" />
101
  </ItemGroup>
102
  <ItemGroup>
103
    <None Include="Connected Services\PemssService\configuration.svcinfo" />
104
  </ItemGroup>
105
  <ItemGroup>
106
    <None Include="Connected Services\PemssService\Reference.svcmap">
107
      <Generator>WCF Proxy Generator</Generator>
108
      <LastGenOutput>Reference.cs</LastGenOutput>
109
    </None>
110
  </ItemGroup>
111 a5e5fff6 taeseongkim
  <ItemGroup>
112
    <PackageReference Include="EntityFramework">
113
      <Version>6.4.4</Version>
114
    </PackageReference>
115
    <PackageReference Include="log4net">
116
      <Version>2.0.8</Version>
117
    </PackageReference>
118
    <PackageReference Include="Markus.EntityModel">
119
      <Version>1.0.0</Version>
120
    </PackageReference>
121
  </ItemGroup>
122 f363a40e taeseongkim
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
123
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)