src/FingersDance.Control.SessionInput/FingersDance.Control.SessionInput.csproj
author PAMPHILE Jonathan <pamphile@efrei.fr>
Thu, 24 Sep 2009 18:30:56 +0200
changeset 119 7a370bfb4d77
parent 106 9dfc0ee0ab17
child 127 d2c42d42f504
child 143 9f157d9c725b
permissions -rw-r--r--
PLayer
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
61
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     2
  <PropertyGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     3
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     4
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     5
    <ProjectGuid>{4C5C068F-7D41-4563-9109-7B57485F4BED}</ProjectGuid>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     6
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     7
    <RootNamespace>FingersDance.Control.SaisieSeance</RootNamespace>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     8
    <AssemblyName>FingersDance.Control.SaisieSeance</AssemblyName>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     9
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    10
    <WarningLevel>4</WarningLevel>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    11
    <OutputType>Library</OutputType>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    12
    <Install>true</Install>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    13
    <InstallFrom>Web</InstallFrom>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    14
    <UpdateEnabled>true</UpdateEnabled>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    15
    <UpdateMode>Foreground</UpdateMode>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    16
    <UpdateInterval>7</UpdateInterval>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    17
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    18
    <UpdatePeriodically>false</UpdatePeriodically>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    19
    <UpdateRequired>false</UpdateRequired>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    20
    <MapFileExtensions>false</MapFileExtensions>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    21
    <ApplicationVersion>1.0.0.*</ApplicationVersion>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    22
    <IsWebBootstrapper>true</IsWebBootstrapper>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    23
    <BootstrapperEnabled>true</BootstrapperEnabled>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    24
    <PublishUrl>Publish\</PublishUrl>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    25
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    26
    <StartupObject>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    27
    </StartupObject>
106
9dfc0ee0ab17 Update Pivot(disbled effects) add Session input design
riley
parents: 61
diff changeset
    28
    <ExpressionBlendVersion>3.0.1927.0</ExpressionBlendVersion>
61
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    29
  </PropertyGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    31
    <DebugSymbols>true</DebugSymbols>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    32
    <DebugType>full</DebugType>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    33
    <Optimize>false</Optimize>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    34
    <OutputPath>.\bin\Debug\</OutputPath>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    35
    <DefineConstants>DEBUG;TRACE</DefineConstants>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    36
  </PropertyGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    37
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    38
    <DebugSymbols>false</DebugSymbols>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    39
    <Optimize>true</Optimize>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    40
    <OutputPath>.\bin\Release\</OutputPath>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    41
    <DefineConstants>TRACE</DefineConstants>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    42
  </PropertyGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    43
  <ItemGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    44
    <Reference Include="System" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    45
    <Reference Include="System.Core">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    46
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    47
    </Reference>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    48
    <Reference Include="System.Xml.Linq">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    49
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    50
    </Reference>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    51
    <Reference Include="System.Data.DataSetExtensions">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    52
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    53
    </Reference>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    54
    <Reference Include="System.Data" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    55
    <Reference Include="System.Xml" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    56
    <Reference Include="WindowsBase" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    57
    <Reference Include="PresentationCore" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    58
    <Reference Include="PresentationFramework" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    59
    <Reference Include="Microsoft.Surface" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    60
    <Reference Include="Microsoft.Surface.Presentation" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    61
    <Reference Include="Microsoft.Surface.Presentation.Generic" />
106
9dfc0ee0ab17 Update Pivot(disbled effects) add Session input design
riley
parents: 61
diff changeset
    62
    <Resource Include="fingersDance.Control.SessionInput.ressources.xaml">
9dfc0ee0ab17 Update Pivot(disbled effects) add Session input design
riley
parents: 61
diff changeset
    63
      <Generator>MSBuild:Compile</Generator>
9dfc0ee0ab17 Update Pivot(disbled effects) add Session input design
riley
parents: 61
diff changeset
    64
      <SubType>Designer</SubType>
9dfc0ee0ab17 Update Pivot(disbled effects) add Session input design
riley
parents: 61
diff changeset
    65
    </Resource>
61
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    66
    <Page Include="UserControlSessionInput.xaml">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    67
      <Generator>MSBuild:Compile</Generator>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    68
      <SubType>Designer</SubType>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    69
    </Page>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    70
    <Compile Include="UserControlSessionInput.xaml.cs">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    71
      <DependentUpon>UserControlSessionInput.xaml</DependentUpon>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    72
    </Compile>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    73
  </ItemGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    74
  <ItemGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    75
    <Compile Include="Properties\AssemblyInfo.cs" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    76
    <EmbeddedResource Include="Properties\Resources.resx">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    77
      <Generator>ResXFileCodeGenerator</Generator>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    78
      <SubType>Designer</SubType>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    79
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    80
    </EmbeddedResource>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    81
    <None Include="Properties\Settings.settings">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    82
      <Generator>SettingsSingleFileGenerator</Generator>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    83
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    84
    </None>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    85
    <Compile Include="Properties\Resources.Designer.cs">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    86
      <AutoGen>True</AutoGen>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    87
      <DesignTime>True</DesignTime>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    88
      <DependentUpon>Resources.resx</DependentUpon>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    89
    </Compile>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    90
    <Compile Include="Properties\Settings.Designer.cs">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    91
      <AutoGen>True</AutoGen>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    92
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    93
      <DependentUpon>Settings.settings</DependentUpon>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    94
    </Compile>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    95
    <AppDesigner Include="Properties\" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    96
  </ItemGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    97
  <ItemGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    98
    <Content Include="Resources\icon.png">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    99
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   100
    </Content>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   101
    <Content Include="Resources\iconPreview.png">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   102
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   103
    </Content>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   104
    <Resource Include="FingersDance.Control.SessionInput.xml" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   105
  </ItemGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   106
  <ItemGroup>
106
9dfc0ee0ab17 Update Pivot(disbled effects) add Session input design
riley
parents: 61
diff changeset
   107
    <Resource Include="fingersDance.Control.SessionInput.ressources_Files\**\*.jpg;fingersDance.Control.SessionInput.ressources_Files\**\*.jpeg;fingersDance.Control.SessionInput.ressources_Files\**\*.png;fingersDance.Control.SessionInput.ressources_Files\**\*.bmp;fingersDance.Control.SessionInput.ressources_Files\**\*.gif;fingersDance.Control.SessionInput.ressources_Files\**\*.tif;fingersDance.Control.SessionInput.ressources_Files\**\*.tiff" />
61
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   108
    <Resource Include="Resources\WindowBackground.jpg" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   109
  </ItemGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   110
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   111
</Project>