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>{650D5643-3867-439A-A395-98B9F579D675}</ProjectGuid>
8 <OutputType>Exe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>ConsoleHost</RootNamespace>
11 <AssemblyName>ConsoleHost</AssemblyName>
12 <IsWebBootstrapper>true</IsWebBootstrapper>
13 <PublishUrl>http://localhost/ConsoleServiceHost</PublishUrl>
14 <Install>true</Install>
15 <InstallFrom>Web</InstallFrom>
16 <UpdateEnabled>true</UpdateEnabled>
17 <UpdateMode>Foreground</UpdateMode>
18 <UpdateInterval>7</UpdateInterval>
19 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
20 <UpdatePeriodically>false</UpdatePeriodically>
21 <UpdateRequired>false</UpdateRequired>
22 <MapFileExtensions>false</MapFileExtensions>
23 <ApplicationVersion>1.0.0.*</ApplicationVersion>
24 <BootstrapperEnabled>true</BootstrapperEnabled>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
27 <DebugSymbols>true</DebugSymbols>
28 <DebugType>full</DebugType>
29 <Optimize>false</Optimize>
30 <OutputPath>bin\Debug\</OutputPath>
31 <DefineConstants>DEBUG;TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
36 <DebugType>pdbonly</DebugType>
37 <Optimize>true</Optimize>
38 <OutputPath>bin\Release\</OutputPath>
39 <DefineConstants>TRACE</DefineConstants>
40 <ErrorReport>prompt</ErrorReport>
41 <WarningLevel>4</WarningLevel>
44 <Reference Include="System" />
45 <Reference Include="System.configuration" />
46 <Reference Include="System.Data" />
47 <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
48 <Reference Include="System.Xml" />
51 <Compile Include="Program.cs" />
52 <Compile Include="Properties\AssemblyInfo.cs" />
55 <None Include="app.config" />
56 <None Include="Properties\app.manifest" />
59 <ProjectReference Include="..\DocumentServiceInfo\DocumentServiceInfo.csproj">
60 <Project>{5A504ABD-A22E-43DF-9BFF-180C9793756A}</Project>
61 <Name>DocumentServiceInfo</Name>
64 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />