src/FingersDance.Views/FingersDance.Views.csproj
changeset 55 1ec0ef228158
child 127 d2c42d42f504
child 143 9f157d9c725b
equal deleted inserted replaced
53:09d0bc6970b5 55:1ec0ef228158
       
     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.30729</ProductVersion>
       
     7     <SchemaVersion>2.0</SchemaVersion>
       
     8     <ProjectGuid>{0B308B6E-7B1E-46C0-ACC7-0B7EFC4D0B2C}</ProjectGuid>
       
     9     <OutputType>Library</OutputType>
       
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
       
    11     <RootNamespace>FingersDance.Views</RootNamespace>
       
    12     <AssemblyName>FingersDance.Views</AssemblyName>
       
    13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
       
    14     <FileAlignment>512</FileAlignment>
       
    15     <StartupObject>
       
    16     </StartupObject>
       
    17     <ExpressionBlendVersion>3.0.1927.0</ExpressionBlendVersion>
       
    18   </PropertyGroup>
       
    19   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
       
    20     <DebugSymbols>true</DebugSymbols>
       
    21     <DebugType>full</DebugType>
       
    22     <Optimize>false</Optimize>
       
    23     <OutputPath>bin\Debug\</OutputPath>
       
    24     <DefineConstants>DEBUG;TRACE</DefineConstants>
       
    25     <ErrorReport>prompt</ErrorReport>
       
    26     <WarningLevel>4</WarningLevel>
       
    27   </PropertyGroup>
       
    28   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
       
    29     <DebugType>pdbonly</DebugType>
       
    30     <Optimize>true</Optimize>
       
    31     <OutputPath>bin\Release\</OutputPath>
       
    32     <DefineConstants>TRACE</DefineConstants>
       
    33     <ErrorReport>prompt</ErrorReport>
       
    34     <WarningLevel>4</WarningLevel>
       
    35   </PropertyGroup>
       
    36   <ItemGroup>
       
    37     <Reference Include="Microsoft.Surface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
       
    38     <Reference Include="Microsoft.Surface.Presentation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
       
    39     <Reference Include="Microsoft.Surface.Presentation.Generic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
       
    40     <Reference Include="PresentationCore">
       
    41       <RequiredTargetFramework>3.0</RequiredTargetFramework>
       
    42     </Reference>
       
    43     <Reference Include="PresentationFramework">
       
    44       <RequiredTargetFramework>3.0</RequiredTargetFramework>
       
    45     </Reference>
       
    46     <Reference Include="System" />
       
    47     <Reference Include="System.Core">
       
    48       <RequiredTargetFramework>3.5</RequiredTargetFramework>
       
    49     </Reference>
       
    50     <Reference Include="System.Xml.Linq">
       
    51       <RequiredTargetFramework>3.5</RequiredTargetFramework>
       
    52     </Reference>
       
    53     <Reference Include="System.Data.DataSetExtensions">
       
    54       <RequiredTargetFramework>3.5</RequiredTargetFramework>
       
    55     </Reference>
       
    56     <Reference Include="System.Data" />
       
    57     <Reference Include="System.Deployment" />
       
    58     <Reference Include="System.Drawing" />
       
    59     <Reference Include="System.Windows.Forms" />
       
    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   </ItemGroup>
       
    68   <ItemGroup>
       
    69     <Compile Include="Properties\AssemblyInfo.cs" />
       
    70     <EmbeddedResource Include="Properties\Resources.resx">
       
    71       <Generator>ResXFileCodeGenerator</Generator>
       
    72       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
       
    73       <SubType>Designer</SubType>
       
    74     </EmbeddedResource>
       
    75     <Compile Include="Properties\Resources.Designer.cs">
       
    76       <AutoGen>True</AutoGen>
       
    77       <DependentUpon>Resources.resx</DependentUpon>
       
    78     </Compile>
       
    79     <None Include="Properties\Settings.settings">
       
    80       <Generator>SettingsSingleFileGenerator</Generator>
       
    81       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
       
    82     </None>
       
    83     <Compile Include="Properties\Settings.Designer.cs">
       
    84       <AutoGen>True</AutoGen>
       
    85       <DependentUpon>Settings.settings</DependentUpon>
       
    86       <DesignTimeSharedInput>True</DesignTimeSharedInput>
       
    87     </Compile>
       
    88     <Compile Include="TimelineAnnotationView.xaml.cs">
       
    89       <DependentUpon>TimelineAnnotationView.xaml</DependentUpon>
       
    90     </Compile>
       
    91     <Compile Include="TimelineView.xaml.cs">
       
    92       <DependentUpon>TimelineView.xaml</DependentUpon>
       
    93     </Compile>
       
    94   </ItemGroup>
       
    95   <ItemGroup>
       
    96     <Page Include="TimelineAnnotationView.xaml">
       
    97       <SubType>Designer</SubType>
       
    98       <Generator>MSBuild:Compile</Generator>
       
    99     </Page>
       
   100     <Page Include="TimelineView.xaml">
       
   101       <SubType>Designer</SubType>
       
   102       <Generator>MSBuild:Compile</Generator>
       
   103     </Page>
       
   104   </ItemGroup>
       
   105   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
       
   106   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       
   107        Other similar extension points exist, see Microsoft.Common.targets.
       
   108   <Target Name="BeforeBuild">
       
   109   </Target>
       
   110   <Target Name="AfterBuild">
       
   111   </Target>
       
   112   -->
       
   113 </Project>