1 <?xml version="1.0" encoding="utf-8"?> |
1 <?xml version="1.0" encoding="utf-8"?> |
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 <PropertyGroup> |
3 <PropertyGroup> |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 <ProductVersion>9.0.30729</ProductVersion> |
6 <ProductVersion>9.0.21022</ProductVersion> |
7 <SchemaVersion>2.0</SchemaVersion> |
7 <SchemaVersion>2.0</SchemaVersion> |
8 <ProjectGuid>{E81BB080-0598-43AC-90CE-54D6570C4E9E}</ProjectGuid> |
8 <ProjectGuid>{E81BB080-0598-43AC-90CE-54D6570C4E9E}</ProjectGuid> |
9 <OutputType>Library</OutputType> |
9 <OutputType>Library</OutputType> |
10 <AppDesignerFolder>Properties</AppDesignerFolder> |
10 <AppDesignerFolder>Properties</AppDesignerFolder> |
11 <RootNamespace>FingersDance.ViewModels</RootNamespace> |
11 <RootNamespace>FingersDance.ViewModels</RootNamespace> |
29 <Optimize>true</Optimize> |
29 <Optimize>true</Optimize> |
30 <OutputPath>bin\Release\</OutputPath> |
30 <OutputPath>bin\Release\</OutputPath> |
31 <DefineConstants>TRACE</DefineConstants> |
31 <DefineConstants>TRACE</DefineConstants> |
32 <ErrorReport>prompt</ErrorReport> |
32 <ErrorReport>prompt</ErrorReport> |
33 <WarningLevel>4</WarningLevel> |
33 <WarningLevel>4</WarningLevel> |
|
34 </PropertyGroup> |
|
35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
|
36 <DebugSymbols>true</DebugSymbols> |
|
37 <OutputPath>bin\x86\Debug\</OutputPath> |
|
38 <DefineConstants>DEBUG;TRACE</DefineConstants> |
|
39 <DebugType>full</DebugType> |
|
40 <PlatformTarget>x86</PlatformTarget> |
|
41 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
|
42 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
|
43 <ErrorReport>prompt</ErrorReport> |
|
44 </PropertyGroup> |
|
45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
|
46 <OutputPath>bin\x86\Release\</OutputPath> |
|
47 <DefineConstants>TRACE</DefineConstants> |
|
48 <Optimize>true</Optimize> |
|
49 <DebugType>pdbonly</DebugType> |
|
50 <PlatformTarget>x86</PlatformTarget> |
|
51 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
|
52 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
|
53 <ErrorReport>prompt</ErrorReport> |
34 </PropertyGroup> |
54 </PropertyGroup> |
35 <ItemGroup> |
55 <ItemGroup> |
36 <Reference Include="System" /> |
56 <Reference Include="System" /> |
37 <Reference Include="System.Core"> |
57 <Reference Include="System.Core"> |
38 <RequiredTargetFramework>3.5</RequiredTargetFramework> |
58 <RequiredTargetFramework>3.5</RequiredTargetFramework> |