1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <ProductVersion>8.0.50727</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{A9419259-14C9-4F77-9BF3-62243709CF14}</ProjectGuid>
7 <OutputType>Exe</OutputType>
8 <RootNamespace>Microsoft.ServiceModel.Samples</RootNamespace>
9 <AssemblyName>client</AssemblyName>
10 <ProjectTypeGuids>{14822709-B5A1-4724-98CA-57A101D1B079};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
11 <WarningLevel>4</WarningLevel>
13 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>false</Optimize>
17 <OutputPath>bin\</OutputPath>
18 <DefineConstants>DEBUG;TRACE</DefineConstants>
19 <UseVSHostingProcess>false</UseVSHostingProcess>
21 <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
22 <DebugSymbols>false</DebugSymbols>
23 <Optimize>true</Optimize>
24 <OutputPath>.\bin\Release\</OutputPath>
25 <DefineConstants>TRACE</DefineConstants>
26 <UseVSHostingProcess>false</UseVSHostingProcess>
29 <Reference Include="System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
30 <Reference Include="System.ServiceModel" />
31 <Reference Include="System.Workflow.Activities" />
32 <Reference Include="System.Workflow.ComponentModel" />
33 <Reference Include="System.Workflow.Runtime" />
34 <Reference Include="System" />
35 <Reference Include="System.Data" />
36 <Reference Include="System.Design" />
37 <Reference Include="System.Drawing" />
38 <Reference Include="System.Drawing.Design" />
39 <Reference Include="System.Transactions" />
40 <Reference Include="System.Xml" />
41 <Reference Include="System.Web" />
42 <Reference Include="System.Web.Services" />
45 <Compile Include="client.cs" />
46 <Compile Include="generatedClient.cs" />
47 <Compile Include="Properties\AssemblyInfo.cs" />
48 <None Include="App.config" />
49 <Compile Include="Properties\Resources.Designer.cs">
50 <AutoGen>True</AutoGen>
51 <DesignTime>True</DesignTime>
52 <DependentUpon>Resources.resx</DependentUpon>
54 <AppDesigner Include="Properties\" />
55 <EmbeddedResource Include="Properties\Resources.resx">
56 <SubType>Designer</SubType>
57 <Generator>ResXFileCodeGenerator</Generator>
58 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
61 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
62 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Windows Workflow Foundation\v3.0\Workflow.Targets" />