프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ 7ca218b3

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

1 787a4489 KangIngu
<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>
7
    </ProductVersion>
8
    <SchemaVersion>2.0</SchemaVersion>
9
    <ProjectGuid>{F026B592-11B9-410C-B4FF-384E511A4666}</ProjectGuid>
10
    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11
    <OutputType>Library</OutputType>
12
    <AppDesignerFolder>Properties</AppDesignerFolder>
13
    <RootNamespace>KCOM_API</RootNamespace>
14
    <AssemblyName>KCOM_API</AssemblyName>
15
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16
    <UseIISExpress>true</UseIISExpress>
17
    <Use64BitIISExpress />
18
    <IISExpressSSLPort />
19
    <IISExpressAnonymousAuthentication />
20
    <IISExpressWindowsAuthentication />
21
    <IISExpressUseClassicPipelineMode />
22
    <UseGlobalApplicationHostFile />
23
    <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
24
    <TargetFrameworkProfile />
25
  </PropertyGroup>
26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
27
    <DebugSymbols>true</DebugSymbols>
28
    <DebugType>full</DebugType>
29
    <Optimize>false</Optimize>
30
    <OutputPath>bin\</OutputPath>
31
    <DefineConstants>DEBUG;TRACE</DefineConstants>
32
    <ErrorReport>prompt</ErrorReport>
33
    <WarningLevel>4</WarningLevel>
34
    <Prefer32Bit>false</Prefer32Bit>
35
    <PlatformTarget>AnyCPU</PlatformTarget>
36
  </PropertyGroup>
37
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
38
    <DebugType>pdbonly</DebugType>
39
    <Optimize>true</Optimize>
40
    <OutputPath>bin\</OutputPath>
41
    <DefineConstants>TRACE</DefineConstants>
42
    <ErrorReport>prompt</ErrorReport>
43
    <WarningLevel>4</WarningLevel>
44
    <Prefer32Bit>false</Prefer32Bit>
45
  </PropertyGroup>
46
  <ItemGroup>
47
    <Reference Include="IFinalPDF, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
48
      <SpecificVersion>False</SpecificVersion>
49
      <HintPath>..\..\..\KCOM_FinalService\KCOM_FinalService\bin\Debug\IFinalPDF.dll</HintPath>
50
    </Reference>
51
    <Reference Include="Microsoft.CSharp" />
52
    <Reference Include="System.Data.DataSetExtensions" />
53
    <Reference Include="System.Data.Entity" />
54
    <Reference Include="System.Runtime.Remoting" />
55
    <Reference Include="System.Runtime.Serialization" />
56
    <Reference Include="System.ServiceModel" />
57
    <Reference Include="System.Web.DynamicData" />
58
    <Reference Include="System.Web.Entity" />
59
    <Reference Include="System.Web.ApplicationServices" />
60
    <Reference Include="System.ComponentModel.DataAnnotations" />
61
    <Reference Include="System" />
62
    <Reference Include="System.Data" />
63
    <Reference Include="System.Drawing" />
64
    <Reference Include="System.Web" />
65
    <Reference Include="System.Web.Extensions" />
66
    <Reference Include="System.Xml" />
67
    <Reference Include="System.Configuration" />
68
    <Reference Include="System.Web.Services" />
69
    <Reference Include="System.EnterpriseServices" />
70
    <Reference Include="System.Xml.Linq" />
71
    <Reference Include="WindowsBase" />
72
  </ItemGroup>
73
  <ItemGroup>
74
    <Content Include="ServiceDeepView.svc" />
75
    <Content Include="Web.config" />
76
  </ItemGroup>
77
  <ItemGroup>
78
    <Compile Include="Properties\AssemblyInfo.cs" />
79
    <Compile Include="ServiceDeepView.svc.cs">
80
      <DependentUpon>ServiceDeepView.svc</DependentUpon>
81
      <SubType>Component</SubType>
82
    </Compile>
83
  </ItemGroup>
84
  <ItemGroup>
85
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
86
    <None Include="Web.Debug.config">
87
      <DependentUpon>Web.config</DependentUpon>
88
    </None>
89
    <None Include="Web.Release.config">
90
      <DependentUpon>Web.config</DependentUpon>
91
    </None>
92
  </ItemGroup>
93
  <ItemGroup>
94
    <ProjectReference Include="..\CompareLib\CompareLib.csproj">
95
      <Project>{ab53fc3b-606b-499e-b2a8-acdb3bcc2c98}</Project>
96
      <Name>CompareLib</Name>
97
    </ProjectReference>
98
    <ProjectReference Include="..\IKCOM\IKCOM.csproj">
99
      <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
100
      <Name>IKCOM</Name>
101
    </ProjectReference>
102
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
103
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
104
      <Name>KCOMDataModel</Name>
105
    </ProjectReference>
106
  </ItemGroup>
107
  <PropertyGroup>
108
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
109
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
110
  </PropertyGroup>
111
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
112
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
113
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
114
  <ProjectExtensions>
115
    <VisualStudio>
116
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
117
        <WebProjectProperties>
118
          <UseIIS>True</UseIIS>
119
          <AutoAssignPort>True</AutoAssignPort>
120
          <DevelopmentServerPort>13009</DevelopmentServerPort>
121
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
122
          <IISUrl>http://localhost:13009/</IISUrl>
123
          <NTLMAuthentication>False</NTLMAuthentication>
124
          <UseCustomServer>False</UseCustomServer>
125
          <CustomServerUrl>
126
          </CustomServerUrl>
127
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
128
        </WebProjectProperties>
129
      </FlavorProperties>
130
    </VisualStudio>
131
  </ProjectExtensions>
132
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
133
       Other similar extension points exist, see Microsoft.Common.targets.
134
  <Target Name="BeforeBuild">
135
  </Target>
136
  <Target Name="AfterBuild">
137
  </Target>
138
  -->
139
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)