프로젝트

일반

사용자정보

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

markus / FileUploadWevService / FileUploadWevService.csproj @ 76dc223b

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