added samples
[windows-sources.git] / sdk / samples / CrossTechnologySamples / wcfwfsession / client / client.csproj
blobe89de72599d29f1eb385c284274d186182da431e
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
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>
12   </PropertyGroup>
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>
20   </PropertyGroup>
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>
27   </PropertyGroup>
28   <ItemGroup>
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" />
43   </ItemGroup>
44   <ItemGroup>
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>
53     </Compile>
54     <AppDesigner Include="Properties\" />
55     <EmbeddedResource Include="Properties\Resources.resx">
56       <SubType>Designer</SubType>
57       <Generator>ResXFileCodeGenerator</Generator>
58       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
59     </EmbeddedResource>
60   </ItemGroup>
61   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
62   <Import Project="$(MSBuildExtensionsPath)\Microsoft\Windows Workflow Foundation\v3.0\Workflow.Targets" />
63 </Project>