프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ 8e2743a3

이력 | 보기 | 이력해설 | 다운로드 (6.43 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>
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="Microsoft.CSharp" />
48
    <Reference Include="System.Data.DataSetExtensions" />
49
    <Reference Include="System.Data.Entity" />
50
    <Reference Include="System.Runtime.Remoting" />
51
    <Reference Include="System.Runtime.Serialization" />
52
    <Reference Include="System.ServiceModel" />
53
    <Reference Include="System.Web.DynamicData" />
54
    <Reference Include="System.Web.Entity" />
55
    <Reference Include="System.Web.ApplicationServices" />
56
    <Reference Include="System.ComponentModel.DataAnnotations" />
57
    <Reference Include="System" />
58
    <Reference Include="System.Data" />
59
    <Reference Include="System.Drawing" />
60
    <Reference Include="System.Web" />
61
    <Reference Include="System.Web.Extensions" />
62
    <Reference Include="System.Xml" />
63
    <Reference Include="System.Configuration" />
64
    <Reference Include="System.Web.Services" />
65
    <Reference Include="System.EnterpriseServices" />
66
    <Reference Include="System.Xml.Linq" />
67
    <Reference Include="WindowsBase" />
68
  </ItemGroup>
69
  <ItemGroup>
70
    <Content Include="ServiceDeepView.svc" />
71
    <Content Include="Web.config" />
72
  </ItemGroup>
73
  <ItemGroup>
74
    <Compile Include="Properties\AssemblyInfo.cs" />
75
    <Compile Include="Properties\Settings.Designer.cs">
76
      <AutoGen>True</AutoGen>
77
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
78
      <DependentUpon>Settings.settings</DependentUpon>
79
    </Compile>
80
    <Compile Include="ServiceDeepView.svc.cs">
81
      <DependentUpon>ServiceDeepView.svc</DependentUpon>
82
      <SubType>Component</SubType>
83
    </Compile>
84
  </ItemGroup>
85
  <ItemGroup>
86
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
87
    <None Include="Properties\Settings.settings">
88
      <Generator>SettingsSingleFileGenerator</Generator>
89
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
90
    </None>
91
    <None Include="Web.Debug.config">
92
      <DependentUpon>Web.config</DependentUpon>
93
    </None>
94
    <None Include="Web.Release.config">
95
      <DependentUpon>Web.config</DependentUpon>
96
    </None>
97
  </ItemGroup>
98
  <ItemGroup>
99
    <ProjectReference Include="..\CompareLib\CompareLib.csproj">
100
      <Project>{ab53fc3b-606b-499e-b2a8-acdb3bcc2c98}</Project>
101
      <Name>CompareLib</Name>
102
    </ProjectReference>
103
    <ProjectReference Include="..\IFinalPDF\IFinalPDF.csproj">
104
      <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project>
105
      <Name>IFinalPDF</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)