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
|
</ItemGroup>
|
77
|
<ItemGroup>
|
78
|
<None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
|
79
|
<None Include="Web.Debug.config">
|
80
|
<DependentUpon>Web.config</DependentUpon>
|
81
|
</None>
|
82
|
<None Include="Web.Release.config">
|
83
|
<DependentUpon>Web.config</DependentUpon>
|
84
|
</None>
|
85
|
</ItemGroup>
|
86
|
<ItemGroup>
|
87
|
<ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
|
88
|
<Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
|
89
|
<Name>KCOMDataModel</Name>
|
90
|
</ProjectReference>
|
91
|
</ItemGroup>
|
92
|
<ItemGroup>
|
93
|
<PackageReference Include="SvgNet">
|
94
|
<Version>3.3.3</Version>
|
95
|
</PackageReference>
|
96
|
</ItemGroup>
|
97
|
<PropertyGroup>
|
98
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
99
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
100
|
</PropertyGroup>
|
101
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
102
|
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
103
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
|
104
|
<ProjectExtensions>
|
105
|
<VisualStudio>
|
106
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
107
|
<WebProjectProperties>
|
108
|
<UseIIS>True</UseIIS>
|
109
|
<AutoAssignPort>True</AutoAssignPort>
|
110
|
<DevelopmentServerPort>50657</DevelopmentServerPort>
|
111
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
112
|
<IISUrl>https://localhost:44393/</IISUrl>
|
113
|
<NTLMAuthentication>False</NTLMAuthentication>
|
114
|
<UseCustomServer>False</UseCustomServer>
|
115
|
<CustomServerUrl>
|
116
|
</CustomServerUrl>
|
117
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
118
|
</WebProjectProperties>
|
119
|
</FlavorProperties>
|
120
|
</VisualStudio>
|
121
|
</ProjectExtensions>
|
122
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
123
|
Other similar extension points exist, see Microsoft.Common.targets.
|
124
|
<Target Name="BeforeBuild">
|
125
|
</Target>
|
126
|
<Target Name="AfterBuild">
|
127
|
</Target>
|
128
|
-->
|
129
|
<UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
|
130
|
<Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')">
|
131
|
<TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" />
|
132
|
</Target>
|
133
|
</Project>
|