src/FingersDance.GestureControl/GestureControl.csproj
changeset 174 45c9e55fcf23
child 176 0896f36b9d57
equal deleted inserted replaced
173:e99fe78cd168 174:45c9e55fcf23
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
       
     3   <PropertyGroup>
       
     4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
       
     5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
       
     6     <ProductVersion>9.0.21022</ProductVersion>
       
     7     <SchemaVersion>2.0</SchemaVersion>
       
     8     <ProjectGuid>{99A9037F-5431-44DD-BCE9-ED60670DEBC1}</ProjectGuid>
       
     9     <OutputType>library</OutputType>
       
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
       
    11     <RootNamespace>GestureControl</RootNamespace>
       
    12     <AssemblyName>GestureControl</AssemblyName>
       
    13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
       
    14     <FileAlignment>512</FileAlignment>
       
    15     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
       
    16     <WarningLevel>4</WarningLevel>
       
    17     <SccProjectName>
       
    18     </SccProjectName>
       
    19     <SccLocalPath>
       
    20     </SccLocalPath>
       
    21     <SccAuxPath>
       
    22     </SccAuxPath>
       
    23     <SccProvider>
       
    24     </SccProvider>
       
    25     <ExpressionBlendVersion>3.0.1927.0</ExpressionBlendVersion>
       
    26   </PropertyGroup>
       
    27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
       
    28     <DebugSymbols>true</DebugSymbols>
       
    29     <DebugType>full</DebugType>
       
    30     <Optimize>false</Optimize>
       
    31     <OutputPath>bin\Debug\</OutputPath>
       
    32     <DefineConstants>DEBUG;TRACE</DefineConstants>
       
    33     <ErrorReport>prompt</ErrorReport>
       
    34     <WarningLevel>4</WarningLevel>
       
    35   </PropertyGroup>
       
    36   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
       
    37     <DebugType>pdbonly</DebugType>
       
    38     <Optimize>true</Optimize>
       
    39     <OutputPath>bin\Release\</OutputPath>
       
    40     <DefineConstants>TRACE</DefineConstants>
       
    41     <ErrorReport>prompt</ErrorReport>
       
    42     <WarningLevel>4</WarningLevel>
       
    43   </PropertyGroup>
       
    44   <ItemGroup>
       
    45     <Reference Include="Microsoft.Surface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
       
    46     <Reference Include="Microsoft.Surface.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
       
    47     <Reference Include="Microsoft.Surface.Presentation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
       
    48     <Reference Include="Microsoft.Surface.Presentation.Generic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
       
    49     <Reference Include="System" />
       
    50     <Reference Include="System.Core">
       
    51       <RequiredTargetFramework>3.5</RequiredTargetFramework>
       
    52     </Reference>
       
    53     <Reference Include="System.Xml.Linq">
       
    54       <RequiredTargetFramework>3.5</RequiredTargetFramework>
       
    55     </Reference>
       
    56     <Reference Include="System.Data.DataSetExtensions">
       
    57       <RequiredTargetFramework>3.5</RequiredTargetFramework>
       
    58     </Reference>
       
    59     <Reference Include="System.Data" />
       
    60     <Reference Include="System.Xml" />
       
    61     <Reference Include="UIAutomationProvider">
       
    62       <RequiredTargetFramework>3.0</RequiredTargetFramework>
       
    63     </Reference>
       
    64     <Reference Include="WindowsBase">
       
    65       <RequiredTargetFramework>3.0</RequiredTargetFramework>
       
    66     </Reference>
       
    67     <Reference Include="PresentationCore">
       
    68       <RequiredTargetFramework>3.0</RequiredTargetFramework>
       
    69     </Reference>
       
    70     <Reference Include="PresentationFramework">
       
    71       <RequiredTargetFramework>3.0</RequiredTargetFramework>
       
    72     </Reference>
       
    73   </ItemGroup>
       
    74   <ItemGroup>
       
    75     <Page Include="Themes\Generic.xaml">
       
    76       <Generator>MSBuild:Compile</Generator>
       
    77       <SubType>Designer</SubType>
       
    78     </Page>
       
    79     <Compile Include="GestureControl.cs">
       
    80       <SubType>Code</SubType>
       
    81     </Compile>
       
    82   </ItemGroup>
       
    83   <ItemGroup>
       
    84     <Compile Include="DoubleHalfConverter.cs" />
       
    85     <Compile Include="GestureVector.cs" />
       
    86     <Compile Include="Properties\AssemblyInfo.cs">
       
    87       <SubType>Code</SubType>
       
    88     </Compile>
       
    89     <Compile Include="Properties\Resources.Designer.cs">
       
    90       <AutoGen>True</AutoGen>
       
    91       <DesignTime>True</DesignTime>
       
    92       <DependentUpon>Resources.resx</DependentUpon>
       
    93     </Compile>
       
    94     <Compile Include="Properties\Settings.Designer.cs">
       
    95       <AutoGen>True</AutoGen>
       
    96       <DependentUpon>Settings.settings</DependentUpon>
       
    97       <DesignTimeSharedInput>True</DesignTimeSharedInput>
       
    98     </Compile>
       
    99     <EmbeddedResource Include="Properties\Resources.resx">
       
   100       <Generator>ResXFileCodeGenerator</Generator>
       
   101       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
       
   102       <SubType>Designer</SubType>
       
   103     </EmbeddedResource>
       
   104     <None Include="Properties\Settings.settings">
       
   105       <Generator>SettingsSingleFileGenerator</Generator>
       
   106       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
       
   107     </None>
       
   108     <AppDesigner Include="Properties\" />
       
   109   </ItemGroup>
       
   110   <ItemGroup>
       
   111     <EmbeddedResource Include="Resources\Patterns.xml">
       
   112       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       
   113     </EmbeddedResource>
       
   114   </ItemGroup>
       
   115   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
       
   116   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       
   117        Other similar extension points exist, see Microsoft.Common.targets.
       
   118   <Target Name="BeforeBuild">
       
   119   </Target>
       
   120   <Target Name="AfterBuild">
       
   121   </Target>
       
   122   -->
       
   123 </Project>