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" >
2
2
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
3
3
<PropertyGroup >
4
4
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
5
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
- <SchemaVersion >2.0</SchemaVersion >
7
6
<ProjectGuid >{D067DEE6-D9F3-4169-981E-02732E8ABA72}</ProjectGuid >
8
7
<ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
9
8
<OutputType >Library</OutputType >
10
9
<AppDesignerFolder >Properties</AppDesignerFolder >
11
- <RootNamespace >
12
- </RootNamespace >
13
10
<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 >
20
12
<UseIISExpress >true</UseIISExpress >
21
13
<Use64BitIISExpress />
22
14
<IISExpressSSLPort />
23
15
<IISExpressAnonymousAuthentication />
24
16
<IISExpressWindowsAuthentication />
25
17
<IISExpressUseClassicPipelineMode />
26
18
<UseGlobalApplicationHostFile />
27
- <TargetFrameworkProfile />
28
19
</PropertyGroup >
29
20
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
30
21
<DebugSymbols >true</DebugSymbols >
73
64
<VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
74
65
<VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
75
66
</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" />
79
67
<PropertyGroup >
80
68
<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
88
76
</PostBuildEvent >
89
77
</PropertyGroup >
90
78
<ProjectExtensions >
98
86
<IISUrl >http://localhost:65254/</IISUrl >
99
87
<NTLMAuthentication >False</NTLMAuthentication >
100
88
<UseCustomServer >False</UseCustomServer >
101
- <CustomServerUrl >
102
- </CustomServerUrl >
89
+ <CustomServerUrl ></CustomServerUrl >
103
90
<SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
104
91
</WebProjectProperties >
105
92
</FlavorProperties >
106
93
</VisualStudio >
107
94
</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