1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <ProductVersion>8.0.50727</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{6EE681C0-5B08-42AF-AC0A-A7CA6E4535D6}</ProjectGuid>
7 <OutputType>Exe</OutputType>
8 <RootNamespace>Microsoft.Samples.Workflow.FileWatcher</RootNamespace>
9 <AssemblyName>FileWatcherTestHost</AssemblyName>
10 <ProjectTypeGuids>{14822709-B5A1-4724-98CA-57A101D1B079};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
11 <WarningLevel>4</WarningLevel>
13 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>false</Optimize>
17 <OutputPath>.\bin\Debug\</OutputPath>
18 <DefineConstants>DEBUG;TRACE</DefineConstants>
19 <UseVSHostingProcess>false</UseVSHostingProcess>
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>
29 <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
30 <HintPath>..\..\..\WINDOWS\Microsoft.NET\Framework\v2.0.40426\System.dll</HintPath>
32 <SpecificVersion>True</SpecificVersion>
33 <Aliases>global</Aliases>
34 <ExecutableExtension>.dll</ExecutableExtension>
36 <Reference Include="System.Workflow.Activities" />
37 <Reference Include="System.Workflow.ComponentModel" />
38 <Reference Include="System.Workflow.Runtime" />
39 <Reference Include="System.XML" />
42 <Compile Include="Program.cs" />
43 <Compile Include="FileWatcherWorkflow.cs">
44 <SubType>Component</SubType>
46 <Compile Include="FileWatcherWorkflow.designer.cs">
47 <DependentUpon>FileWatcherWorkflow.cs</DependentUpon>
49 <Compile Include="Properties\AssemblyInfo.cs" />
52 <ProjectReference Include="..\FileWatcherActivities\FileWatcherActivites.csproj">
53 <Project>{0DA252B5-7CCB-45E4-A24A-19263E779A5A}</Project>
54 <Name>FileWatcherActivites</Name>
56 <ProjectReference Include="..\FileWatcherService\FileWatcherService.csproj">
57 <Project>{5824304F-F9E0-4F27-B7AB-82865BFC8E25}</Project>
58 <Name>FileWatcherService</Name>
61 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
62 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Windows Workflow Foundation\v3.0\Workflow.Targets" />