프로젝트

일반

사용자정보

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

markus / FileUploadWevService / FileUploadWevService.csproj @ 5639752b

이력 | 보기 | 이력해설 | 다운로드 (6.38 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>44393</IISExpressSSLPort>
20
    <IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
21
    <IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>
22
    <IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode>
23
    <UseGlobalApplicationHostFile />
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
  </PropertyGroup>
36
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
37
    <DebugType>pdbonly</DebugType>
38
    <Optimize>true</Optimize>
39
    <OutputPath>bin\</OutputPath>
40
    <DefineConstants>TRACE</DefineConstants>
41
    <ErrorReport>prompt</ErrorReport>
42
    <WarningLevel>4</WarningLevel>
43
    <Prefer32Bit>false</Prefer32Bit>
44
  </PropertyGroup>
45
  <ItemGroup>
46
    <Reference Include="Microsoft.CSharp" />
47
    <Reference Include="System.Data.DataSetExtensions" />
48
    <Reference Include="System.Data.Entity" />
49
    <Reference Include="System.Web.DynamicData" />
50
    <Reference Include="System.Web.Entity" />
51
    <Reference Include="System.Web.ApplicationServices" />
52
    <Reference Include="System.ComponentModel.DataAnnotations" />
53
    <Reference Include="System" />
54
    <Reference Include="System.Data" />
55
    <Reference Include="System.Web.Extensions" />
56
    <Reference Include="System.Drawing" />
57
    <Reference Include="System.Web" />
58
    <Reference Include="System.Xml" />
59
    <Reference Include="System.Configuration" />
60
    <Reference Include="System.Web.Services" />
61
    <Reference Include="System.EnterpriseServices" />
62
    <Reference Include="System.Xml.Linq" />
63
  </ItemGroup>
64
  <ItemGroup>
65
    <Content Include="FileUpload.asmx" />
66
    <Content Include="Web.config">
67
      <SubType>Designer</SubType>
68
    </Content>
69
  </ItemGroup>
70
  <ItemGroup>
71
    <Compile Include="FileUpload.asmx.cs">
72
      <DependentUpon>FileUpload.asmx</DependentUpon>
73
      <SubType>Component</SubType>
74
    </Compile>
75
    <Compile Include="Properties\AssemblyInfo.cs" />
76
    <Compile Include="Properties\Settings.Designer.cs">
77
      <AutoGen>True</AutoGen>
78
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
79
      <DependentUpon>Settings.settings</DependentUpon>
80
    </Compile>
81
  </ItemGroup>
82
  <ItemGroup>
83
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
84
    <None Include="Properties\Settings.settings">
85
      <Generator>SettingsSingleFileGenerator</Generator>
86
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
87
    </None>
88
    <None Include="Web.Debug.config">
89
      <DependentUpon>Web.config</DependentUpon>
90
    </None>
91
    <None Include="Web.Release.config">
92
      <DependentUpon>Web.config</DependentUpon>
93
    </None>
94
  </ItemGroup>
95
  <ItemGroup>
96
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
97
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
98
      <Name>KCOMDataModel</Name>
99
    </ProjectReference>
100
  </ItemGroup>
101
  <ItemGroup>
102
    <PackageReference Include="SvgNet">
103
      <Version>3.3.3</Version>
104
    </PackageReference>
105
  </ItemGroup>
106
  <PropertyGroup>
107
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
108
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
109
  </PropertyGroup>
110
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
111
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
112
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
113
  <ProjectExtensions>
114
    <VisualStudio>
115
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
116
        <WebProjectProperties>
117
          <UseIIS>True</UseIIS>
118
          <AutoAssignPort>True</AutoAssignPort>
119
          <DevelopmentServerPort>50657</DevelopmentServerPort>
120
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
121
          <IISUrl>https://localhost:44393/</IISUrl>
122
          <NTLMAuthentication>False</NTLMAuthentication>
123
          <UseCustomServer>False</UseCustomServer>
124
          <CustomServerUrl>
125
          </CustomServerUrl>
126
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
127
        </WebProjectProperties>
128
      </FlavorProperties>
129
    </VisualStudio>
130
  </ProjectExtensions>
131
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
132
       Other similar extension points exist, see Microsoft.Common.targets.
133
  <Target Name="BeforeBuild">
134
  </Target>
135
  <Target Name="AfterBuild">
136
  </Target>
137
  -->
138
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
139
  <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')">
140
    <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" />
141
  </Target>
142
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)