src/FingersDance.Control.SessionInput/FingersDance.Control.SessionInput.csproj
author PAMPHILE Jonathan <pamphile@efrei.fr>
Wed, 14 Oct 2009 13:44:25 +0200
changeset 146 dd8ed4d3beb6
parent 127 d2c42d42f504
parent 143 9f157d9c725b
child 148 c379899e9c94
permissions -rw-r--r--
Merge
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>
143
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
    43
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
    44
    <DebugSymbols>true</DebugSymbols>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
    45
    <OutputPath>bin\x86\Debug\</OutputPath>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
    46
    <DefineConstants>DEBUG;TRACE</DefineConstants>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
    47
    <DebugType>full</DebugType>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
    48
    <PlatformTarget>x86</PlatformTarget>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
    49
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
    50
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
    51
  </PropertyGroup>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
    52
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
    53
    <OutputPath>bin\x86\Release\</OutputPath>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
    54
    <DefineConstants>TRACE</DefineConstants>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
    55
    <Optimize>true</Optimize>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
    56
    <PlatformTarget>x86</PlatformTarget>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
    57
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
    58
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
    59
  </PropertyGroup>
61
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    60
  <ItemGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    61
    <Reference Include="System" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    62
    <Reference Include="System.Core">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    63
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    64
    </Reference>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    65
    <Reference Include="System.Xml.Linq">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    66
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    67
    </Reference>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    68
    <Reference Include="System.Data.DataSetExtensions">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    69
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    70
    </Reference>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    71
    <Reference Include="System.Data" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    72
    <Reference Include="System.Xml" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    73
    <Reference Include="WindowsBase" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    74
    <Reference Include="PresentationCore" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    75
    <Reference Include="PresentationFramework" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    76
    <Reference Include="Microsoft.Surface" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    77
    <Reference Include="Microsoft.Surface.Presentation" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    78
    <Reference Include="Microsoft.Surface.Presentation.Generic" />
106
9dfc0ee0ab17 Update Pivot(disbled effects) add Session input design
riley
parents: 61
diff changeset
    79
    <Resource Include="fingersDance.Control.SessionInput.ressources.xaml">
9dfc0ee0ab17 Update Pivot(disbled effects) add Session input design
riley
parents: 61
diff changeset
    80
      <Generator>MSBuild:Compile</Generator>
9dfc0ee0ab17 Update Pivot(disbled effects) add Session input design
riley
parents: 61
diff changeset
    81
      <SubType>Designer</SubType>
9dfc0ee0ab17 Update Pivot(disbled effects) add Session input design
riley
parents: 61
diff changeset
    82
    </Resource>
61
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    83
    <Page Include="UserControlSessionInput.xaml">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    84
      <Generator>MSBuild:Compile</Generator>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    85
      <SubType>Designer</SubType>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    86
    </Page>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    87
    <Compile Include="UserControlSessionInput.xaml.cs">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    88
      <DependentUpon>UserControlSessionInput.xaml</DependentUpon>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    89
    </Compile>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    90
  </ItemGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    91
  <ItemGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    92
    <Compile Include="Properties\AssemblyInfo.cs" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    93
    <EmbeddedResource Include="Properties\Resources.resx">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    94
      <Generator>ResXFileCodeGenerator</Generator>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    95
      <SubType>Designer</SubType>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    96
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    97
    </EmbeddedResource>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    98
    <None Include="Properties\Settings.settings">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    99
      <Generator>SettingsSingleFileGenerator</Generator>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   100
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   101
    </None>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   102
    <Compile Include="Properties\Resources.Designer.cs">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   103
      <AutoGen>True</AutoGen>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   104
      <DesignTime>True</DesignTime>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   105
      <DependentUpon>Resources.resx</DependentUpon>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   106
    </Compile>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   107
    <Compile Include="Properties\Settings.Designer.cs">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   108
      <AutoGen>True</AutoGen>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   109
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   110
      <DependentUpon>Settings.settings</DependentUpon>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   111
    </Compile>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   112
    <AppDesigner Include="Properties\" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   113
  </ItemGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   114
  <ItemGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   115
    <Content Include="Resources\icon.png">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   116
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   117
    </Content>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   118
    <Content Include="Resources\iconPreview.png">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   119
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   120
    </Content>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   121
    <Resource Include="FingersDance.Control.SessionInput.xml" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   122
  </ItemGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   123
  <ItemGroup>
106
9dfc0ee0ab17 Update Pivot(disbled effects) add Session input design
riley
parents: 61
diff changeset
   124
    <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
   125
    <Resource Include="Resources\WindowBackground.jpg" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   126
  </ItemGroup>
143
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
   127
  <ItemGroup>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
   128
    <ProjectReference Include="..\FingersDance.Data\FingersDance.Data.csproj">
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
   129
      <Project>{EAF384DB-2AE4-4132-839D-60F9DAFDEAD8}</Project>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
   130
      <Name>FingersDance.Data</Name>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
   131
    </ProjectReference>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
   132
  </ItemGroup>
61
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   133
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   134
</Project>