added samples
[windows-sources.git] / sdk / samples / CrossTechnologySamples / WCFHostingWF2 / client / client.csproj
blob02957ca4f81c6c8033128437945d6dcd977a753b
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" />
32     <Reference Include="System.Data" />
33     <Reference Include="System.Xml" />
34   </ItemGroup>
35   <ItemGroup>
36     <Compile Include="client.cs" />
37     <Compile Include="generatedClient.cs" />
38     <Compile Include="Properties\AssemblyInfo.cs" />
39     <None Include="App.config" />
40     <Compile Include="Properties\Resources.Designer.cs">
41       <AutoGen>True</AutoGen>
42       <DesignTime>True</DesignTime>
43       <DependentUpon>Resources.resx</DependentUpon>
44     </Compile>
45     <AppDesigner Include="Properties\" />
46     <EmbeddedResource Include="Properties\Resources.resx">
47       <SubType>Designer</SubType>
48       <Generator>ResXFileCodeGenerator</Generator>
49       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
50     </EmbeddedResource>
51   </ItemGroup>
52   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
53   <Import Project="$(MSBuildExtensionsPath)\Microsoft\Windows Workflow Foundation\v3.0\Workflow.Targets" />
54 </Project>