프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ 0f6604ce

이력 | 보기 | 이력해설 | 다운로드 (7.99 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 d4a60930 djkim
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
16 787a4489 KangIngu
    <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 0f6604ce taeseongkim
    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
49
      <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
50
    </Reference>
51 787a4489 KangIngu
    <Reference Include="System.Data.DataSetExtensions" />
52
    <Reference Include="System.Data.Entity" />
53
    <Reference Include="System.Runtime.Remoting" />
54
    <Reference Include="System.Runtime.Serialization" />
55
    <Reference Include="System.ServiceModel" />
56 c517099d taeseongkim
    <Reference Include="System.ServiceModel.Web" />
57 787a4489 KangIngu
    <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 0f6604ce taeseongkim
    <Content Include="PemssService.svc" />
75 787a4489 KangIngu
    <Content Include="ServiceDeepView.svc" />
76 684ef11c ljiyeon
    <Content Include="Web.config">
77
      <SubType>Designer</SubType>
78
    </Content>
79 787a4489 KangIngu
  </ItemGroup>
80
  <ItemGroup>
81 0f6604ce taeseongkim
    <Compile Include="PemssService.svc.cs">
82
      <DependentUpon>PemssService.svc</DependentUpon>
83 c517099d taeseongkim
      <SubType>Component</SubType>
84
    </Compile>
85 787a4489 KangIngu
    <Compile Include="Properties\AssemblyInfo.cs" />
86 a874198d humkyung
    <Compile Include="Properties\Settings.Designer.cs">
87
      <AutoGen>True</AutoGen>
88
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
89
      <DependentUpon>Settings.settings</DependentUpon>
90
    </Compile>
91 787a4489 KangIngu
    <Compile Include="ServiceDeepView.svc.cs">
92
      <DependentUpon>ServiceDeepView.svc</DependentUpon>
93
      <SubType>Component</SubType>
94
    </Compile>
95
  </ItemGroup>
96
  <ItemGroup>
97 0f6604ce taeseongkim
    <None Include="packages.config" />
98 787a4489 KangIngu
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
99 a874198d humkyung
    <None Include="Properties\Settings.settings">
100
      <Generator>SettingsSingleFileGenerator</Generator>
101
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
102
    </None>
103 787a4489 KangIngu
    <None Include="Web.Debug.config">
104
      <DependentUpon>Web.config</DependentUpon>
105
    </None>
106
    <None Include="Web.Release.config">
107
      <DependentUpon>Web.config</DependentUpon>
108
    </None>
109
  </ItemGroup>
110
  <ItemGroup>
111
    <ProjectReference Include="..\CompareLib\CompareLib.csproj">
112
      <Project>{ab53fc3b-606b-499e-b2a8-acdb3bcc2c98}</Project>
113
      <Name>CompareLib</Name>
114
    </ProjectReference>
115 c0977e97 djkim
    <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj">
116 8e2743a3 humkyung
      <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project>
117
      <Name>IFinalPDF</Name>
118
    </ProjectReference>
119 787a4489 KangIngu
    <ProjectReference Include="..\IKCOM\IKCOM.csproj">
120
      <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
121
      <Name>IKCOM</Name>
122
    </ProjectReference>
123
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
124
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
125
      <Name>KCOMDataModel</Name>
126
    </ProjectReference>
127 0f6604ce taeseongkim
    <ProjectReference Include="..\PemssAPI\PemssAPI.csproj">
128
      <Project>{d832cd38-0823-42fc-aa64-a216d3b3ce44}</Project>
129
      <Name>PemssAPI</Name>
130
    </ProjectReference>
131 787a4489 KangIngu
  </ItemGroup>
132
  <PropertyGroup>
133
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
134
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
135
  </PropertyGroup>
136 f19ebe30 djkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
137
    <DebugSymbols>true</DebugSymbols>
138
    <OutputPath>bin\</OutputPath>
139
    <DefineConstants>DEBUG;TRACE</DefineConstants>
140
    <DebugType>full</DebugType>
141
    <PlatformTarget>x86</PlatformTarget>
142
    <ErrorReport>prompt</ErrorReport>
143
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
144
  </PropertyGroup>
145
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
146
    <OutputPath>bin\</OutputPath>
147
    <DefineConstants>TRACE</DefineConstants>
148
    <Optimize>true</Optimize>
149
    <DebugType>pdbonly</DebugType>
150
    <PlatformTarget>x86</PlatformTarget>
151
    <ErrorReport>prompt</ErrorReport>
152
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
153
  </PropertyGroup>
154 787a4489 KangIngu
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
155
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
156
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
157
  <ProjectExtensions>
158
    <VisualStudio>
159
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
160
        <WebProjectProperties>
161
          <UseIIS>True</UseIIS>
162
          <AutoAssignPort>True</AutoAssignPort>
163
          <DevelopmentServerPort>13009</DevelopmentServerPort>
164
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
165
          <IISUrl>http://localhost:13009/</IISUrl>
166
          <NTLMAuthentication>False</NTLMAuthentication>
167
          <UseCustomServer>False</UseCustomServer>
168
          <CustomServerUrl>
169
          </CustomServerUrl>
170
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
171
        </WebProjectProperties>
172
      </FlavorProperties>
173
    </VisualStudio>
174
  </ProjectExtensions>
175
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
176
       Other similar extension points exist, see Microsoft.Common.targets.
177
  <Target Name="BeforeBuild">
178
  </Target>
179
  <Target Name="AfterBuild">
180
  </Target>
181
  -->
182
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)