|
29
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
3 |
<PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
|
|
|
4 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
5 |
</PropertyGroup>
|
|
0
|
6 |
<PropertyGroup>
|
|
|
7 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
8 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
9 |
<ProductVersion>9.0.30729</ProductVersion>
|
|
|
10 |
<SchemaVersion>2.0</SchemaVersion>
|
|
|
11 |
<ProjectGuid>{A54E46A6-2438-46A4-8253-9B868F529052}</ProjectGuid>
|
|
|
12 |
<ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
|
13 |
<OutputType>Library</OutputType>
|
|
|
14 |
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
15 |
<RootNamespace>Iri.Modernisation.Controls</RootNamespace>
|
|
|
16 |
<AssemblyName>Iri.Modernisation.Controls</AssemblyName>
|
|
29
|
17 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
0
|
18 |
<SilverlightApplication>false</SilverlightApplication>
|
|
|
19 |
<ValidateXaml>true</ValidateXaml>
|
|
|
20 |
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
|
|
29
|
21 |
<ExpressionBlendVersion>3.1.11111.0</ExpressionBlendVersion>
|
|
|
22 |
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
|
|
|
23 |
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
|
|
|
24 |
<FileUpgradeFlags>
|
|
|
25 |
</FileUpgradeFlags>
|
|
|
26 |
<UpgradeBackupLocation>
|
|
|
27 |
</UpgradeBackupLocation>
|
|
|
28 |
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
29 |
<PublishUrl>publish\</PublishUrl>
|
|
|
30 |
<Install>true</Install>
|
|
|
31 |
<InstallFrom>Disk</InstallFrom>
|
|
|
32 |
<UpdateEnabled>false</UpdateEnabled>
|
|
|
33 |
<UpdateMode>Foreground</UpdateMode>
|
|
|
34 |
<UpdateInterval>7</UpdateInterval>
|
|
|
35 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
36 |
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
37 |
<UpdateRequired>false</UpdateRequired>
|
|
|
38 |
<MapFileExtensions>true</MapFileExtensions>
|
|
|
39 |
<ApplicationRevision>0</ApplicationRevision>
|
|
|
40 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
41 |
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
42 |
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
43 |
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
44 |
<TargetFrameworkProfile />
|
|
|
45 |
<Utf8Output>true</Utf8Output>
|
|
0
|
46 |
</PropertyGroup>
|
|
|
47 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
48 |
<DebugSymbols>true</DebugSymbols>
|
|
|
49 |
<DebugType>full</DebugType>
|
|
|
50 |
<Optimize>false</Optimize>
|
|
|
51 |
<OutputPath>Bin\Debug</OutputPath>
|
|
|
52 |
<DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
|
|
|
53 |
<NoStdLib>true</NoStdLib>
|
|
|
54 |
<NoConfig>true</NoConfig>
|
|
|
55 |
<ErrorReport>prompt</ErrorReport>
|
|
|
56 |
<WarningLevel>4</WarningLevel>
|
|
29
|
57 |
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
0
|
58 |
</PropertyGroup>
|
|
|
59 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
60 |
<DebugType>pdbonly</DebugType>
|
|
|
61 |
<Optimize>true</Optimize>
|
|
|
62 |
<OutputPath>Bin\Release</OutputPath>
|
|
|
63 |
<DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
|
|
|
64 |
<NoStdLib>true</NoStdLib>
|
|
|
65 |
<NoConfig>true</NoConfig>
|
|
|
66 |
<ErrorReport>prompt</ErrorReport>
|
|
|
67 |
<WarningLevel>4</WarningLevel>
|
|
29
|
68 |
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
0
|
69 |
</PropertyGroup>
|
|
|
70 |
<ItemGroup>
|
|
|
71 |
<Reference Include="Berico.Windows.Controls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=95e080ea159af4db, processorArchitecture=MSIL">
|
|
|
72 |
<SpecificVersion>False</SpecificVersion>
|
|
|
73 |
<HintPath>..\..\res\lib\Berico.Windows.Controls.dll</HintPath>
|
|
|
74 |
</Reference>
|
|
12
|
75 |
<Reference Include="HackingSilverlightLibrary, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
76 |
<SpecificVersion>False</SpecificVersion>
|
|
|
77 |
<HintPath>..\..\res\lib\HackingSilverlightLibrary.dll</HintPath>
|
|
|
78 |
</Reference>
|
|
0
|
79 |
<Reference Include="SLExtensions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
80 |
<SpecificVersion>False</SpecificVersion>
|
|
|
81 |
<HintPath>..\..\res\lib\SLExtensions.dll</HintPath>
|
|
|
82 |
</Reference>
|
|
|
83 |
<Reference Include="System.Windows" />
|
|
|
84 |
<Reference Include="mscorlib" />
|
|
|
85 |
<Reference Include="system" />
|
|
|
86 |
<Reference Include="System.Core" />
|
|
|
87 |
<Reference Include="System.Windows.Controls, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
|
|
88 |
<Reference Include="System.Xml" />
|
|
|
89 |
<Reference Include="System.Net" />
|
|
|
90 |
<Reference Include="System.Windows.Browser" />
|
|
35
|
91 |
<Reference Include="System.Xml.Linq, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
|
0
|
92 |
</ItemGroup>
|
|
|
93 |
<ItemGroup>
|
|
|
94 |
<Compile Include="Converter\BoolToVisibility.cs" />
|
|
28
|
95 |
<Compile Include="Converter\ColorToSolidBrush.cs" />
|
|
0
|
96 |
<Compile Include="Converter\PolemicTypeColorConverter.cs" />
|
|
|
97 |
<Compile Include="Converter\TagArrayConverter.cs" />
|
|
|
98 |
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
99 |
<Compile Include="Resources\HeaderProduction\InstructionTextRessource.Designer.cs">
|
|
|
100 |
<AutoGen>True</AutoGen>
|
|
|
101 |
<DesignTime>True</DesignTime>
|
|
|
102 |
<DependentUpon>InstructionTextRessource.resx</DependentUpon>
|
|
|
103 |
</Compile>
|
|
|
104 |
<Compile Include="ViewModel\AnnotationMaker\AnnotationMakerVM.cs" />
|
|
|
105 |
<Compile Include="ViewModel\BookTimeLine\BookTimeLineVM.cs" />
|
|
|
106 |
<Compile Include="ViewModel\ClickMenu\ClickMenuVM.cs" />
|
|
|
107 |
<Compile Include="ViewModel\ConsultationBookView\AnnotationViewerVM.cs" />
|
|
|
108 |
<Compile Include="ViewModel\ConsultationBookView\ConsultationBookViewVM.cs" />
|
|
|
109 |
<Compile Include="ViewModel\ConsultationView\ConsultationViewVM.cs" />
|
|
|
110 |
<Compile Include="ViewModel\ContextualBinderLayer\ContextualBinderLayerVM.cs" />
|
|
26
|
111 |
<Compile Include="ViewModel\HeaderProduction\HeaderProductionChapterVM.cs" />
|
|
0
|
112 |
<Compile Include="ViewModel\HeaderProduction\HeaderProductionVM.cs" />
|
|
12
|
113 |
<Compile Include="ViewModel\Main\MainVM.cs" />
|
|
0
|
114 |
<Compile Include="ViewModel\NavigationBar\ChutierVM.cs" />
|
|
|
115 |
<Compile Include="ViewModel\NavigationBar\ConsultMenuVM.cs" />
|
|
|
116 |
<Compile Include="ViewModel\HeaderControl\HeaderControlVM.cs" />
|
|
|
117 |
<Compile Include="ViewModel\MenuableViewModel.cs" />
|
|
|
118 |
<Compile Include="ViewModel\NavigationBar\NavigationBarVM.cs" />
|
|
|
119 |
<Compile Include="ViewModel\PolemicElementVM.cs" />
|
|
11
|
120 |
<Compile Include="ViewModel\NavigationBar\ProductionMenuVM.cs" />
|
|
21
|
121 |
<Compile Include="ViewModel\ProductionEditor\ProductionEditorVM.cs" />
|
|
20
|
122 |
<Compile Include="ViewModel\ProductionTimeLine\CustomableIndexElementVM.cs" />
|
|
0
|
123 |
<Compile Include="ViewModel\ProductionTimeLine\CustomableVideoElementVM.cs" />
|
|
|
124 |
<Compile Include="ViewModel\ProductionTimeLine\ProductionTimeLineVM.cs" />
|
|
17
|
125 |
<Compile Include="ViewModel\ProductionView\ProductionViewVM.cs" />
|
|
0
|
126 |
<Compile Include="ViewModel\VideoViewer\VideoViewerVM.cs" />
|
|
29
|
127 |
<Compile Include="ViewModel\WebCamControl\WebCamControlVM.cs" />
|
|
0
|
128 |
<Compile Include="View\AnnotationMaker\AnnotationMaker.xaml.cs">
|
|
|
129 |
<DependentUpon>AnnotationMaker.xaml</DependentUpon>
|
|
|
130 |
</Compile>
|
|
|
131 |
<Compile Include="View\BookTimeLine\BookTimeLine.xaml.cs">
|
|
|
132 |
<DependentUpon>BookTimeLine.xaml</DependentUpon>
|
|
|
133 |
</Compile>
|
|
|
134 |
<Compile Include="View\ClickMenu\ClickMenu.xaml.cs">
|
|
|
135 |
<DependentUpon>ClickMenu.xaml</DependentUpon>
|
|
|
136 |
</Compile>
|
|
|
137 |
<Compile Include="View\ClickMenu\ClickMenuItem.xaml.cs">
|
|
|
138 |
<DependentUpon>ClickMenuItem.xaml</DependentUpon>
|
|
|
139 |
</Compile>
|
|
|
140 |
<Compile Include="View\ClickMenu\ClickMenuPanelAnnoter.xaml.cs">
|
|
|
141 |
<DependentUpon>ClickMenuPanelAnnoter.xaml</DependentUpon>
|
|
|
142 |
</Compile>
|
|
|
143 |
<Compile Include="View\ClickMenu\ClickMenuPanelContextualiser.xaml.cs">
|
|
|
144 |
<DependentUpon>ClickMenuPanelContextualiser.xaml</DependentUpon>
|
|
|
145 |
</Compile>
|
|
|
146 |
<Compile Include="View\ClickMenu\ClickMenuLayer.xaml.cs">
|
|
|
147 |
<DependentUpon>ClickMenuLayer.xaml</DependentUpon>
|
|
|
148 |
</Compile>
|
|
|
149 |
<Compile Include="View\ClickMenu\icons\ClickMenuIcon_TextAnnotation.xaml.cs">
|
|
|
150 |
<DependentUpon>ClickMenuIcon_TextAnnotation.xaml</DependentUpon>
|
|
|
151 |
</Compile>
|
|
|
152 |
<Compile Include="View\ConsultationBookView\AnnotationViewer.xaml.cs">
|
|
|
153 |
<DependentUpon>AnnotationViewer.xaml</DependentUpon>
|
|
|
154 |
</Compile>
|
|
|
155 |
<Compile Include="View\ConsultationBookView\ConsultationBookView.xaml.cs">
|
|
|
156 |
<DependentUpon>ConsultationBookView.xaml</DependentUpon>
|
|
|
157 |
</Compile>
|
|
|
158 |
<Compile Include="View\ConsultationView\ConsultationView.xaml.cs">
|
|
|
159 |
<DependentUpon>ConsultationView.xaml</DependentUpon>
|
|
|
160 |
</Compile>
|
|
|
161 |
<Compile Include="View\ContextualBinderLayer\ContextualBinderLayer.xaml.cs">
|
|
|
162 |
<DependentUpon>ContextualBinderLayer.xaml</DependentUpon>
|
|
|
163 |
</Compile>
|
|
|
164 |
<Compile Include="View\HeaderControl\ButtonHeaderControl.xaml.cs">
|
|
|
165 |
<DependentUpon>ButtonHeaderControl.xaml</DependentUpon>
|
|
|
166 |
</Compile>
|
|
|
167 |
<Compile Include="View\HeaderProduction\HeaderProduction.xaml.cs">
|
|
|
168 |
<DependentUpon>HeaderProduction.xaml</DependentUpon>
|
|
|
169 |
</Compile>
|
|
26
|
170 |
<Compile Include="View\HeaderProduction\HeaderProductionChapter.xaml.cs">
|
|
|
171 |
<DependentUpon>HeaderProductionChapter.xaml</DependentUpon>
|
|
|
172 |
</Compile>
|
|
17
|
173 |
<Compile Include="View\HeaderProduction\HeaderProductionPartControler.xaml.cs">
|
|
|
174 |
<DependentUpon>HeaderProductionPartControler.xaml</DependentUpon>
|
|
|
175 |
</Compile>
|
|
12
|
176 |
<Compile Include="View\Main\Main.xaml.cs">
|
|
|
177 |
<DependentUpon>Main.xaml</DependentUpon>
|
|
|
178 |
</Compile>
|
|
0
|
179 |
<Compile Include="View\NavigationBar\ConsultMenu.xaml.cs">
|
|
|
180 |
<DependentUpon>ConsultMenu.xaml</DependentUpon>
|
|
|
181 |
</Compile>
|
|
|
182 |
<Compile Include="View\ContextualLinkBinder.xaml.cs">
|
|
|
183 |
<DependentUpon>ContextualLinkBinder.xaml</DependentUpon>
|
|
|
184 |
</Compile>
|
|
|
185 |
<Compile Include="View\HeaderControl\HeaderControl.xaml.cs">
|
|
|
186 |
<DependentUpon>HeaderControl.xaml</DependentUpon>
|
|
|
187 |
</Compile>
|
|
|
188 |
<Compile Include="View\MenuableUserControl.cs" />
|
|
|
189 |
<Compile Include="View\NavigationBar\NavigationBar.xaml.cs">
|
|
|
190 |
<DependentUpon>NavigationBar.xaml</DependentUpon>
|
|
|
191 |
</Compile>
|
|
|
192 |
<Compile Include="View\NavigationBar\PersonnalChutier.xaml.cs">
|
|
|
193 |
<DependentUpon>PersonnalChutier.xaml</DependentUpon>
|
|
|
194 |
</Compile>
|
|
|
195 |
<Compile Include="View\PolemicElement.xaml.cs">
|
|
|
196 |
<DependentUpon>PolemicElement.xaml</DependentUpon>
|
|
|
197 |
</Compile>
|
|
|
198 |
<Compile Include="View\NavigationBar\ProductionMenu.xaml.cs">
|
|
|
199 |
<DependentUpon>ProductionMenu.xaml</DependentUpon>
|
|
|
200 |
</Compile>
|
|
|
201 |
<Compile Include="View\NavigationBar\ReferencesChutier.xaml.cs">
|
|
|
202 |
<DependentUpon>ReferencesChutier.xaml</DependentUpon>
|
|
|
203 |
</Compile>
|
|
28
|
204 |
<Compile Include="View\PolemicView\PolemicView.xaml.cs">
|
|
|
205 |
<DependentUpon>PolemicView.xaml</DependentUpon>
|
|
|
206 |
</Compile>
|
|
14
|
207 |
<Compile Include="View\ProductionEditor\ProductionEditor.xaml.cs">
|
|
|
208 |
<DependentUpon>ProductionEditor.xaml</DependentUpon>
|
|
|
209 |
</Compile>
|
|
20
|
210 |
<Compile Include="View\ProductionTimeLine\CustomableIndexElement.xaml.cs">
|
|
|
211 |
<DependentUpon>CustomableIndexElement.xaml</DependentUpon>
|
|
|
212 |
</Compile>
|
|
0
|
213 |
<Compile Include="View\ProductionTimeLine\CustomableVideoElement.xaml.cs">
|
|
|
214 |
<DependentUpon>CustomableVideoElement.xaml</DependentUpon>
|
|
|
215 |
</Compile>
|
|
|
216 |
<Compile Include="View\ProductionTimeLine\ProductionTimeLine.xaml.cs">
|
|
|
217 |
<DependentUpon>ProductionTimeLine.xaml</DependentUpon>
|
|
|
218 |
</Compile>
|
|
|
219 |
<Compile Include="View\ProductionView\ProductionView.xaml.cs">
|
|
|
220 |
<DependentUpon>ProductionView.xaml</DependentUpon>
|
|
|
221 |
</Compile>
|
|
|
222 |
<Compile Include="View\VideoViewer\VideoViewer.xaml.cs">
|
|
|
223 |
<DependentUpon>VideoViewer.xaml</DependentUpon>
|
|
|
224 |
</Compile>
|
|
29
|
225 |
<Compile Include="View\WebCamControl\WebCamControl.xaml.cs">
|
|
|
226 |
<DependentUpon>WebCamControl.xaml</DependentUpon>
|
|
|
227 |
</Compile>
|
|
0
|
228 |
</ItemGroup>
|
|
|
229 |
<ItemGroup>
|
|
30
|
230 |
<Page Include="..\Iri.Modernisation.Styles\Templates_CommonTemplate.xaml">
|
|
|
231 |
<Link>Templates_CommonTemplate.xaml</Link>
|
|
|
232 |
<Generator>MSBuild:Compile</Generator>
|
|
|
233 |
<SubType>Designer</SubType>
|
|
|
234 |
</Page>
|
|
0
|
235 |
<Page Include="View\AnnotationMaker\AnnotationMaker.xaml">
|
|
|
236 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
237 |
<SubType>Designer</SubType>
|
|
29
|
238 |
<Generator>MSBuild:Compile</Generator>
|
|
|
239 |
<SubType>Designer</SubType>
|
|
0
|
240 |
</Page>
|
|
|
241 |
<Page Include="View\BookTimeLine\BookTimeLine.xaml">
|
|
|
242 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
243 |
<SubType>Designer</SubType>
|
|
29
|
244 |
<Generator>MSBuild:Compile</Generator>
|
|
|
245 |
<SubType>Designer</SubType>
|
|
0
|
246 |
</Page>
|
|
|
247 |
<Page Include="View\ClickMenu\ClickMenu.xaml">
|
|
|
248 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
249 |
<SubType>Designer</SubType>
|
|
29
|
250 |
<Generator>MSBuild:Compile</Generator>
|
|
|
251 |
<SubType>Designer</SubType>
|
|
0
|
252 |
</Page>
|
|
|
253 |
<Page Include="View\ClickMenu\ClickMenuItem.xaml">
|
|
|
254 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
255 |
<SubType>Designer</SubType>
|
|
29
|
256 |
<Generator>MSBuild:Compile</Generator>
|
|
|
257 |
<SubType>Designer</SubType>
|
|
0
|
258 |
</Page>
|
|
|
259 |
<Page Include="View\ClickMenu\ClickMenuPanelAnnoter.xaml">
|
|
|
260 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
261 |
<SubType>Designer</SubType>
|
|
29
|
262 |
<Generator>MSBuild:Compile</Generator>
|
|
|
263 |
<SubType>Designer</SubType>
|
|
0
|
264 |
</Page>
|
|
|
265 |
<Page Include="View\ClickMenu\ClickMenuPanelContextualiser.xaml">
|
|
|
266 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
267 |
<SubType>Designer</SubType>
|
|
29
|
268 |
<Generator>MSBuild:Compile</Generator>
|
|
|
269 |
<SubType>Designer</SubType>
|
|
0
|
270 |
</Page>
|
|
|
271 |
<Page Include="View\ClickMenu\ClickMenuLayer.xaml">
|
|
|
272 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
273 |
<SubType>Designer</SubType>
|
|
29
|
274 |
<Generator>MSBuild:Compile</Generator>
|
|
|
275 |
<SubType>Designer</SubType>
|
|
0
|
276 |
</Page>
|
|
|
277 |
<Page Include="View\ClickMenu\icons\ClickMenuIcon_TextAnnotation.xaml">
|
|
|
278 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
279 |
<SubType>Designer</SubType>
|
|
29
|
280 |
<Generator>MSBuild:Compile</Generator>
|
|
|
281 |
<SubType>Designer</SubType>
|
|
0
|
282 |
</Page>
|
|
|
283 |
<Page Include="View\ConsultationBookView\AnnotationViewer.xaml">
|
|
|
284 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
285 |
<SubType>Designer</SubType>
|
|
29
|
286 |
<Generator>MSBuild:Compile</Generator>
|
|
|
287 |
<SubType>Designer</SubType>
|
|
0
|
288 |
</Page>
|
|
|
289 |
<Page Include="View\ConsultationBookView\ConsultationBookView.xaml">
|
|
|
290 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
291 |
<SubType>Designer</SubType>
|
|
29
|
292 |
<Generator>MSBuild:Compile</Generator>
|
|
|
293 |
<SubType>Designer</SubType>
|
|
0
|
294 |
</Page>
|
|
|
295 |
<Page Include="View\ConsultationView\ConsultationView.xaml">
|
|
|
296 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
297 |
<SubType>Designer</SubType>
|
|
29
|
298 |
<Generator>MSBuild:Compile</Generator>
|
|
|
299 |
<SubType>Designer</SubType>
|
|
0
|
300 |
</Page>
|
|
|
301 |
<Page Include="View\ContextualBinderLayer\ContextualBinderLayer.xaml">
|
|
|
302 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
303 |
<SubType>Designer</SubType>
|
|
29
|
304 |
<Generator>MSBuild:Compile</Generator>
|
|
|
305 |
<SubType>Designer</SubType>
|
|
0
|
306 |
</Page>
|
|
|
307 |
<Page Include="View\HeaderControl\ButtonHeaderControl.xaml">
|
|
|
308 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
309 |
<SubType>Designer</SubType>
|
|
29
|
310 |
<Generator>MSBuild:Compile</Generator>
|
|
|
311 |
<SubType>Designer</SubType>
|
|
0
|
312 |
</Page>
|
|
|
313 |
<Page Include="View\HeaderProduction\HeaderProduction.xaml">
|
|
|
314 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
315 |
<SubType>Designer</SubType>
|
|
29
|
316 |
<Generator>MSBuild:Compile</Generator>
|
|
|
317 |
<SubType>Designer</SubType>
|
|
0
|
318 |
</Page>
|
|
26
|
319 |
<Page Include="View\HeaderProduction\HeaderProductionChapter.xaml">
|
|
|
320 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
321 |
<SubType>Designer</SubType>
|
|
29
|
322 |
<Generator>MSBuild:Compile</Generator>
|
|
|
323 |
<SubType>Designer</SubType>
|
|
26
|
324 |
</Page>
|
|
17
|
325 |
<Page Include="View\HeaderProduction\HeaderProductionPartControler.xaml">
|
|
|
326 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
327 |
<SubType>Designer</SubType>
|
|
29
|
328 |
<Generator>MSBuild:Compile</Generator>
|
|
|
329 |
<SubType>Designer</SubType>
|
|
17
|
330 |
</Page>
|
|
12
|
331 |
<Page Include="View\Main\Main.xaml">
|
|
|
332 |
<SubType>Designer</SubType>
|
|
|
333 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
29
|
334 |
<Generator>MSBuild:Compile</Generator>
|
|
|
335 |
<SubType>Designer</SubType>
|
|
12
|
336 |
</Page>
|
|
0
|
337 |
<Page Include="View\NavigationBar\ConsultMenu.xaml">
|
|
|
338 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
339 |
<SubType>Designer</SubType>
|
|
29
|
340 |
<Generator>MSBuild:Compile</Generator>
|
|
|
341 |
<SubType>Designer</SubType>
|
|
0
|
342 |
</Page>
|
|
|
343 |
<Page Include="View\ContextualLinkBinder.xaml">
|
|
|
344 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
345 |
<SubType>Designer</SubType>
|
|
29
|
346 |
<Generator>MSBuild:Compile</Generator>
|
|
|
347 |
<SubType>Designer</SubType>
|
|
0
|
348 |
</Page>
|
|
|
349 |
<Page Include="View\HeaderControl\HeaderControl.xaml">
|
|
|
350 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
351 |
<SubType>Designer</SubType>
|
|
29
|
352 |
<Generator>MSBuild:Compile</Generator>
|
|
|
353 |
<SubType>Designer</SubType>
|
|
0
|
354 |
</Page>
|
|
|
355 |
<Page Include="View\NavigationBar\NavigationBar.xaml">
|
|
|
356 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
357 |
<SubType>Designer</SubType>
|
|
29
|
358 |
<Generator>MSBuild:Compile</Generator>
|
|
|
359 |
<SubType>Designer</SubType>
|
|
0
|
360 |
</Page>
|
|
|
361 |
<Page Include="View\NavigationBar\PersonnalChutier.xaml">
|
|
|
362 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
363 |
<SubType>Designer</SubType>
|
|
29
|
364 |
<Generator>MSBuild:Compile</Generator>
|
|
|
365 |
<SubType>Designer</SubType>
|
|
0
|
366 |
</Page>
|
|
|
367 |
<Page Include="View\PolemicElement.xaml">
|
|
|
368 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
369 |
<SubType>Designer</SubType>
|
|
29
|
370 |
<Generator>MSBuild:Compile</Generator>
|
|
|
371 |
<SubType>Designer</SubType>
|
|
0
|
372 |
</Page>
|
|
|
373 |
<Page Include="View\NavigationBar\ProductionMenu.xaml">
|
|
|
374 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
375 |
<SubType>Designer</SubType>
|
|
29
|
376 |
<Generator>MSBuild:Compile</Generator>
|
|
|
377 |
<SubType>Designer</SubType>
|
|
0
|
378 |
</Page>
|
|
|
379 |
<Page Include="View\NavigationBar\ReferencesChutier.xaml">
|
|
|
380 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
381 |
<SubType>Designer</SubType>
|
|
29
|
382 |
<Generator>MSBuild:Compile</Generator>
|
|
|
383 |
<SubType>Designer</SubType>
|
|
0
|
384 |
</Page>
|
|
28
|
385 |
<Page Include="View\PolemicView\PolemicView.xaml">
|
|
|
386 |
<SubType>Designer</SubType>
|
|
|
387 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
29
|
388 |
<Generator>MSBuild:Compile</Generator>
|
|
|
389 |
<SubType>Designer</SubType>
|
|
28
|
390 |
</Page>
|
|
14
|
391 |
<Page Include="View\ProductionEditor\ProductionEditor.xaml">
|
|
|
392 |
<SubType>Designer</SubType>
|
|
|
393 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
29
|
394 |
<Generator>MSBuild:Compile</Generator>
|
|
|
395 |
<SubType>Designer</SubType>
|
|
14
|
396 |
</Page>
|
|
20
|
397 |
<Page Include="View\ProductionTimeLine\CustomableIndexElement.xaml">
|
|
|
398 |
<SubType>Designer</SubType>
|
|
|
399 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
29
|
400 |
<Generator>MSBuild:Compile</Generator>
|
|
|
401 |
<SubType>Designer</SubType>
|
|
20
|
402 |
</Page>
|
|
0
|
403 |
<Page Include="View\ProductionTimeLine\CustomableVideoElement.xaml">
|
|
|
404 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
405 |
<SubType>Designer</SubType>
|
|
29
|
406 |
<Generator>MSBuild:Compile</Generator>
|
|
|
407 |
<SubType>Designer</SubType>
|
|
0
|
408 |
</Page>
|
|
|
409 |
<Page Include="View\ProductionTimeLine\ProductionTimeLine.xaml">
|
|
|
410 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
411 |
<SubType>Designer</SubType>
|
|
29
|
412 |
<Generator>MSBuild:Compile</Generator>
|
|
|
413 |
<SubType>Designer</SubType>
|
|
0
|
414 |
</Page>
|
|
|
415 |
<Page Include="View\ProductionView\ProductionView.xaml">
|
|
|
416 |
<SubType>Designer</SubType>
|
|
|
417 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
29
|
418 |
<Generator>MSBuild:Compile</Generator>
|
|
|
419 |
<SubType>Designer</SubType>
|
|
0
|
420 |
</Page>
|
|
|
421 |
<Page Include="View\VideoViewer\VideoViewer.xaml">
|
|
|
422 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
423 |
<SubType>Designer</SubType>
|
|
29
|
424 |
<Generator>MSBuild:Compile</Generator>
|
|
|
425 |
<SubType>Designer</SubType>
|
|
|
426 |
</Page>
|
|
|
427 |
<Page Include="View\WebCamControl\WebCamControl.xaml">
|
|
|
428 |
<Generator>MSBuild:Compile</Generator>
|
|
|
429 |
<SubType>Designer</SubType>
|
|
0
|
430 |
</Page>
|
|
|
431 |
</ItemGroup>
|
|
|
432 |
<ItemGroup>
|
|
|
433 |
<ProjectReference Include="..\Iri.Modernisation.BaseMVVM\Iri.Modernisation.BaseMVVM.csproj">
|
|
|
434 |
<Project>{78F73254-9730-418B-84F5-9F7F3EB8F029}</Project>
|
|
|
435 |
<Name>Iri.Modernisation.BaseMVVM</Name>
|
|
|
436 |
</ProjectReference>
|
|
|
437 |
<ProjectReference Include="..\Iri.Modernisation.Data\Iri.Modernisation.Data.csproj">
|
|
|
438 |
<Project>{05794257-7163-48E0-B48A-B6666128AC1F}</Project>
|
|
|
439 |
<Name>Iri.Modernisation.Data</Name>
|
|
|
440 |
</ProjectReference>
|
|
4
|
441 |
<ProjectReference Include="..\Iri.Modernisation.Lang\Iri.Modernisation.Lang.csproj">
|
|
|
442 |
<Project>{75BD0E1B-AFDA-48E1-B665-D51107295079}</Project>
|
|
|
443 |
<Name>Iri.Modernisation.Lang</Name>
|
|
|
444 |
</ProjectReference>
|
|
0
|
445 |
</ItemGroup>
|
|
|
446 |
<ItemGroup>
|
|
|
447 |
<EmbeddedResource Include="Resources\HeaderProduction\InstructionTextRessource.resx">
|
|
|
448 |
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
449 |
<LastGenOutput>InstructionTextRessource.Designer.cs</LastGenOutput>
|
|
|
450 |
</EmbeddedResource>
|
|
|
451 |
</ItemGroup>
|
|
|
452 |
<ItemGroup>
|
|
|
453 |
<Resource Include="View\HeaderControl\images\home.png" />
|
|
|
454 |
</ItemGroup>
|
|
|
455 |
<ItemGroup>
|
|
|
456 |
<Resource Include="View\ClickMenu\icons\home.png" />
|
|
|
457 |
</ItemGroup>
|
|
29
|
458 |
<ItemGroup>
|
|
|
459 |
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
460 |
<Visible>False</Visible>
|
|
|
461 |
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
462 |
<Install>false</Install>
|
|
|
463 |
</BootstrapperPackage>
|
|
|
464 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
465 |
<Visible>False</Visible>
|
|
|
466 |
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
467 |
<Install>true</Install>
|
|
|
468 |
</BootstrapperPackage>
|
|
|
469 |
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
|
470 |
<Visible>False</Visible>
|
|
|
471 |
<ProductName>Windows Installer 3.1</ProductName>
|
|
|
472 |
<Install>true</Install>
|
|
|
473 |
</BootstrapperPackage>
|
|
|
474 |
</ItemGroup>
|
|
|
475 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
|
|
0
|
476 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
477 |
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
478 |
<Target Name="BeforeBuild">
|
|
|
479 |
</Target>
|
|
|
480 |
<Target Name="AfterBuild">
|
|
|
481 |
</Target>
|
|
|
482 |
-->
|
|
|
483 |
<ProjectExtensions>
|
|
|
484 |
<VisualStudio>
|
|
|
485 |
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
|
|
|
486 |
<SilverlightProjectProperties />
|
|
|
487 |
</FlavorProperties>
|
|
|
488 |
</VisualStudio>
|
|
|
489 |
</ProjectExtensions>
|
|
|
490 |
</Project> |