1- <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 12 .0" >
1+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 15 .0" >
22 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
33 <PropertyGroup >
44 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
55 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <SchemaVersion >2.0</SchemaVersion >
76 <ProjectGuid >{D067DEE6-D9F3-4169-981E-02732E8ABA72}</ProjectGuid >
87 <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
98 <OutputType >Library</OutputType >
109 <AppDesignerFolder >Properties</AppDesignerFolder >
11- <RootNamespace >
12- </RootNamespace >
1310 <AssemblyName >service</AssemblyName >
14- <UpgradeBackupLocation >
15- </UpgradeBackupLocation >
16- <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
17- <FileUpgradeFlags >
18- </FileUpgradeFlags >
19- <OldToolsVersion >4.0</OldToolsVersion >
11+ <TargetFrameworkVersion >v4.6.2</TargetFrameworkVersion >
2012 <UseIISExpress >true</UseIISExpress >
2113 <Use64BitIISExpress />
2214 <IISExpressSSLPort />
2315 <IISExpressAnonymousAuthentication />
2416 <IISExpressWindowsAuthentication />
2517 <IISExpressUseClassicPipelineMode />
2618 <UseGlobalApplicationHostFile />
27- <TargetFrameworkProfile />
2819 </PropertyGroup >
2920 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
3021 <DebugSymbols >true</DebugSymbols >
7364 <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
7465 <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
7566 </PropertyGroup >
76- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
77- <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
78- <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
7967 <PropertyGroup >
8068 <PostBuildEvent >
81- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
82- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
83- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
84- copy "$(ProjectDir) service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
85- copy "$(ProjectDir) web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
86- del %SystemDrive%\inetpub\wwwroot\ServiceModelSamples\*ClientPage*
87- copy "$(ProjectDir) ConfigFreeClientPage.aspx" %SystemDrive%\inetpub\wwwroot\ServiceModelSamples
69+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
70+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
71+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
72+ copy "$(MSBuildProjectDirectory)\ service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
73+ copy "$(MSBuildProjectDirectory)\ web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
74+ del %SystemDrive%\inetpub\wwwroot\ServiceModelSamples\*ClientPage*
75+ copy "$(MSBuildProjectDirectory)\ ConfigFreeClientPage.aspx" %SystemDrive%\inetpub\wwwroot\ServiceModelSamples
8876 </PostBuildEvent >
8977 </PropertyGroup >
9078 <ProjectExtensions >
9886 <IISUrl >http://localhost:65254/</IISUrl >
9987 <NTLMAuthentication >False</NTLMAuthentication >
10088 <UseCustomServer >False</UseCustomServer >
101- <CustomServerUrl >
102- </CustomServerUrl >
89+ <CustomServerUrl ></CustomServerUrl >
10390 <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
10491 </WebProjectProperties >
10592 </FlavorProperties >
10693 </VisualStudio >
10794 </ProjectExtensions >
108- </Project >
95+ <Import Project =" $(MSBuildToolsPath)\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+ </Project >
0 commit comments