markus / ConvertService / ServiceBase / PemssDocumentInfo / PemssDocumentInfo.csproj @ c6bf88fd
이력 | 보기 | 이력해설 | 다운로드 (5.33 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 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
||
13 | <FileAlignment>512</FileAlignment> |
||
14 | <Deterministic>true</Deterministic> |
||
15 | </PropertyGroup> |
||
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
17 | <DebugSymbols>true</DebugSymbols> |
||
18 | <DebugType>full</DebugType> |
||
19 | <Optimize>false</Optimize> |
||
20 | <OutputPath>..\publish\Plugin\</OutputPath> |
||
21 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
22 | <ErrorReport>prompt</ErrorReport> |
||
23 | <WarningLevel>4</WarningLevel> |
||
24 | a0341bef | taeseongkim | <PlatformTarget>AnyCPU</PlatformTarget> |
25 | f363a40e | taeseongkim | </PropertyGroup> |
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
27 | <DebugType>pdbonly</DebugType> |
||
28 | <Optimize>true</Optimize> |
||
29 | <OutputPath>..\publish\Plugin\</OutputPath> |
||
30 | <DefineConstants>TRACE</DefineConstants> |
||
31 | <ErrorReport>prompt</ErrorReport> |
||
32 | <WarningLevel>4</WarningLevel> |
||
33 | </PropertyGroup> |
||
34 | <ItemGroup> |
||
35 | <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
||
36 | <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
||
37 | </Reference> |
||
38 | <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
||
39 | <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
||
40 | </Reference> |
||
41 | <Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
||
42 | c8183702 | taeseongkim | <HintPath>..\packages\MarkusDatabase.1.8.0\lib\net45\Markus.EntityModel.dll</HintPath> |
43 | f363a40e | taeseongkim | </Reference> |
44 | <Reference Include="System" /> |
||
45 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
46 | <Reference Include="System.Core" /> |
||
47 | <Reference Include="System.Runtime.Serialization" /> |
||
48 | <Reference Include="System.ServiceModel" /> |
||
49 | <Reference Include="System.Xml.Linq" /> |
||
50 | <Reference Include="System.Data.DataSetExtensions" /> |
||
51 | <Reference Include="Microsoft.CSharp" /> |
||
52 | <Reference Include="System.Data" /> |
||
53 | <Reference Include="System.Net.Http" /> |
||
54 | <Reference Include="System.Xml" /> |
||
55 | </ItemGroup> |
||
56 | <ItemGroup> |
||
57 | <Compile Include="Connected Services\PemssService\Reference.cs"> |
||
58 | <AutoGen>True</AutoGen> |
||
59 | <DesignTime>True</DesignTime> |
||
60 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
61 | </Compile> |
||
62 | <Compile Include="DocumentInfoProcess.cs" /> |
||
63 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
64 | </ItemGroup> |
||
65 | <ItemGroup> |
||
66 | <ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj"> |
||
67 | <Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project> |
||
68 | <Name>Markus.Service.Convert.IPlugin</Name> |
||
69 | </ProjectReference> |
||
70 | <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
||
71 | <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project> |
||
72 | <Name>Markus.Service.Extensions</Name> |
||
73 | </ProjectReference> |
||
74 | </ItemGroup> |
||
75 | <ItemGroup> |
||
76 | <WCFMetadata Include="Connected Services\" /> |
||
77 | </ItemGroup> |
||
78 | <ItemGroup> |
||
79 | <None Include="Connected Services\PemssService\PemssDocumentInfo.PemssService.DocumentInfo.datasource"> |
||
80 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
81 | </None> |
||
82 | <None Include="Connected Services\PemssService\PemssDocumentInfo.PemssService.Requirement.datasource"> |
||
83 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
84 | </None> |
||
85 | <None Include="Connected Services\PemssService\PemssService.wsdl" /> |
||
86 | <None Include="Connected Services\PemssService\PemssService.xsd"> |
||
87 | <SubType>Designer</SubType> |
||
88 | </None> |
||
89 | <None Include="Connected Services\PemssService\PemssService1.wsdl" /> |
||
90 | <None Include="Connected Services\PemssService\PemssService1.xsd"> |
||
91 | <SubType>Designer</SubType> |
||
92 | </None> |
||
93 | <None Include="Connected Services\PemssService\PemssService2.xsd"> |
||
94 | <SubType>Designer</SubType> |
||
95 | </None> |
||
96 | c8183702 | taeseongkim | <None Include="packages.config" /> |
97 | f363a40e | taeseongkim | </ItemGroup> |
98 | <ItemGroup> |
||
99 | <WCFMetadataStorage Include="Connected Services\PemssService\" /> |
||
100 | </ItemGroup> |
||
101 | <ItemGroup> |
||
102 | <None Include="Connected Services\PemssService\PemssService.disco" /> |
||
103 | </ItemGroup> |
||
104 | <ItemGroup> |
||
105 | <None Include="Connected Services\PemssService\configuration91.svcinfo" /> |
||
106 | </ItemGroup> |
||
107 | <ItemGroup> |
||
108 | <None Include="Connected Services\PemssService\configuration.svcinfo" /> |
||
109 | </ItemGroup> |
||
110 | <ItemGroup> |
||
111 | <None Include="Connected Services\PemssService\Reference.svcmap"> |
||
112 | <Generator>WCF Proxy Generator</Generator> |
||
113 | <LastGenOutput>Reference.cs</LastGenOutput> |
||
114 | </None> |
||
115 | </ItemGroup> |
||
116 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
117 | </Project> |