프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ fe1ef780

이력 | 보기 | 이력해설 | 다운로드 (6.51 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 a874198d humkyung
    <Compile Include="Properties\Settings.Designer.cs">
80
      <AutoGen>True</AutoGen>
81
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
82
      <DependentUpon>Settings.settings</DependentUpon>
83
    </Compile>
84 787a4489 KangIngu
    <Compile Include="ServiceDeepView.svc.cs">
85
      <DependentUpon>ServiceDeepView.svc</DependentUpon>
86
      <SubType>Component</SubType>
87
    </Compile>
88
  </ItemGroup>
89
  <ItemGroup>
90
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
91 a874198d humkyung
    <None Include="Properties\Settings.settings">
92
      <Generator>SettingsSingleFileGenerator</Generator>
93
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
94
    </None>
95 787a4489 KangIngu
    <None Include="Web.Debug.config">
96
      <DependentUpon>Web.config</DependentUpon>
97
    </None>
98
    <None Include="Web.Release.config">
99
      <DependentUpon>Web.config</DependentUpon>
100
    </None>
101
  </ItemGroup>
102
  <ItemGroup>
103
    <ProjectReference Include="..\CompareLib\CompareLib.csproj">
104
      <Project>{ab53fc3b-606b-499e-b2a8-acdb3bcc2c98}</Project>
105
      <Name>CompareLib</Name>
106
    </ProjectReference>
107
    <ProjectReference Include="..\IKCOM\IKCOM.csproj">
108
      <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
109
      <Name>IKCOM</Name>
110
    </ProjectReference>
111
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
112
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
113
      <Name>KCOMDataModel</Name>
114
    </ProjectReference>
115
  </ItemGroup>
116
  <PropertyGroup>
117
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
118
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
119
  </PropertyGroup>
120
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
121
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
122
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
123
  <ProjectExtensions>
124
    <VisualStudio>
125
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
126
        <WebProjectProperties>
127
          <UseIIS>True</UseIIS>
128
          <AutoAssignPort>True</AutoAssignPort>
129
          <DevelopmentServerPort>13009</DevelopmentServerPort>
130
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
131
          <IISUrl>http://localhost:13009/</IISUrl>
132
          <NTLMAuthentication>False</NTLMAuthentication>
133
          <UseCustomServer>False</UseCustomServer>
134
          <CustomServerUrl>
135
          </CustomServerUrl>
136
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
137
        </WebProjectProperties>
138
      </FlavorProperties>
139
    </VisualStudio>
140
  </ProjectExtensions>
141
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
142
       Other similar extension points exist, see Microsoft.Common.targets.
143
  <Target Name="BeforeBuild">
144
  </Target>
145
  <Target Name="AfterBuild">
146
  </Target>
147
  -->
148
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)