author | PAMPHILE Jonathan <pamphile@efrei.fr> |
Tue, 17 Nov 2009 13:22:14 +0100 | |
changeset 205 | 468f3757f1f8 |
parent 195 | 48b3139bb182 |
child 203 | 2948b34324bb |
permissions | -rw-r--r-- |
35 | 1 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
2 |
<PropertyGroup> |
|
3 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
4 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
5 |
<ProjectGuid>{BE5AD2E7-8BC2-414A-AB92-34E4D7357740}</ProjectGuid> |
|
6 |
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
7 |
<RootNamespace>FingersDance.Control.SyncSource</RootNamespace> |
|
8 |
<AssemblyName>FingersDance.Control.SyncSource</AssemblyName> |
|
9 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
10 |
<WarningLevel>4</WarningLevel> |
|
39 | 11 |
<OutputType>Library</OutputType> |
35 | 12 |
<Install>true</Install> |
13 |
<InstallFrom>Web</InstallFrom> |
|
14 |
<UpdateEnabled>true</UpdateEnabled> |
|
15 |
<UpdateMode>Foreground</UpdateMode> |
|
16 |
<UpdateInterval>7</UpdateInterval> |
|
17 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
|
18 |
<UpdatePeriodically>false</UpdatePeriodically> |
|
19 |
<UpdateRequired>false</UpdateRequired> |
|
20 |
<MapFileExtensions>false</MapFileExtensions> |
|
21 |
<ApplicationVersion>1.0.0.*</ApplicationVersion> |
|
22 |
<IsWebBootstrapper>true</IsWebBootstrapper> |
|
23 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
24 |
<PublishUrl>Publish\</PublishUrl> |
|
25 |
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
|
39 | 26 |
<StartupObject> |
27 |
</StartupObject> |
|
35 | 28 |
</PropertyGroup> |
29 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
30 |
<DebugSymbols>true</DebugSymbols> |
|
31 |
<DebugType>full</DebugType> |
|
32 |
<Optimize>false</Optimize> |
|
33 |
<OutputPath>.\bin\Debug\</OutputPath> |
|
34 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
35 |
</PropertyGroup> |
|
36 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
37 |
<DebugSymbols>false</DebugSymbols> |
|
38 |
<Optimize>true</Optimize> |
|
39 |
<OutputPath>.\bin\Release\</OutputPath> |
|
40 |
<DefineConstants>TRACE</DefineConstants> |
|
41 |
</PropertyGroup> |
|
127 | 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> |
|
58 |
</PropertyGroup> |
|
35 | 59 |
<ItemGroup> |
60 |
<Reference Include="System" /> |
|
61 |
<Reference Include="System.Core"> |
|
62 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
63 |
</Reference> |
|
64 |
<Reference Include="System.Xml.Linq"> |
|
65 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
66 |
</Reference> |
|
67 |
<Reference Include="System.Data.DataSetExtensions"> |
|
68 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
69 |
</Reference> |
|
70 |
<Reference Include="System.Data" /> |
|
71 |
<Reference Include="System.Xml" /> |
|
72 |
<Reference Include="WindowsBase"> |
|
73 |
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
74 |
</Reference> |
|
75 |
<Reference Include="PresentationCore"> |
|
76 |
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
77 |
</Reference> |
|
78 |
<Reference Include="PresentationFramework"> |
|
79 |
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
80 |
</Reference> |
|
81 |
<Reference Include="Microsoft.Surface" /> |
|
82 |
<Reference Include="Microsoft.Surface.Presentation" /> |
|
83 |
<Reference Include="Microsoft.Surface.Presentation.Generic" /> |
|
84 |
<Page Include="SurfaceWindow1.xaml"> |
|
85 |
<SubType>Designer</SubType> |
|
86 |
<Generator>MSBuild:Compile</Generator> |
|
87 |
</Page> |
|
88 |
<Page Include="UserControlSyncSource.xaml"> |
|
89 |
<Generator>MSBuild:Compile</Generator> |
|
90 |
<SubType>Designer</SubType> |
|
91 |
</Page> |
|
92 |
<Compile Include="UserControlSyncSource.xaml.cs"> |
|
93 |
<DependentUpon>UserControlSyncSource.xaml</DependentUpon> |
|
94 |
</Compile> |
|
95 |
</ItemGroup> |
|
96 |
<ItemGroup> |
|
97 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
98 |
<EmbeddedResource Include="Properties\Resources.resx"> |
|
99 |
<Generator>ResXFileCodeGenerator</Generator> |
|
100 |
<SubType>Designer</SubType> |
|
101 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
102 |
</EmbeddedResource> |
|
103 |
<None Include="Properties\Settings.settings"> |
|
104 |
<Generator>SettingsSingleFileGenerator</Generator> |
|
105 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
106 |
</None> |
|
107 |
<Compile Include="Properties\Resources.Designer.cs"> |
|
108 |
<AutoGen>True</AutoGen> |
|
109 |
<DesignTime>True</DesignTime> |
|
110 |
<DependentUpon>Resources.resx</DependentUpon> |
|
111 |
</Compile> |
|
112 |
<Compile Include="Properties\Settings.Designer.cs"> |
|
113 |
<AutoGen>True</AutoGen> |
|
114 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
|
115 |
<DependentUpon>Settings.settings</DependentUpon> |
|
116 |
</Compile> |
|
117 |
<Compile Include="SurfaceWindow1.xaml.cs"> |
|
118 |
<DependentUpon>SurfaceWindow1.xaml</DependentUpon> |
|
119 |
</Compile> |
|
120 |
<AppDesigner Include="Properties\" /> |
|
121 |
</ItemGroup> |
|
122 |
<ItemGroup> |
|
123 |
<Content Include="Resources\icon.png"> |
|
124 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
125 |
</Content> |
|
126 |
<Content Include="Resources\iconPreview.png"> |
|
127 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
128 |
</Content> |
|
129 |
<Resource Include="Resources\SurfaceWindow1Background.jpg" /> |
|
130 |
</ItemGroup> |
|
131 |
<ItemGroup> |
|
132 |
<Resource Include="Resources\WindowBackground.jpg" /> |
|
133 |
</ItemGroup> |
|
134 |
<ItemGroup> |
|
195
48b3139bb182
Dictionnaire de données
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
190
diff
changeset
|
135 |
<ProjectReference Include="..\FingersDance.ActionFactory\FingersDance.Factory.csproj"> |
48b3139bb182
Dictionnaire de données
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
190
diff
changeset
|
136 |
<Project>{C7B905EA-0678-4DA0-8EF8-7F9CBD22818E}</Project> |
48b3139bb182
Dictionnaire de données
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
190
diff
changeset
|
137 |
<Name>FingersDance.Factory</Name> |
48b3139bb182
Dictionnaire de données
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
190
diff
changeset
|
138 |
</ProjectReference> |
35 | 139 |
<ProjectReference Include="..\FingersDance.Control.Player\FingersDance.Control.Player.csproj"> |
140 |
<Project>{D5625AA4-362F-4E46-9916-65F3B173ECBE}</Project> |
|
141 |
<Name>FingersDance.Control.Player</Name> |
|
142 |
</ProjectReference> |
|
143 |
<ProjectReference Include="..\FingersDance.Control.TimeLine\FingersDance.Control.TimeLine.csproj"> |
|
144 |
<Project>{2BCEE1BF-D3AC-478C-A26B-DFDB7420E965}</Project> |
|
145 |
<Name>FingersDance.Control.TimeLine</Name> |
|
146 |
</ProjectReference> |
|
190
619ca3ae13c7
MainViewModel is now well linked to all the users'cuttings. At any moment, the MVM has all annotations. This step prepares data saving.
cavaliet
parents:
186
diff
changeset
|
147 |
<ProjectReference Include="..\FingersDance.Data\FingersDance.Data.csproj"> |
619ca3ae13c7
MainViewModel is now well linked to all the users'cuttings. At any moment, the MVM has all annotations. This step prepares data saving.
cavaliet
parents:
186
diff
changeset
|
148 |
<Project>{EAF384DB-2AE4-4132-839D-60F9DAFDEAD8}</Project> |
619ca3ae13c7
MainViewModel is now well linked to all the users'cuttings. At any moment, the MVM has all annotations. This step prepares data saving.
cavaliet
parents:
186
diff
changeset
|
149 |
<Name>FingersDance.Data</Name> |
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:
127
diff
changeset
|
150 |
</ProjectReference> |
35 | 151 |
</ItemGroup> |
195
48b3139bb182
Dictionnaire de données
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
190
diff
changeset
|
152 |
<ItemGroup> |
48b3139bb182
Dictionnaire de données
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
190
diff
changeset
|
153 |
<WCFMetadata Include="Service References\" /> |
48b3139bb182
Dictionnaire de données
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
190
diff
changeset
|
154 |
</ItemGroup> |
35 | 155 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
156 |
</Project> |