프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ ff01c725

이력 | 보기 | 이력해설 | 다운로드 (8.66 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.6.1</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
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
46
    <PlatformTarget>x64</PlatformTarget>
47
  </PropertyGroup>
48
  <ItemGroup>
49
    <Reference Include="Microsoft.CSharp" />
50
    <Reference Include="System.Data.DataSetExtensions" />
51
    <Reference Include="System.Data.Entity" />
52
    <Reference Include="System.Runtime.Remoting" />
53
    <Reference Include="System.Runtime.Serialization" />
54
    <Reference Include="System.ServiceModel" />
55
    <Reference Include="System.ServiceModel.Web" />
56
    <Reference Include="System.Web.DynamicData" />
57
    <Reference Include="System.Web.Entity" />
58
    <Reference Include="System.Web.ApplicationServices" />
59
    <Reference Include="System.ComponentModel.DataAnnotations" />
60
    <Reference Include="System" />
61
    <Reference Include="System.Data" />
62
    <Reference Include="System.Drawing" />
63
    <Reference Include="System.Web" />
64
    <Reference Include="System.Web.Extensions" />
65
    <Reference Include="System.Xml" />
66
    <Reference Include="System.Configuration" />
67
    <Reference Include="System.Web.Services" />
68
    <Reference Include="System.EnterpriseServices" />
69
    <Reference Include="System.Xml.Linq" />
70
    <Reference Include="WindowsBase" />
71
  </ItemGroup>
72
  <ItemGroup>
73
    <Content Include="MarkusService.svc" />
74
    <Content Include="ServiceDeepVIew.asmx" />
75
    <Content Include="ServiceDeepView.svc" />
76
    <Content Include="Web.config">
77
      <SubType>Designer</SubType>
78
    </Content>
79
  </ItemGroup>
80
  <ItemGroup>
81
    <Compile Include="DataModel\AdjustResult.cs" />
82
    <Compile Include="DataModel\Commant.cs" />
83
    <Compile Include="MarkusService.svc.cs">
84
      <DependentUpon>MarkusService.svc</DependentUpon>
85
      <SubType>Component</SubType>
86
    </Compile>
87
    <Compile Include="Properties\AssemblyInfo.cs" />
88
    <Compile Include="Properties\Settings.Designer.cs">
89
      <AutoGen>True</AutoGen>
90
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
91
      <DependentUpon>Settings.settings</DependentUpon>
92
    </Compile>
93
    <Compile Include="ServiceDeepView.svc.cs">
94
      <DependentUpon>ServiceDeepView.svc</DependentUpon>
95
      <SubType>Component</SubType>
96
    </Compile>
97
  </ItemGroup>
98
  <ItemGroup>
99
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
100
    <None Include="Properties\Settings.settings">
101
      <Generator>SettingsSingleFileGenerator</Generator>
102
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
103
    </None>
104
    <None Include="Web.Debug.config">
105
      <DependentUpon>Web.config</DependentUpon>
106
    </None>
107
    <None Include="Web.Release.config">
108
      <DependentUpon>Web.config</DependentUpon>
109
    </None>
110
  </ItemGroup>
111
  <ItemGroup>
112
    <ProjectReference Include="..\CompareLib\CompareLib.csproj">
113
      <Project>{ab53fc3b-606b-499e-b2a8-acdb3bcc2c98}</Project>
114
      <Name>CompareLib</Name>
115
    </ProjectReference>
116
    <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj">
117
      <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project>
118
      <Name>IFinalPDF</Name>
119
    </ProjectReference>
120
    <ProjectReference Include="..\IKCOM\IKCOM.csproj">
121
      <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
122
      <Name>IKCOM</Name>
123
    </ProjectReference>
124
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
125
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
126
      <Name>KCOMDataModel</Name>
127
    </ProjectReference>
128
  </ItemGroup>
129
  <PropertyGroup>
130
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
131
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
132
  </PropertyGroup>
133
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
134
    <DebugSymbols>true</DebugSymbols>
135
    <OutputPath>bin\</OutputPath>
136
    <DefineConstants>DEBUG;TRACE</DefineConstants>
137
    <DebugType>full</DebugType>
138
    <PlatformTarget>x86</PlatformTarget>
139
    <ErrorReport>prompt</ErrorReport>
140
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
141
  </PropertyGroup>
142
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
143
    <OutputPath>bin\</OutputPath>
144
    <DefineConstants>TRACE</DefineConstants>
145
    <Optimize>true</Optimize>
146
    <DebugType>pdbonly</DebugType>
147
    <PlatformTarget>x64</PlatformTarget>
148
    <ErrorReport>prompt</ErrorReport>
149
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
150
  </PropertyGroup>
151
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
152
    <DebugSymbols>true</DebugSymbols>
153
    <OutputPath>bin\</OutputPath>
154
    <DefineConstants>DEBUG;TRACE</DefineConstants>
155
    <DebugType>full</DebugType>
156
    <PlatformTarget>x64</PlatformTarget>
157
    <ErrorReport>prompt</ErrorReport>
158
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
159
  </PropertyGroup>
160
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
161
    <OutputPath>bin\</OutputPath>
162
    <DefineConstants>TRACE</DefineConstants>
163
    <Optimize>true</Optimize>
164
    <DebugType>pdbonly</DebugType>
165
    <PlatformTarget>x64</PlatformTarget>
166
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
167
    <ErrorReport>prompt</ErrorReport>
168
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
169
  </PropertyGroup>
170
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
171
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
172
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
173
  <ProjectExtensions>
174
    <VisualStudio>
175
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
176
        <WebProjectProperties>
177
          <UseIIS>True</UseIIS>
178
          <AutoAssignPort>True</AutoAssignPort>
179
          <DevelopmentServerPort>13009</DevelopmentServerPort>
180
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
181
          <IISUrl>http://localhost:8080/</IISUrl>
182
          <NTLMAuthentication>False</NTLMAuthentication>
183
          <UseCustomServer>False</UseCustomServer>
184
          <CustomServerUrl>
185
          </CustomServerUrl>
186
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
187
        </WebProjectProperties>
188
      </FlavorProperties>
189
    </VisualStudio>
190
  </ProjectExtensions>
191
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
192
       Other similar extension points exist, see Microsoft.Common.targets.
193
  <Target Name="BeforeBuild">
194
  </Target>
195
  <Target Name="AfterBuild">
196
  </Target>
197
  -->
198
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)