markus / FileUploadWevService / FileUploadWevService.csproj @ cf1cc862
이력 | 보기 | 이력해설 | 다운로드 (5.89 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 |
<PropertyGroup> |
5 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 |
<ProductVersion> |
8 |
</ProductVersion> |
9 |
<SchemaVersion>2.0</SchemaVersion> |
10 |
<ProjectGuid>{8A7E6629-886E-4F39-A8C5-EE24589891A8}</ProjectGuid> |
11 |
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
12 |
<OutputType>Library</OutputType> |
13 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
14 |
<RootNamespace>ImageUploadWebService</RootNamespace> |
15 |
<AssemblyName>ImageUploadWebService</AssemblyName> |
16 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
17 |
<UseIISExpress>true</UseIISExpress> |
18 |
<Use64BitIISExpress /> |
19 |
<IISExpressSSLPort> |
20 |
</IISExpressSSLPort> |
21 |
<IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication> |
22 |
<IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication> |
23 |
<IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode> |
24 |
<UseGlobalApplicationHostFile /> |
25 |
<TargetFrameworkProfile /> |
26 |
</PropertyGroup> |
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
28 |
<DebugSymbols>true</DebugSymbols> |
29 |
<DebugType>full</DebugType> |
30 |
<Optimize>false</Optimize> |
31 |
<OutputPath>bin\</OutputPath> |
32 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
33 |
<ErrorReport>prompt</ErrorReport> |
34 |
<WarningLevel>4</WarningLevel> |
35 |
<Prefer32Bit>false</Prefer32Bit> |
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.Web.DynamicData" /> |
51 |
<Reference Include="System.Web.Entity" /> |
52 |
<Reference Include="System.Web.ApplicationServices" /> |
53 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
54 |
<Reference Include="System" /> |
55 |
<Reference Include="System.Data" /> |
56 |
<Reference Include="System.Web.Extensions" /> |
57 |
<Reference Include="System.Drawing" /> |
58 |
<Reference Include="System.Web" /> |
59 |
<Reference Include="System.Xml" /> |
60 |
<Reference Include="System.Configuration" /> |
61 |
<Reference Include="System.Web.Services" /> |
62 |
<Reference Include="System.EnterpriseServices" /> |
63 |
<Reference Include="System.Xml.Linq" /> |
64 |
</ItemGroup> |
65 |
<ItemGroup> |
66 |
<Content Include="FileUpload.asmx" /> |
67 |
<Content Include="Web.config"> |
68 |
<SubType>Designer</SubType> |
69 |
</Content> |
70 |
</ItemGroup> |
71 |
<ItemGroup> |
72 |
<Compile Include="FileUpload.asmx.cs"> |
73 |
<DependentUpon>FileUpload.asmx</DependentUpon> |
74 |
<SubType>Component</SubType> |
75 |
</Compile> |
76 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
77 |
</ItemGroup> |
78 |
<ItemGroup> |
79 |
<None Include="Properties\PublishProfiles\FolderProfile.pubxml" /> |
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 |
<ItemGroup> |
88 |
<ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
89 |
<Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
90 |
<Name>KCOMDataModel</Name> |
91 |
</ProjectReference> |
92 |
</ItemGroup> |
93 |
<PropertyGroup> |
94 |
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
95 |
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
96 |
</PropertyGroup> |
97 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
98 |
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
99 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
100 |
<ProjectExtensions> |
101 |
<VisualStudio> |
102 |
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
103 |
<WebProjectProperties> |
104 |
<UseIIS>True</UseIIS> |
105 |
<AutoAssignPort>True</AutoAssignPort> |
106 |
<DevelopmentServerPort>50657</DevelopmentServerPort> |
107 |
<DevelopmentServerVPath>/</DevelopmentServerVPath> |
108 |
<IISUrl>http://localhost:44301/ImageUpload/</IISUrl> |
109 |
<NTLMAuthentication>False</NTLMAuthentication> |
110 |
<UseCustomServer>False</UseCustomServer> |
111 |
<CustomServerUrl> |
112 |
</CustomServerUrl> |
113 |
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
114 |
</WebProjectProperties> |
115 |
</FlavorProperties> |
116 |
</VisualStudio> |
117 |
</ProjectExtensions> |
118 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
119 |
Other similar extension points exist, see Microsoft.Common.targets. |
120 |
<Target Name="BeforeBuild"> |
121 |
</Target> |
122 |
<Target Name="AfterBuild"> |
123 |
</Target> |
124 |
--> |
125 |
<UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" /> |
126 |
<Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')"> |
127 |
<TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" /> |
128 |
</Target> |
129 |
</Project> |