37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
38 <DebugSymbols>false</DebugSymbols> |
38 <DebugSymbols>false</DebugSymbols> |
39 <Optimize>true</Optimize> |
39 <Optimize>true</Optimize> |
40 <OutputPath>.\bin\Release\</OutputPath> |
40 <OutputPath>.\bin\Release\</OutputPath> |
41 <DefineConstants>TRACE</DefineConstants> |
41 <DefineConstants>TRACE</DefineConstants> |
|
42 </PropertyGroup> |
|
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
|
44 <DebugSymbols>true</DebugSymbols> |
|
45 <OutputPath>bin\x86\Debug\</OutputPath> |
|
46 <DefineConstants>DEBUG;TRACE</DefineConstants> |
|
47 <DebugType>full</DebugType> |
|
48 <PlatformTarget>x86</PlatformTarget> |
|
49 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
|
50 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
|
51 </PropertyGroup> |
|
52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
|
53 <OutputPath>bin\x86\Release\</OutputPath> |
|
54 <DefineConstants>TRACE</DefineConstants> |
|
55 <Optimize>true</Optimize> |
|
56 <PlatformTarget>x86</PlatformTarget> |
|
57 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
|
58 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
42 </PropertyGroup> |
59 </PropertyGroup> |
43 <ItemGroup> |
60 <ItemGroup> |
44 <Reference Include="System" /> |
61 <Reference Include="System" /> |
45 <Reference Include="System.Core"> |
62 <Reference Include="System.Core"> |
46 <RequiredTargetFramework>3.5</RequiredTargetFramework> |
63 <RequiredTargetFramework>3.5</RequiredTargetFramework> |
105 </ItemGroup> |
122 </ItemGroup> |
106 <ItemGroup> |
123 <ItemGroup> |
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" /> |
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" /> |
108 <Resource Include="Resources\WindowBackground.jpg" /> |
125 <Resource Include="Resources\WindowBackground.jpg" /> |
109 </ItemGroup> |
126 </ItemGroup> |
|
127 <ItemGroup> |
|
128 <ProjectReference Include="..\FingersDance.Data\FingersDance.Data.csproj"> |
|
129 <Project>{EAF384DB-2AE4-4132-839D-60F9DAFDEAD8}</Project> |
|
130 <Name>FingersDance.Data</Name> |
|
131 </ProjectReference> |
|
132 </ItemGroup> |
110 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
133 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
111 </Project> |
134 </Project> |