36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
37 <DebugSymbols>false</DebugSymbols> |
37 <DebugSymbols>false</DebugSymbols> |
38 <Optimize>true</Optimize> |
38 <Optimize>true</Optimize> |
39 <OutputPath>.\bin\Release\</OutputPath> |
39 <OutputPath>.\bin\Release\</OutputPath> |
40 <DefineConstants>TRACE</DefineConstants> |
40 <DefineConstants>TRACE</DefineConstants> |
|
41 </PropertyGroup> |
|
42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
|
43 <DebugSymbols>true</DebugSymbols> |
|
44 <OutputPath>bin\x86\Debug\</OutputPath> |
|
45 <DefineConstants>DEBUG;TRACE</DefineConstants> |
|
46 <DebugType>full</DebugType> |
|
47 <PlatformTarget>x86</PlatformTarget> |
|
48 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
|
49 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
|
50 </PropertyGroup> |
|
51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
|
52 <OutputPath>bin\x86\Release\</OutputPath> |
|
53 <DefineConstants>TRACE</DefineConstants> |
|
54 <Optimize>true</Optimize> |
|
55 <PlatformTarget>x86</PlatformTarget> |
|
56 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
|
57 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
41 </PropertyGroup> |
58 </PropertyGroup> |
42 <ItemGroup> |
59 <ItemGroup> |
43 <Reference Include="System" /> |
60 <Reference Include="System" /> |
44 <Reference Include="System.Core"> |
61 <Reference Include="System.Core"> |
45 <RequiredTargetFramework>3.5</RequiredTargetFramework> |
62 <RequiredTargetFramework>3.5</RequiredTargetFramework> |
102 <ItemGroup> |
119 <ItemGroup> |
103 <ProjectReference Include="..\FingersDance.Control.TimeLine\FingersDance.Control.TimeLine.csproj"> |
120 <ProjectReference Include="..\FingersDance.Control.TimeLine\FingersDance.Control.TimeLine.csproj"> |
104 <Project>{2BCEE1BF-D3AC-478C-A26B-DFDB7420E965}</Project> |
121 <Project>{2BCEE1BF-D3AC-478C-A26B-DFDB7420E965}</Project> |
105 <Name>FingersDance.Control.TimeLine</Name> |
122 <Name>FingersDance.Control.TimeLine</Name> |
106 </ProjectReference> |
123 </ProjectReference> |
|
124 <ProjectReference Include="..\FingersDance.ViewModel\FingersDance.ViewModels.csproj"> |
|
125 <Project>{E81BB080-0598-43AC-90CE-54D6570C4E9E}</Project> |
|
126 <Name>FingersDance.ViewModels</Name> |
|
127 </ProjectReference> |
107 </ItemGroup> |
128 </ItemGroup> |
108 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
129 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
109 </Project> |
130 </Project> |