added samples
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Scenario / TrustedFacade / CS / FacadeService / FacadeService.csproj
blobddf7b74007b238dd2d039bd24d375a12e737f839
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>8.0.50727</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{F0D42A09-93B8-4ED1-A3BB-05BAB632E376}</ProjectGuid>
8     <OutputType>Exe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>FacadeService</RootNamespace>
11     <AssemblyName>FacadeService</AssemblyName>
12   </PropertyGroup>
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14     <DebugSymbols>true</DebugSymbols>
15     <DebugType>full</DebugType>
16     <Optimize>false</Optimize>
17     <OutputPath>bin\</OutputPath>
18     <DefineConstants>DEBUG;TRACE</DefineConstants>
19     <ErrorReport>prompt</ErrorReport>
20     <WarningLevel>4</WarningLevel>
21     <UseVSHostingProcess>false</UseVSHostingProcess>
22   </PropertyGroup>
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24     <DebugType>pdbonly</DebugType>
25     <Optimize>true</Optimize>
26     <OutputPath>bin\</OutputPath>
27     <DefineConstants>TRACE</DefineConstants>
28     <ErrorReport>prompt</ErrorReport>
29     <WarningLevel>4</WarningLevel>
30   </PropertyGroup>
31   <ItemGroup>
32     <Reference Include="System" />
33     <Reference Include="System.Data" />
34     <Reference Include="System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
35     </Reference>
36     <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
37     </Reference>
38     <Reference Include="System.Xml" />
39   </ItemGroup>
40   <ItemGroup>
41     <Compile Include="FacadeService.cs" />
42     <Compile Include="generatedClient.cs" />
43     <Compile Include="Properties\AssemblyInfo.cs" />
44   </ItemGroup>
45   <ItemGroup>
46     <None Include="App.config" />
47   </ItemGroup>
48   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
49   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
50        Other similar extension points exist, see Microsoft.Common.targets.
51   <Target Name="BeforeBuild">
52   </Target>
53   <Target Name="AfterBuild">
54   </Target>
55   -->
56 </Project>