author | cavaliet |
Tue, 17 Nov 2009 13:40:58 +0100 | |
changeset 207 | 6405d0b7d085 |
parent 160 | e940ca798fe3 |
permissions | -rw-r--r-- |
55 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
3 |
<PropertyGroup> |
|
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
160
e940ca798fe3
Enhance color factory and send the current project (data) to the timeline instance in order to build the project's cutting's annotation list.
cavaliet
parents:
146
diff
changeset
|
6 |
<ProductVersion>9.0.30729</ProductVersion> |
55 | 7 |
<SchemaVersion>2.0</SchemaVersion> |
8 |
<ProjectGuid>{E81BB080-0598-43AC-90CE-54D6570C4E9E}</ProjectGuid> |
|
9 |
<OutputType>Library</OutputType> |
|
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
69 | 11 |
<RootNamespace>FingersDance.ViewModels</RootNamespace> |
12 |
<AssemblyName>FingersDance.ViewModels</AssemblyName> |
|
55 | 13 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
14 |
<FileAlignment>512</FileAlignment> |
|
15 |
<StartupObject> |
|
16 |
</StartupObject> |
|
17 |
</PropertyGroup> |
|
18 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
19 |
<DebugSymbols>true</DebugSymbols> |
|
20 |
<DebugType>full</DebugType> |
|
21 |
<Optimize>false</Optimize> |
|
22 |
<OutputPath>bin\Debug\</OutputPath> |
|
23 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
24 |
<ErrorReport>prompt</ErrorReport> |
|
25 |
<WarningLevel>4</WarningLevel> |
|
26 |
</PropertyGroup> |
|
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
28 |
<DebugType>pdbonly</DebugType> |
|
29 |
<Optimize>true</Optimize> |
|
30 |
<OutputPath>bin\Release\</OutputPath> |
|
31 |
<DefineConstants>TRACE</DefineConstants> |
|
32 |
<ErrorReport>prompt</ErrorReport> |
|
33 |
<WarningLevel>4</WarningLevel> |
|
34 |
</PropertyGroup> |
|
143 | 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> |
|
55 | 55 |
<ItemGroup> |
160
e940ca798fe3
Enhance color factory and send the current project (data) to the timeline instance in order to build the project's cutting's annotation list.
cavaliet
parents:
146
diff
changeset
|
56 |
<Reference Include="PresentationCore"> |
e940ca798fe3
Enhance color factory and send the current project (data) to the timeline instance in order to build the project's cutting's annotation list.
cavaliet
parents:
146
diff
changeset
|
57 |
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
e940ca798fe3
Enhance color factory and send the current project (data) to the timeline instance in order to build the project's cutting's annotation list.
cavaliet
parents:
146
diff
changeset
|
58 |
</Reference> |
55 | 59 |
<Reference Include="System" /> |
60 |
<Reference Include="System.Core"> |
|
61 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
62 |
</Reference> |
|
63 |
<Reference Include="System.Xml.Linq"> |
|
64 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
65 |
</Reference> |
|
66 |
<Reference Include="System.Data.DataSetExtensions"> |
|
67 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
68 |
</Reference> |
|
69 |
<Reference Include="System.Data" /> |
|
70 |
<Reference Include="System.Deployment" /> |
|
71 |
<Reference Include="System.Drawing" /> |
|
72 |
<Reference Include="System.Xml" /> |
|
160
e940ca798fe3
Enhance color factory and send the current project (data) to the timeline instance in order to build the project's cutting's annotation list.
cavaliet
parents:
146
diff
changeset
|
73 |
<Reference Include="WindowsBase"> |
e940ca798fe3
Enhance color factory and send the current project (data) to the timeline instance in order to build the project's cutting's annotation list.
cavaliet
parents:
146
diff
changeset
|
74 |
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
e940ca798fe3
Enhance color factory and send the current project (data) to the timeline instance in order to build the project's cutting's annotation list.
cavaliet
parents:
146
diff
changeset
|
75 |
</Reference> |
55 | 76 |
</ItemGroup> |
77 |
<ItemGroup> |
|
78 |
<Compile Include="AnnotationViewModel.cs" /> |
|
79 |
<Compile Include="CuttingViewModel.cs" /> |
|
143 | 80 |
<Compile Include="MainViewModel.cs" /> |
81 |
<Compile Include="ProjectViewModel.cs" /> |
|
55 | 82 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
83 |
<EmbeddedResource Include="Properties\Resources.resx"> |
|
84 |
<Generator>ResXFileCodeGenerator</Generator> |
|
85 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
86 |
<SubType>Designer</SubType> |
|
87 |
</EmbeddedResource> |
|
88 |
<Compile Include="Properties\Resources.Designer.cs"> |
|
89 |
<AutoGen>True</AutoGen> |
|
90 |
<DependentUpon>Resources.resx</DependentUpon> |
|
69 | 91 |
<DesignTime>True</DesignTime> |
55 | 92 |
</Compile> |
93 |
<None Include="Properties\Settings.settings"> |
|
94 |
<Generator>SettingsSingleFileGenerator</Generator> |
|
95 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
96 |
</None> |
|
97 |
<Compile Include="Properties\Settings.Designer.cs"> |
|
98 |
<AutoGen>True</AutoGen> |
|
99 |
<DependentUpon>Settings.settings</DependentUpon> |
|
100 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
|
101 |
</Compile> |
|
143 | 102 |
<Compile Include="SessionViewModel.cs" /> |
103 |
<Compile Include="UserViewModel.cs" /> |
|
55 | 104 |
<Compile Include="ViewModelBase.cs" /> |
105 |
</ItemGroup> |
|
69 | 106 |
<ItemGroup> |
107 |
<ProjectReference Include="..\FingersDance.Data\FingersDance.Data.csproj"> |
|
108 |
<Project>{EAF384DB-2AE4-4132-839D-60F9DAFDEAD8}</Project> |
|
109 |
<Name>FingersDance.Data</Name> |
|
110 |
</ProjectReference> |
|
111 |
</ItemGroup> |
|
55 | 112 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
113 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
114 |
Other similar extension points exist, see Microsoft.Common.targets. |
|
115 |
<Target Name="BeforeBuild"> |
|
116 |
</Target> |
|
117 |
<Target Name="AfterBuild"> |
|
118 |
</Target> |
|
119 |
--> |
|
120 |
</Project> |