added SSCLI 1.0
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Scenario / interop / UDDI / CS / UddiClient.csproj
blob18f298bdfaa52581ea2b8747907055992c6231e5
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>{6C1E2AA1-D0B2-4A2A-A093-44EFB7387D68}</ProjectGuid>
8     <OutputType>Exe</OutputType>
9     <RootNamespace>Microsoft.ServiceModel.Samples</RootNamespace>
10     <AssemblyName>UddiClient</AssemblyName>
11     <WarningLevel>4</WarningLevel>
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   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
21     <DebugType>pdbonly</DebugType>
22     <Optimize>true</Optimize>
23     <OutputPath>bin\</OutputPath>
24     <DefineConstants>TRACE</DefineConstants>
25   </PropertyGroup>
26   <ItemGroup>
27     <Reference Include="System" />
28     <Reference Include="System.Configuration" />
29     <Reference Include="System.Data" />
30     <Reference Include="System.Drawing" />
31     <Reference Include="System.Runtime.Serialization" />
32     <Reference Include="System.ServiceModel" />
33     <Reference Include="System.Xml" />
34   </ItemGroup>
35   <ItemGroup>
36   </ItemGroup>
37   <ItemGroup>
38   </ItemGroup>
39   <ItemGroup>
40     <Compile Include="Program.cs" />
41     <Compile Include="UddiClient.cs" />
42     <Compile Include="UddiInquireClient.cs" />
43     <Compile Include="UddiPublishClient.cs" />
44     <Compile Include="UddiTypes.cs" />
45   </ItemGroup>
46   <ItemGroup>
47     <None Include="App.config" />
48   </ItemGroup>
49   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
50 </Project>