1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{4A2E8DA3-7344-49B9-9586-A3C75D43ED9E}</ProjectGuid>
9 <OutputType>Library</OutputType>
12 <AssemblyName>client</AssemblyName>
13 <MyType>Empty</MyType>
16 <SignAssembly>true</SignAssembly>
17 <AssemblyOriginatorKeyFile>calcClientKey.snk</AssemblyOriginatorKeyFile>
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20 <DebugSymbols>true</DebugSymbols>
21 <DebugType>full</DebugType>
22 <DefineDebug>true</DefineDebug>
23 <DefineTrace>true</DefineTrace>
24 <OutputPath>bin\</OutputPath>
27 <NoWarn>42016,42017,42018,42019,42032</NoWarn>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30 <DebugType>pdbonly</DebugType>
31 <DefineDebug>false</DefineDebug>
32 <DefineTrace>true</DefineTrace>
33 <Optimize>true</Optimize>
34 <OutputPath>bin\</OutputPath>
37 <NoWarn>42016,42017,42018,42019,42032</NoWarn>
40 <Import Include="Microsoft.VisualBasic" />
41 <Import Include="System" />
44 <None Include="calcClientKey.snk" />
47 <Content Include="ComCalcClient.vbs" />
48 <Content Include="serviceWsdl.xml" />
51 <Compile Include="generatedClient.vb" />
52 <Compile Include="My Project\AssemblyInfo.vb" />
55 <Reference Include="System" />
56 <Reference Include="System.Data" />
57 <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
58 <Reference Include="System.Xml" />
60 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
61 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
62 Other similar extension points exist, see Microsoft.Common.targets.
63 <Target Name="BeforeBuild">
65 <Target Name="AfterBuild">