1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>
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>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
21 <DebugType>pdbonly</DebugType>
22 <Optimize>true</Optimize>
23 <OutputPath>bin\</OutputPath>
24 <DefineConstants>TRACE</DefineConstants>
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" />
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" />
47 <None Include="App.config" />
49 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />