added samples
[windows-sources.git] / sdk / samples / WFSamples / Technologies / CustomActivities / FileWatcher / CS / FileWatcherTestHost / FileWatcherTestHost.csproj
blobd6cdfbd9f11f75d6007ad24edd85a4ce2d70d75f
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
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>
12   </PropertyGroup>
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>
20   </PropertyGroup>
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>
27   </PropertyGroup>
28   <ItemGroup>
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>
31       <Name>System</Name>
32       <SpecificVersion>True</SpecificVersion>
33       <Aliases>global</Aliases>
34       <ExecutableExtension>.dll</ExecutableExtension>
35     </Reference>
36     <Reference Include="System.Workflow.Activities" />
37     <Reference Include="System.Workflow.ComponentModel" />
38     <Reference Include="System.Workflow.Runtime" />
39     <Reference Include="System.XML" />
40   </ItemGroup>
41   <ItemGroup>
42     <Compile Include="Program.cs" />
43     <Compile Include="FileWatcherWorkflow.cs">
44       <SubType>Component</SubType>
45     </Compile>
46     <Compile Include="FileWatcherWorkflow.designer.cs">
47       <DependentUpon>FileWatcherWorkflow.cs</DependentUpon>
48     </Compile>
49     <Compile Include="Properties\AssemblyInfo.cs" />
50   </ItemGroup>
51   <ItemGroup>
52     <ProjectReference Include="..\FileWatcherActivities\FileWatcherActivites.csproj">
53       <Project>{0DA252B5-7CCB-45E4-A24A-19263E779A5A}</Project>
54       <Name>FileWatcherActivites</Name>
55     </ProjectReference>
56     <ProjectReference Include="..\FileWatcherService\FileWatcherService.csproj">
57       <Project>{5824304F-F9E0-4F27-B7AB-82865BFC8E25}</Project>
58       <Name>FileWatcherService</Name>
59     </ProjectReference>
60   </ItemGroup>
61   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
62   <Import Project="$(MSBuildExtensionsPath)\Microsoft\Windows Workflow Foundation\v3.0\Workflow.Targets" />
63 </Project>