author | cavaliet |
Fri, 09 Oct 2009 11:33:35 +0200 | |
changeset 136 | 8b513df1b446 |
parent 135 | 84b3bf5ee3d2 |
child 146 | dd8ed4d3beb6 |
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> |
|
128
90c29e979ef4
Drag and drop of annotations from timeline, first step
cavaliet
parents:
127
diff
changeset
|
6 |
<ProductVersion>9.0.30729</ProductVersion> |
55 | 7 |
<SchemaVersion>2.0</SchemaVersion> |
8 |
<ProjectGuid>{0B308B6E-7B1E-46C0-ACC7-0B7EFC4D0B2C}</ProjectGuid> |
|
9 |
<OutputType>Library</OutputType> |
|
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
11 |
<RootNamespace>FingersDance.Views</RootNamespace> |
|
12 |
<AssemblyName>FingersDance.Views</AssemblyName> |
|
13 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
14 |
<FileAlignment>512</FileAlignment> |
|
15 |
<StartupObject> |
|
16 |
</StartupObject> |
|
17 |
<ExpressionBlendVersion>3.0.1927.0</ExpressionBlendVersion> |
|
18 |
</PropertyGroup> |
|
19 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
20 |
<DebugSymbols>true</DebugSymbols> |
|
21 |
<DebugType>full</DebugType> |
|
22 |
<Optimize>false</Optimize> |
|
23 |
<OutputPath>bin\Debug\</OutputPath> |
|
24 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
25 |
<ErrorReport>prompt</ErrorReport> |
|
26 |
<WarningLevel>4</WarningLevel> |
|
27 |
</PropertyGroup> |
|
28 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
29 |
<DebugType>pdbonly</DebugType> |
|
30 |
<Optimize>true</Optimize> |
|
31 |
<OutputPath>bin\Release\</OutputPath> |
|
32 |
<DefineConstants>TRACE</DefineConstants> |
|
33 |
<ErrorReport>prompt</ErrorReport> |
|
34 |
<WarningLevel>4</WarningLevel> |
|
35 |
</PropertyGroup> |
|
127 | 36 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
37 |
<DebugSymbols>true</DebugSymbols> |
|
38 |
<OutputPath>bin\x86\Debug\</OutputPath> |
|
39 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
40 |
<DebugType>full</DebugType> |
|
41 |
<PlatformTarget>x86</PlatformTarget> |
|
42 |
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
|
43 |
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
|
44 |
<ErrorReport>prompt</ErrorReport> |
|
45 |
</PropertyGroup> |
|
46 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
|
47 |
<OutputPath>bin\x86\Release\</OutputPath> |
|
48 |
<DefineConstants>TRACE</DefineConstants> |
|
49 |
<Optimize>true</Optimize> |
|
50 |
<DebugType>pdbonly</DebugType> |
|
51 |
<PlatformTarget>x86</PlatformTarget> |
|
52 |
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
|
53 |
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
|
54 |
<ErrorReport>prompt</ErrorReport> |
|
55 |
</PropertyGroup> |
|
55 | 56 |
<ItemGroup> |
57 |
<Reference Include="Microsoft.Surface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
|
58 |
<Reference Include="Microsoft.Surface.Presentation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
|
59 |
<Reference Include="Microsoft.Surface.Presentation.Generic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
|
60 |
<Reference Include="PresentationCore"> |
|
61 |
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
62 |
</Reference> |
|
63 |
<Reference Include="PresentationFramework"> |
|
64 |
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
65 |
</Reference> |
|
66 |
<Reference Include="System" /> |
|
67 |
<Reference Include="System.Core"> |
|
68 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
69 |
</Reference> |
|
70 |
<Reference Include="System.Xml.Linq"> |
|
71 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
72 |
</Reference> |
|
73 |
<Reference Include="System.Data.DataSetExtensions"> |
|
74 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
75 |
</Reference> |
|
76 |
<Reference Include="System.Data" /> |
|
77 |
<Reference Include="System.Deployment" /> |
|
78 |
<Reference Include="System.Drawing" /> |
|
79 |
<Reference Include="System.Windows.Forms" /> |
|
80 |
<Reference Include="System.Xml" /> |
|
81 |
<Reference Include="UIAutomationProvider"> |
|
82 |
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
83 |
</Reference> |
|
84 |
<Reference Include="WindowsBase"> |
|
85 |
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
86 |
</Reference> |
|
87 |
</ItemGroup> |
|
88 |
<ItemGroup> |
|
89 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
90 |
<EmbeddedResource Include="Properties\Resources.resx"> |
|
91 |
<Generator>ResXFileCodeGenerator</Generator> |
|
92 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
93 |
<SubType>Designer</SubType> |
|
94 |
</EmbeddedResource> |
|
95 |
<Compile Include="Properties\Resources.Designer.cs"> |
|
96 |
<AutoGen>True</AutoGen> |
|
97 |
<DependentUpon>Resources.resx</DependentUpon> |
|
98 |
</Compile> |
|
99 |
<None Include="Properties\Settings.settings"> |
|
100 |
<Generator>SettingsSingleFileGenerator</Generator> |
|
101 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
102 |
</None> |
|
103 |
<Compile Include="Properties\Settings.Designer.cs"> |
|
104 |
<AutoGen>True</AutoGen> |
|
105 |
<DependentUpon>Settings.settings</DependentUpon> |
|
106 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
|
107 |
</Compile> |
|
108 |
<Compile Include="TimelineAnnotationView.xaml.cs"> |
|
109 |
<DependentUpon>TimelineAnnotationView.xaml</DependentUpon> |
|
110 |
</Compile> |
|
111 |
<Compile Include="TimelineView.xaml.cs"> |
|
112 |
<DependentUpon>TimelineView.xaml</DependentUpon> |
|
113 |
</Compile> |
|
114 |
</ItemGroup> |
|
115 |
<ItemGroup> |
|
116 |
<Page Include="TimelineAnnotationView.xaml"> |
|
117 |
<SubType>Designer</SubType> |
|
118 |
<Generator>MSBuild:Compile</Generator> |
|
119 |
</Page> |
|
120 |
<Page Include="TimelineView.xaml"> |
|
121 |
<SubType>Designer</SubType> |
|
122 |
<Generator>MSBuild:Compile</Generator> |
|
123 |
</Page> |
|
124 |
</ItemGroup> |
|
128
90c29e979ef4
Drag and drop of annotations from timeline, first step
cavaliet
parents:
127
diff
changeset
|
125 |
<ItemGroup> |
135
84b3bf5ee3d2
First step of drag and drop annotation from a timeline to an other player
cavaliet
parents:
128
diff
changeset
|
126 |
<ProjectReference Include="..\FingersDance.Data\FingersDance.Data.csproj"> |
84b3bf5ee3d2
First step of drag and drop annotation from a timeline to an other player
cavaliet
parents:
128
diff
changeset
|
127 |
<Project>{EAF384DB-2AE4-4132-839D-60F9DAFDEAD8}</Project> |
84b3bf5ee3d2
First step of drag and drop annotation from a timeline to an other player
cavaliet
parents:
128
diff
changeset
|
128 |
<Name>FingersDance.Data</Name> |
84b3bf5ee3d2
First step of drag and drop annotation from a timeline to an other player
cavaliet
parents:
128
diff
changeset
|
129 |
</ProjectReference> |
128
90c29e979ef4
Drag and drop of annotations from timeline, first step
cavaliet
parents:
127
diff
changeset
|
130 |
<ProjectReference Include="..\FingersDance.ViewModel\FingersDance.ViewModels.csproj"> |
90c29e979ef4
Drag and drop of annotations from timeline, first step
cavaliet
parents:
127
diff
changeset
|
131 |
<Project>{E81BB080-0598-43AC-90CE-54D6570C4E9E}</Project> |
90c29e979ef4
Drag and drop of annotations from timeline, first step
cavaliet
parents:
127
diff
changeset
|
132 |
<Name>FingersDance.ViewModels</Name> |
90c29e979ef4
Drag and drop of annotations from timeline, first step
cavaliet
parents:
127
diff
changeset
|
133 |
</ProjectReference> |
90c29e979ef4
Drag and drop of annotations from timeline, first step
cavaliet
parents:
127
diff
changeset
|
134 |
</ItemGroup> |
55 | 135 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
136 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
137 |
Other similar extension points exist, see Microsoft.Common.targets. |
|
138 |
<Target Name="BeforeBuild"> |
|
139 |
</Target> |
|
140 |
<Target Name="AfterBuild"> |
|
141 |
</Target> |
|
142 |
--> |
|
143 |
</Project> |