markus / FinalService / FinalServiceBase / KcomDataService / KcomDataService.csproj @ 42d49521
이력 | 보기 | 이력해설 | 다운로드 (5.19 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>{981AD841-0627-4485-A54D-DFBB4E9A9BFF}</ProjectGuid> |
10 |
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
11 |
<OutputType>Library</OutputType> |
12 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
13 |
<RootNamespace>KcomDataService</RootNamespace> |
14 |
<AssemblyName>KcomDataService</AssemblyName> |
15 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
16 |
<WcfConfigValidationEnabled>True</WcfConfigValidationEnabled> |
17 |
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
18 |
<UseIISExpress>true</UseIISExpress> |
19 |
<Use64BitIISExpress /> |
20 |
<IISExpressSSLPort /> |
21 |
<IISExpressAnonymousAuthentication /> |
22 |
<IISExpressWindowsAuthentication /> |
23 |
<IISExpressUseClassicPipelineMode /> |
24 |
<UseGlobalApplicationHostFile /> |
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 |
</PropertyGroup> |
35 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
36 |
<DebugType>pdbonly</DebugType> |
37 |
<Optimize>true</Optimize> |
38 |
<OutputPath>bin\</OutputPath> |
39 |
<DefineConstants>TRACE</DefineConstants> |
40 |
<ErrorReport>prompt</ErrorReport> |
41 |
<WarningLevel>4</WarningLevel> |
42 |
</PropertyGroup> |
43 |
<ItemGroup> |
44 |
<Reference Include="Microsoft.CSharp" /> |
45 |
<Reference Include="System.Web.DynamicData" /> |
46 |
<Reference Include="System.Web.Entity" /> |
47 |
<Reference Include="System.Web.ApplicationServices" /> |
48 |
<Reference Include="System" /> |
49 |
<Reference Include="System.Configuration" /> |
50 |
<Reference Include="System.Core" /> |
51 |
<Reference Include="System.Data" /> |
52 |
<Reference Include="System.Drawing" /> |
53 |
<Reference Include="System.EnterpriseServices" /> |
54 |
<Reference Include="System.Runtime.Serialization" /> |
55 |
<Reference Include="System.ServiceModel" /> |
56 |
<Reference Include="System.ServiceModel.Web" /> |
57 |
<Reference Include="System.Web" /> |
58 |
<Reference Include="System.Web.Extensions" /> |
59 |
<Reference Include="System.Web.Services" /> |
60 |
<Reference Include="System.Xml" /> |
61 |
<Reference Include="System.Xml.Linq" /> |
62 |
</ItemGroup> |
63 |
<ItemGroup> |
64 |
<Content Include="DataService.svc" /> |
65 |
<Content Include="Web.config" /> |
66 |
</ItemGroup> |
67 |
<ItemGroup> |
68 |
<Compile Include="DataService.svc.cs"> |
69 |
<DependentUpon>DataService.svc</DependentUpon> |
70 |
</Compile> |
71 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
72 |
</ItemGroup> |
73 |
<ItemGroup> |
74 |
<ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
75 |
<Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
76 |
<Name>KCOMDataModel</Name> |
77 |
</ProjectReference> |
78 |
</ItemGroup> |
79 |
<ItemGroup> |
80 |
<None Include="Web.Debug.config"> |
81 |
<DependentUpon>Web.config</DependentUpon> |
82 |
</None> |
83 |
<None Include="Web.Release.config"> |
84 |
<DependentUpon>Web.config</DependentUpon> |
85 |
</None> |
86 |
</ItemGroup> |
87 |
<PropertyGroup> |
88 |
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
89 |
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
90 |
</PropertyGroup> |
91 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
92 |
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
93 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
94 |
<ProjectExtensions> |
95 |
<VisualStudio> |
96 |
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
97 |
<WebProjectProperties> |
98 |
<UseIIS>True</UseIIS> |
99 |
<AutoAssignPort>True</AutoAssignPort> |
100 |
<DevelopmentServerPort>57488</DevelopmentServerPort> |
101 |
<DevelopmentServerVPath>/</DevelopmentServerVPath> |
102 |
<IISUrl>http://localhost:56486/</IISUrl> |
103 |
<NTLMAuthentication>False</NTLMAuthentication> |
104 |
<UseCustomServer>False</UseCustomServer> |
105 |
<CustomServerUrl> |
106 |
</CustomServerUrl> |
107 |
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
108 |
</WebProjectProperties> |
109 |
</FlavorProperties> |
110 |
</VisualStudio> |
111 |
</ProjectExtensions> |
112 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
113 |
Other similar extension points exist, see Microsoft.Common.targets. |
114 |
<Target Name="BeforeBuild"> |
115 |
</Target> |
116 |
<Target Name="AfterBuild"> |
117 |
</Target> |
118 |
--> |
119 |
</Project> |