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> |
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> |
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> |
|
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> |
39 </Reference> |
59 </Reference> |
50 <Reference Include="System.Xml" /> |
70 <Reference Include="System.Xml" /> |
51 </ItemGroup> |
71 </ItemGroup> |
52 <ItemGroup> |
72 <ItemGroup> |
53 <Compile Include="AnnotationViewModel.cs" /> |
73 <Compile Include="AnnotationViewModel.cs" /> |
54 <Compile Include="CuttingViewModel.cs" /> |
74 <Compile Include="CuttingViewModel.cs" /> |
|
75 <Compile Include="MainViewModel.cs" /> |
|
76 <Compile Include="ProjectViewModel.cs" /> |
55 <Compile Include="Properties\AssemblyInfo.cs" /> |
77 <Compile Include="Properties\AssemblyInfo.cs" /> |
56 <EmbeddedResource Include="Properties\Resources.resx"> |
78 <EmbeddedResource Include="Properties\Resources.resx"> |
57 <Generator>ResXFileCodeGenerator</Generator> |
79 <Generator>ResXFileCodeGenerator</Generator> |
58 <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
80 <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
59 <SubType>Designer</SubType> |
81 <SubType>Designer</SubType> |
70 <Compile Include="Properties\Settings.Designer.cs"> |
92 <Compile Include="Properties\Settings.Designer.cs"> |
71 <AutoGen>True</AutoGen> |
93 <AutoGen>True</AutoGen> |
72 <DependentUpon>Settings.settings</DependentUpon> |
94 <DependentUpon>Settings.settings</DependentUpon> |
73 <DesignTimeSharedInput>True</DesignTimeSharedInput> |
95 <DesignTimeSharedInput>True</DesignTimeSharedInput> |
74 </Compile> |
96 </Compile> |
|
97 <Compile Include="SessionViewModel.cs" /> |
|
98 <Compile Include="UserViewModel.cs" /> |
75 <Compile Include="ViewModelBase.cs" /> |
99 <Compile Include="ViewModelBase.cs" /> |
76 </ItemGroup> |
100 </ItemGroup> |
77 <ItemGroup> |
101 <ItemGroup> |
78 <ProjectReference Include="..\FingersDance.Data\FingersDance.Data.csproj"> |
102 <ProjectReference Include="..\FingersDance.Data\FingersDance.Data.csproj"> |
79 <Project>{EAF384DB-2AE4-4132-839D-60F9DAFDEAD8}</Project> |
103 <Project>{EAF384DB-2AE4-4132-839D-60F9DAFDEAD8}</Project> |