src/FingersDance.Control.SessionInput/FingersDance.Control.SessionInput.csproj
author cavaliet
Thu, 12 Nov 2009 16:15:19 +0100
changeset 192 11083c390ce4
parent 187 b266af50744c
child 208 0699cab5cbb3
permissions -rw-r--r--
Second step of data saving : id added for cutting and annotation, and now we can load/display/change the already existing projects.
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" />
148
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
    73
    <Reference Include="UIAutomationProvider">
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
    74
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
    75
    </Reference>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
    76
    <Reference Include="WindowsBase">
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
    77
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
    78
    </Reference>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
    79
    <Reference Include="PresentationCore">
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
    80
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
    81
    </Reference>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
    82
    <Reference Include="PresentationFramework">
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
    83
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
    84
    </Reference>
61
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    85
    <Reference Include="Microsoft.Surface" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    86
    <Reference Include="Microsoft.Surface.Presentation" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    87
    <Reference Include="Microsoft.Surface.Presentation.Generic" />
106
9dfc0ee0ab17 Update Pivot(disbled effects) add Session input design
riley
parents: 61
diff changeset
    88
    <Resource Include="fingersDance.Control.SessionInput.ressources.xaml">
9dfc0ee0ab17 Update Pivot(disbled effects) add Session input design
riley
parents: 61
diff changeset
    89
      <Generator>MSBuild:Compile</Generator>
9dfc0ee0ab17 Update Pivot(disbled effects) add Session input design
riley
parents: 61
diff changeset
    90
      <SubType>Designer</SubType>
9dfc0ee0ab17 Update Pivot(disbled effects) add Session input design
riley
parents: 61
diff changeset
    91
    </Resource>
187
b266af50744c Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents: 148
diff changeset
    92
    <Page Include="UserControlListCutting.xaml">
b266af50744c Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents: 148
diff changeset
    93
      <SubType>Designer</SubType>
b266af50744c Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents: 148
diff changeset
    94
      <Generator>MSBuild:Compile</Generator>
b266af50744c Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents: 148
diff changeset
    95
    </Page>
148
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
    96
    <Page Include="UserControlListProject.xaml">
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
    97
      <SubType>Designer</SubType>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
    98
      <Generator>MSBuild:Compile</Generator>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
    99
    </Page>
187
b266af50744c Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents: 148
diff changeset
   100
    <Page Include="UserControlNewCuttingForm.xaml">
148
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
   101
      <SubType>Designer</SubType>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
   102
      <Generator>MSBuild:Compile</Generator>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
   103
    </Page>
187
b266af50744c Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents: 148
diff changeset
   104
    <Page Include="UserControlNewProjectForm.xaml">
b266af50744c Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents: 148
diff changeset
   105
      <SubType>Designer</SubType>
61
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   106
      <Generator>MSBuild:Compile</Generator>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   107
    </Page>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   108
  </ItemGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   109
  <ItemGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   110
    <Compile Include="Properties\AssemblyInfo.cs" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   111
    <EmbeddedResource Include="Properties\Resources.resx">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   112
      <Generator>ResXFileCodeGenerator</Generator>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   113
      <SubType>Designer</SubType>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   114
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   115
    </EmbeddedResource>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   116
    <None Include="Properties\Settings.settings">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   117
      <Generator>SettingsSingleFileGenerator</Generator>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   118
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   119
    </None>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   120
    <Compile Include="Properties\Resources.Designer.cs">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   121
      <AutoGen>True</AutoGen>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   122
      <DesignTime>True</DesignTime>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   123
      <DependentUpon>Resources.resx</DependentUpon>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   124
    </Compile>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   125
    <Compile Include="Properties\Settings.Designer.cs">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   126
      <AutoGen>True</AutoGen>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   127
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   128
      <DependentUpon>Settings.settings</DependentUpon>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   129
    </Compile>
187
b266af50744c Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents: 148
diff changeset
   130
    <Compile Include="UserControlListCutting.xaml.cs">
b266af50744c Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents: 148
diff changeset
   131
      <DependentUpon>UserControlListCutting.xaml</DependentUpon>
b266af50744c Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents: 148
diff changeset
   132
    </Compile>
148
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
   133
    <Compile Include="UserControlListProject.xaml.cs">
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
   134
      <DependentUpon>UserControlListProject.xaml</DependentUpon>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
   135
    </Compile>
187
b266af50744c Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents: 148
diff changeset
   136
    <Compile Include="UserControlNewCuttingForm.xaml.cs">
b266af50744c Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents: 148
diff changeset
   137
      <DependentUpon>UserControlNewCuttingForm.xaml</DependentUpon>
148
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
   138
    </Compile>
187
b266af50744c Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents: 148
diff changeset
   139
    <Compile Include="UserControlNewProjectForm.xaml.cs">
b266af50744c Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents: 148
diff changeset
   140
      <DependentUpon>UserControlNewProjectForm.xaml</DependentUpon>
148
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
   141
    </Compile>
61
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   142
    <AppDesigner Include="Properties\" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   143
  </ItemGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   144
  <ItemGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   145
    <Content Include="Resources\icon.png">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   146
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   147
    </Content>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   148
    <Content Include="Resources\iconPreview.png">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   149
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   150
    </Content>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   151
    <Resource Include="FingersDance.Control.SessionInput.xml" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   152
  </ItemGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   153
  <ItemGroup>
106
9dfc0ee0ab17 Update Pivot(disbled effects) add Session input design
riley
parents: 61
diff changeset
   154
    <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
   155
    <Resource Include="Resources\WindowBackground.jpg" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   156
  </ItemGroup>
143
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
   157
  <ItemGroup>
148
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
   158
    <ProjectReference Include="..\FingersDance.Control\FingersDance.Control.csproj">
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
   159
      <Project>{4DC517DD-1601-481E-BAAC-6FE271417F46}</Project>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
   160
      <Name>FingersDance.Control</Name>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 146
diff changeset
   161
    </ProjectReference>
143
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
   162
    <ProjectReference Include="..\FingersDance.Data\FingersDance.Data.csproj">
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
   163
      <Project>{EAF384DB-2AE4-4132-839D-60F9DAFDEAD8}</Project>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
   164
      <Name>FingersDance.Data</Name>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
   165
    </ProjectReference>
PAMPHILE Jonathan <pamphile@efrei.fr>
parents: 106
diff changeset
   166
  </ItemGroup>
61
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   167
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
   168
</Project>