added samples
[windows-sources.git] / sdk / samples / WFSamples / Technologies / Tracking / FileTrackingService / CS / QueryUI / QueryUI.csproj
blob76a0d7cc5230fce8bb425063d74feb262e38044e
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>{0E87AD0F-D650-475B-9A37-1577F902C22F}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>Microsoft.Samples.Workflow.FileTrackingServiceAndQuerySample</RootNamespace>
11     <AssemblyName>SimpleFileTrackingServiceQueryUI</AssemblyName>
12   </PropertyGroup>
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14     <DebugSymbols>true</DebugSymbols>
15     <DebugType>full</DebugType>
16     <Optimize>false</Optimize>
17     <OutputPath>bin\Debug\</OutputPath>
18     <DefineConstants>DEBUG;TRACE</DefineConstants>
19     <ErrorReport>prompt</ErrorReport>
20     <WarningLevel>4</WarningLevel>
21     <UseVSHostingProcess>false</UseVSHostingProcess>
22   </PropertyGroup>
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24     <DebugType>pdbonly</DebugType>
25     <Optimize>true</Optimize>
26     <OutputPath>bin\Release\</OutputPath>
27     <DefineConstants>TRACE</DefineConstants>
28     <ErrorReport>prompt</ErrorReport>
29     <WarningLevel>4</WarningLevel>
30   </PropertyGroup>
31   <ItemGroup>
32     <Reference Include="System" />
33     <Reference Include="System.Data" />
34     <Reference Include="System.Deployment" />
35     <Reference Include="System.Drawing" />
36     <Reference Include="System.Windows.Forms" />
37     <Reference Include="System.Workflow.Runtime, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
38     <Reference Include="System.Xml" />
39   </ItemGroup>
40   <ItemGroup>
41     <Compile Include="MainForm.cs">
42       <SubType>Form</SubType>
43     </Compile>
44     <Compile Include="MainForm.Designer.cs">
45       <DependentUpon>MainForm.cs</DependentUpon>
46     </Compile>
47     <Compile Include="Program.cs" />
48     <Compile Include="Properties\AssemblyInfo.cs" />
49     <EmbeddedResource Include="Properties\Resources.resx">
50       <Generator>ResXFileCodeGenerator</Generator>
51       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
52       <SubType>Designer</SubType>
53     </EmbeddedResource>
54     <Compile Include="Properties\Resources.Designer.cs">
55       <AutoGen>True</AutoGen>
56       <DependentUpon>Resources.resx</DependentUpon>
57       <DesignTime>True</DesignTime>
58     </Compile>
59     <None Include="Properties\Settings.settings">
60       <Generator>SettingsSingleFileGenerator</Generator>
61       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
62     </None>
63     <Compile Include="Properties\Settings.Designer.cs">
64       <AutoGen>True</AutoGen>
65       <DependentUpon>Settings.settings</DependentUpon>
66       <DesignTimeSharedInput>True</DesignTimeSharedInput>
67     </Compile>
68   </ItemGroup>
69   <ItemGroup>
70     <ProjectReference Include="..\SimpleFileTrackingService\SimpleFileTrackingService.csproj">
71       <Project>{93DFB6C2-542F-441C-B418-617C2F597AEB}</Project>
72       <Name>SimpleFileTrackingService</Name>
73     </ProjectReference>
74   </ItemGroup>
75   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
76 </Project>