프로젝트

일반

사용자정보

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

markus / FileSave / FileUploadWevService / FileUploadWevService.csproj @ f714bef8

이력 | 보기 | 이력해설 | 다운로드 (5.23 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>{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.0</TargetFrameworkVersion>
16
    <UseIISExpress>true</UseIISExpress>
17
    <Use64BitIISExpress />
18
    <IISExpressSSLPort />
19
    <IISExpressAnonymousAuthentication />
20
    <IISExpressWindowsAuthentication />
21
    <IISExpressUseClassicPipelineMode />
22
    <UseGlobalApplicationHostFile />
23
  </PropertyGroup>
24
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
25
    <DebugSymbols>true</DebugSymbols>
26
    <DebugType>full</DebugType>
27
    <Optimize>false</Optimize>
28
    <OutputPath>bin\</OutputPath>
29
    <DefineConstants>DEBUG;TRACE</DefineConstants>
30
    <ErrorReport>prompt</ErrorReport>
31
    <WarningLevel>4</WarningLevel>
32
  </PropertyGroup>
33
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34
    <DebugType>pdbonly</DebugType>
35
    <Optimize>true</Optimize>
36
    <OutputPath>bin\</OutputPath>
37
    <DefineConstants>TRACE</DefineConstants>
38
    <ErrorReport>prompt</ErrorReport>
39
    <WarningLevel>4</WarningLevel>
40
  </PropertyGroup>
41
  <ItemGroup>
42
    <Reference Include="Microsoft.CSharp" />
43
    <Reference Include="System.Data.Entity" />
44
    <Reference Include="System.Web.DynamicData" />
45
    <Reference Include="System.Web.Entity" />
46
    <Reference Include="System.Web.ApplicationServices" />
47
    <Reference Include="System.ComponentModel.DataAnnotations" />
48
    <Reference Include="System" />
49
    <Reference Include="System.Data" />
50
    <Reference Include="System.Core" />
51
    <Reference Include="System.Data.DataSetExtensions" />
52
    <Reference Include="System.Web.Extensions" />
53
    <Reference Include="System.Xml.Linq" />
54
    <Reference Include="System.Drawing" />
55
    <Reference Include="System.Web" />
56
    <Reference Include="System.Xml" />
57
    <Reference Include="System.Configuration" />
58
    <Reference Include="System.Web.Services" />
59
    <Reference Include="System.EnterpriseServices" />
60
  </ItemGroup>
61
  <ItemGroup>
62
    <Content Include="FileUpload.asmx" />
63
    <Content Include="Web.config">
64
      <SubType>Designer</SubType>
65
    </Content>
66
  </ItemGroup>
67
  <ItemGroup>
68
    <Compile Include="FileUpload.asmx.cs">
69
      <DependentUpon>FileUpload.asmx</DependentUpon>
70
      <SubType>Component</SubType>
71
    </Compile>
72
    <Compile Include="Properties\AssemblyInfo.cs" />
73
  </ItemGroup>
74
  <ItemGroup>
75
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
76
    <None Include="Web.Debug.config">
77
      <DependentUpon>Web.config</DependentUpon>
78
    </None>
79
    <None Include="Web.Release.config">
80
      <DependentUpon>Web.config</DependentUpon>
81
    </None>
82
  </ItemGroup>
83
  <ItemGroup>
84
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
85
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
86
      <Name>KCOMDataModel</Name>
87
    </ProjectReference>
88
  </ItemGroup>
89
  <PropertyGroup>
90
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
91
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
92
  </PropertyGroup>
93
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
94
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
95
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
96
  <ProjectExtensions>
97
    <VisualStudio>
98
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
99
        <WebProjectProperties>
100
          <UseIIS>True</UseIIS>
101
          <AutoAssignPort>True</AutoAssignPort>
102
          <DevelopmentServerPort>50657</DevelopmentServerPort>
103
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
104
          <IISUrl>http://localhost:50657/</IISUrl>
105
          <NTLMAuthentication>False</NTLMAuthentication>
106
          <UseCustomServer>False</UseCustomServer>
107
          <CustomServerUrl>
108
          </CustomServerUrl>
109
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
110
        </WebProjectProperties>
111
      </FlavorProperties>
112
    </VisualStudio>
113
  </ProjectExtensions>
114
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
115
       Other similar extension points exist, see Microsoft.Common.targets.
116
  <Target Name="BeforeBuild">
117
  </Target>
118
  <Target Name="AfterBuild">
119
  </Target>
120
  -->
121
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)