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