1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{08605AB6-00F8-4C51-9678-59655C5C9ACF}</ProjectGuid>
9 <OutputType>Exe</OutputType>
12 <AssemblyName>client</AssemblyName>
13 <MyType>Empty</MyType>
18 <OldToolsVersion>2.0</OldToolsVersion>
19 <UpgradeBackupLocation>
20 </UpgradeBackupLocation>
21 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
22 <PublishUrl>publish\</PublishUrl>
23 <Install>true</Install>
24 <InstallFrom>Disk</InstallFrom>
25 <UpdateEnabled>false</UpdateEnabled>
26 <UpdateMode>Foreground</UpdateMode>
27 <UpdateInterval>7</UpdateInterval>
28 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
29 <UpdatePeriodically>false</UpdatePeriodically>
30 <UpdateRequired>false</UpdateRequired>
31 <MapFileExtensions>true</MapFileExtensions>
32 <ApplicationRevision>0</ApplicationRevision>
33 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34 <IsWebBootstrapper>false</IsWebBootstrapper>
35 <UseApplicationTrust>false</UseApplicationTrust>
36 <BootstrapperEnabled>true</BootstrapperEnabled>
38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39 <DebugSymbols>true</DebugSymbols>
40 <DebugType>full</DebugType>
41 <DefineDebug>true</DefineDebug>
42 <DefineTrace>true</DefineTrace>
43 <OutputPath>bin\</OutputPath>
46 <NoWarn>42016,42017,42018,42019,42032</NoWarn>
48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49 <DebugType>pdbonly</DebugType>
50 <DefineDebug>false</DefineDebug>
51 <DefineTrace>true</DefineTrace>
52 <Optimize>true</Optimize>
53 <OutputPath>bin\</OutputPath>
56 <NoWarn>42016,42017,42018,42019,42032</NoWarn>
59 <Import Include="Microsoft.VisualBasic" />
60 <Import Include="System" />
61 <Import Include="System.Linq" />
64 <None Include="App.config" />
67 <Compile Include="client.vb" />
68 <Compile Include="My Project\AssemblyInfo.vb" />
69 <Compile Include="ServiceReferences\Microsoft.ServiceModel.Samples\Reference.vb">
70 <AutoGen>True</AutoGen>
71 <DesignTime>True</DesignTime>
72 <DependentUpon>Reference.svcmap</DependentUpon>
76 <Reference Include="System" />
77 <Reference Include="System.Core">
78 <RequiredTargetFramework>3.5</RequiredTargetFramework>
80 <Reference Include="System.Data" />
81 <Reference Include="System.Deployment" />
82 <Reference Include="System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
83 <RequiredTargetFramework>3.0</RequiredTargetFramework>
85 <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
86 <RequiredTargetFramework>3.0</RequiredTargetFramework>
88 <Reference Include="System.Xml" />
91 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
92 <Visible>False</Visible>
93 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
94 <Install>true</Install>
95 </BootstrapperPackage>
96 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
97 <Visible>False</Visible>
98 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
99 <Install>false</Install>
100 </BootstrapperPackage>
101 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
102 <Visible>False</Visible>
103 <ProductName>.NET Framework 3.5</ProductName>
104 <Install>false</Install>
105 </BootstrapperPackage>
108 <WCFMetadata Include="ServiceReferences\" />
111 <WCFMetadataStorage Include="ServiceReferences\Microsoft.ServiceModel.Samples\" />
114 <None Include="ServiceReferences\Microsoft.ServiceModel.Samples\configuration.svcinfo" />
117 <None Include="ServiceReferences\Microsoft.ServiceModel.Samples\Microsoft.ServiceModel.Samples.Person.datasource">
118 <DependentUpon>Reference.svcmap</DependentUpon>
120 <None Include="ServiceReferences\Microsoft.ServiceModel.Samples\Reference.svcmap">
121 <Generator>WCF Proxy Generator</Generator>
122 <LastGenOutput>Reference.vb</LastGenOutput>
124 <None Include="ServiceReferences\Microsoft.ServiceModel.Samples\service.xsd" />
125 <None Include="ServiceReferences\Microsoft.ServiceModel.Samples\service1.xsd" />
126 <None Include="ServiceReferences\Microsoft.ServiceModel.Samples\service2.xsd" />
129 <None Include="ServiceReferences\Microsoft.ServiceModel.Samples\service.disco" />
130 <None Include="ServiceReferences\Microsoft.ServiceModel.Samples\service.wsdl" />
131 <None Include="ServiceReferences\Microsoft.ServiceModel.Samples\SocialNetworkService.wsdl" />
133 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
134 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
135 Other similar extension points exist, see Microsoft.Common.targets.
136 <Target Name="BeforeBuild">
138 <Target Name="AfterBuild">