|
0
|
1 |
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
2 |
<PropertyGroup>
|
|
|
3 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
4 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
5 |
<ProductVersion>9.0.30729</ProductVersion>
|
|
|
6 |
<SchemaVersion>2.0</SchemaVersion>
|
|
|
7 |
<ProjectGuid>{A54E46A6-2438-46A4-8253-9B868F529052}</ProjectGuid>
|
|
|
8 |
<ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
|
9 |
<OutputType>Library</OutputType>
|
|
|
10 |
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
11 |
<RootNamespace>Iri.Modernisation.Controls</RootNamespace>
|
|
|
12 |
<AssemblyName>Iri.Modernisation.Controls</AssemblyName>
|
|
|
13 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
14 |
<SilverlightApplication>false</SilverlightApplication>
|
|
|
15 |
<ValidateXaml>true</ValidateXaml>
|
|
|
16 |
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
|
|
|
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;SILVERLIGHT</DefineConstants>
|
|
|
25 |
<NoStdLib>true</NoStdLib>
|
|
|
26 |
<NoConfig>true</NoConfig>
|
|
|
27 |
<ErrorReport>prompt</ErrorReport>
|
|
|
28 |
<WarningLevel>4</WarningLevel>
|
|
|
29 |
</PropertyGroup>
|
|
|
30 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
31 |
<DebugType>pdbonly</DebugType>
|
|
|
32 |
<Optimize>true</Optimize>
|
|
|
33 |
<OutputPath>Bin\Release</OutputPath>
|
|
|
34 |
<DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
|
|
|
35 |
<NoStdLib>true</NoStdLib>
|
|
|
36 |
<NoConfig>true</NoConfig>
|
|
|
37 |
<ErrorReport>prompt</ErrorReport>
|
|
|
38 |
<WarningLevel>4</WarningLevel>
|
|
|
39 |
</PropertyGroup>
|
|
|
40 |
<ItemGroup>
|
|
|
41 |
<Reference Include="Berico.Windows.Controls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=95e080ea159af4db, processorArchitecture=MSIL">
|
|
|
42 |
<SpecificVersion>False</SpecificVersion>
|
|
|
43 |
<HintPath>..\..\res\lib\Berico.Windows.Controls.dll</HintPath>
|
|
|
44 |
</Reference>
|
|
12
|
45 |
<Reference Include="HackingSilverlightLibrary, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
46 |
<SpecificVersion>False</SpecificVersion>
|
|
|
47 |
<HintPath>..\..\res\lib\HackingSilverlightLibrary.dll</HintPath>
|
|
|
48 |
</Reference>
|
|
0
|
49 |
<Reference Include="SLExtensions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
50 |
<SpecificVersion>False</SpecificVersion>
|
|
|
51 |
<HintPath>..\..\res\lib\SLExtensions.dll</HintPath>
|
|
|
52 |
</Reference>
|
|
|
53 |
<Reference Include="System.Windows" />
|
|
|
54 |
<Reference Include="mscorlib" />
|
|
|
55 |
<Reference Include="system" />
|
|
|
56 |
<Reference Include="System.Core" />
|
|
|
57 |
<Reference Include="System.Windows.Controls, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
|
|
58 |
<Reference Include="System.Xml" />
|
|
|
59 |
<Reference Include="System.Net" />
|
|
|
60 |
<Reference Include="System.Windows.Browser" />
|
|
|
61 |
</ItemGroup>
|
|
|
62 |
<ItemGroup>
|
|
|
63 |
<Compile Include="Converter\BoolToVisibility.cs" />
|
|
|
64 |
<Compile Include="Converter\PolemicTypeColorConverter.cs" />
|
|
|
65 |
<Compile Include="Converter\TagArrayConverter.cs" />
|
|
|
66 |
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
67 |
<Compile Include="Resources\HeaderProduction\InstructionTextRessource.Designer.cs">
|
|
|
68 |
<AutoGen>True</AutoGen>
|
|
|
69 |
<DesignTime>True</DesignTime>
|
|
|
70 |
<DependentUpon>InstructionTextRessource.resx</DependentUpon>
|
|
|
71 |
</Compile>
|
|
|
72 |
<Compile Include="ViewModel\AnnotationMaker\AnnotationMakerVM.cs" />
|
|
|
73 |
<Compile Include="ViewModel\BookTimeLine\BookTimeLineVM.cs" />
|
|
|
74 |
<Compile Include="ViewModel\ClickMenu\ClickMenuVM.cs" />
|
|
|
75 |
<Compile Include="ViewModel\ConsultationBookView\AnnotationViewerVM.cs" />
|
|
|
76 |
<Compile Include="ViewModel\ConsultationBookView\ConsultationBookViewVM.cs" />
|
|
|
77 |
<Compile Include="ViewModel\ConsultationView\ConsultationViewVM.cs" />
|
|
|
78 |
<Compile Include="ViewModel\ContextualBinderLayer\ContextualBinderLayerVM.cs" />
|
|
|
79 |
<Compile Include="ViewModel\HeaderProduction\HeaderProductionVM.cs" />
|
|
12
|
80 |
<Compile Include="ViewModel\Main\MainVM.cs" />
|
|
0
|
81 |
<Compile Include="ViewModel\NavigationBar\ChutierVM.cs" />
|
|
|
82 |
<Compile Include="ViewModel\NavigationBar\ConsultMenuVM.cs" />
|
|
|
83 |
<Compile Include="ViewModel\HeaderControl\HeaderControlVM.cs" />
|
|
|
84 |
<Compile Include="ViewModel\MenuableViewModel.cs" />
|
|
|
85 |
<Compile Include="ViewModel\NavigationBar\NavigationBarVM.cs" />
|
|
|
86 |
<Compile Include="ViewModel\PolemicElementVM.cs" />
|
|
11
|
87 |
<Compile Include="ViewModel\NavigationBar\ProductionMenuVM.cs" />
|
|
0
|
88 |
<Compile Include="ViewModel\ProductionTimeLine\CustomableVideoElementVM.cs" />
|
|
|
89 |
<Compile Include="ViewModel\ProductionTimeLine\ProductionTimeLineVM.cs" />
|
|
|
90 |
<Compile Include="ViewModel\VideoViewer\VideoViewerVM.cs" />
|
|
|
91 |
<Compile Include="View\AnnotationMaker\AnnotationMaker.xaml.cs">
|
|
|
92 |
<DependentUpon>AnnotationMaker.xaml</DependentUpon>
|
|
|
93 |
</Compile>
|
|
|
94 |
<Compile Include="View\BookTimeLine\BookTimeLine.xaml.cs">
|
|
|
95 |
<DependentUpon>BookTimeLine.xaml</DependentUpon>
|
|
|
96 |
</Compile>
|
|
|
97 |
<Compile Include="View\ClickMenu\ClickMenu.xaml.cs">
|
|
|
98 |
<DependentUpon>ClickMenu.xaml</DependentUpon>
|
|
|
99 |
</Compile>
|
|
|
100 |
<Compile Include="View\ClickMenu\ClickMenuItem.xaml.cs">
|
|
|
101 |
<DependentUpon>ClickMenuItem.xaml</DependentUpon>
|
|
|
102 |
</Compile>
|
|
|
103 |
<Compile Include="View\ClickMenu\ClickMenuPanelAnnoter.xaml.cs">
|
|
|
104 |
<DependentUpon>ClickMenuPanelAnnoter.xaml</DependentUpon>
|
|
|
105 |
</Compile>
|
|
|
106 |
<Compile Include="View\ClickMenu\ClickMenuPanelContextualiser.xaml.cs">
|
|
|
107 |
<DependentUpon>ClickMenuPanelContextualiser.xaml</DependentUpon>
|
|
|
108 |
</Compile>
|
|
|
109 |
<Compile Include="View\ClickMenu\ClickMenuLayer.xaml.cs">
|
|
|
110 |
<DependentUpon>ClickMenuLayer.xaml</DependentUpon>
|
|
|
111 |
</Compile>
|
|
|
112 |
<Compile Include="View\ClickMenu\icons\ClickMenuIcon_TextAnnotation.xaml.cs">
|
|
|
113 |
<DependentUpon>ClickMenuIcon_TextAnnotation.xaml</DependentUpon>
|
|
|
114 |
</Compile>
|
|
|
115 |
<Compile Include="View\ConsultationBookView\AnnotationViewer.xaml.cs">
|
|
|
116 |
<DependentUpon>AnnotationViewer.xaml</DependentUpon>
|
|
|
117 |
</Compile>
|
|
|
118 |
<Compile Include="View\ConsultationBookView\ConsultationBookView.xaml.cs">
|
|
|
119 |
<DependentUpon>ConsultationBookView.xaml</DependentUpon>
|
|
|
120 |
</Compile>
|
|
|
121 |
<Compile Include="View\ConsultationView\ConsultationView.xaml.cs">
|
|
|
122 |
<DependentUpon>ConsultationView.xaml</DependentUpon>
|
|
|
123 |
</Compile>
|
|
|
124 |
<Compile Include="View\ContextualBinderLayer\ContextualBinderLayer.xaml.cs">
|
|
|
125 |
<DependentUpon>ContextualBinderLayer.xaml</DependentUpon>
|
|
|
126 |
</Compile>
|
|
|
127 |
<Compile Include="View\HeaderControl\ButtonHeaderControl.xaml.cs">
|
|
|
128 |
<DependentUpon>ButtonHeaderControl.xaml</DependentUpon>
|
|
|
129 |
</Compile>
|
|
|
130 |
<Compile Include="View\HeaderProduction\HeaderProduction.xaml.cs">
|
|
|
131 |
<DependentUpon>HeaderProduction.xaml</DependentUpon>
|
|
|
132 |
</Compile>
|
|
12
|
133 |
<Compile Include="View\Main\Main.xaml.cs">
|
|
|
134 |
<DependentUpon>Main.xaml</DependentUpon>
|
|
|
135 |
</Compile>
|
|
0
|
136 |
<Compile Include="View\NavigationBar\ConsultMenu.xaml.cs">
|
|
|
137 |
<DependentUpon>ConsultMenu.xaml</DependentUpon>
|
|
|
138 |
</Compile>
|
|
|
139 |
<Compile Include="View\ContextualLinkBinder.xaml.cs">
|
|
|
140 |
<DependentUpon>ContextualLinkBinder.xaml</DependentUpon>
|
|
|
141 |
</Compile>
|
|
|
142 |
<Compile Include="View\HeaderControl\HeaderControl.xaml.cs">
|
|
|
143 |
<DependentUpon>HeaderControl.xaml</DependentUpon>
|
|
|
144 |
</Compile>
|
|
|
145 |
<Compile Include="View\MenuableUserControl.cs" />
|
|
|
146 |
<Compile Include="View\NavigationBar\NavigationBar.xaml.cs">
|
|
|
147 |
<DependentUpon>NavigationBar.xaml</DependentUpon>
|
|
|
148 |
</Compile>
|
|
|
149 |
<Compile Include="View\NavigationBar\PersonnalChutier.xaml.cs">
|
|
|
150 |
<DependentUpon>PersonnalChutier.xaml</DependentUpon>
|
|
|
151 |
</Compile>
|
|
|
152 |
<Compile Include="View\PolemicElement.xaml.cs">
|
|
|
153 |
<DependentUpon>PolemicElement.xaml</DependentUpon>
|
|
|
154 |
</Compile>
|
|
|
155 |
<Compile Include="View\NavigationBar\ProductionMenu.xaml.cs">
|
|
|
156 |
<DependentUpon>ProductionMenu.xaml</DependentUpon>
|
|
|
157 |
</Compile>
|
|
|
158 |
<Compile Include="View\NavigationBar\ReferencesChutier.xaml.cs">
|
|
|
159 |
<DependentUpon>ReferencesChutier.xaml</DependentUpon>
|
|
|
160 |
</Compile>
|
|
14
|
161 |
<Compile Include="View\ProductionEditor\ProductionEditor.xaml.cs">
|
|
|
162 |
<DependentUpon>ProductionEditor.xaml</DependentUpon>
|
|
|
163 |
</Compile>
|
|
0
|
164 |
<Compile Include="View\ProductionTimeLine\CustomableVideoElement.xaml.cs">
|
|
|
165 |
<DependentUpon>CustomableVideoElement.xaml</DependentUpon>
|
|
|
166 |
</Compile>
|
|
|
167 |
<Compile Include="View\ProductionTimeLine\ProductionTimeLine.xaml.cs">
|
|
|
168 |
<DependentUpon>ProductionTimeLine.xaml</DependentUpon>
|
|
|
169 |
</Compile>
|
|
|
170 |
<Compile Include="View\ProductionView\ProductionView.xaml.cs">
|
|
|
171 |
<DependentUpon>ProductionView.xaml</DependentUpon>
|
|
|
172 |
</Compile>
|
|
|
173 |
<Compile Include="View\VideoViewer\VideoViewer.xaml.cs">
|
|
|
174 |
<DependentUpon>VideoViewer.xaml</DependentUpon>
|
|
|
175 |
</Compile>
|
|
|
176 |
</ItemGroup>
|
|
|
177 |
<ItemGroup>
|
|
|
178 |
<Page Include="View\AnnotationMaker\AnnotationMaker.xaml">
|
|
|
179 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
180 |
<SubType>Designer</SubType>
|
|
|
181 |
</Page>
|
|
|
182 |
<Page Include="View\BookTimeLine\BookTimeLine.xaml">
|
|
|
183 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
184 |
<SubType>Designer</SubType>
|
|
|
185 |
</Page>
|
|
|
186 |
<Page Include="View\ClickMenu\ClickMenu.xaml">
|
|
|
187 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
188 |
<SubType>Designer</SubType>
|
|
|
189 |
</Page>
|
|
|
190 |
<Page Include="View\ClickMenu\ClickMenuItem.xaml">
|
|
|
191 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
192 |
<SubType>Designer</SubType>
|
|
|
193 |
</Page>
|
|
|
194 |
<Page Include="View\ClickMenu\ClickMenuPanelAnnoter.xaml">
|
|
|
195 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
196 |
<SubType>Designer</SubType>
|
|
|
197 |
</Page>
|
|
|
198 |
<Page Include="View\ClickMenu\ClickMenuPanelContextualiser.xaml">
|
|
|
199 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
200 |
<SubType>Designer</SubType>
|
|
|
201 |
</Page>
|
|
|
202 |
<Page Include="View\ClickMenu\ClickMenuLayer.xaml">
|
|
|
203 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
204 |
<SubType>Designer</SubType>
|
|
|
205 |
</Page>
|
|
|
206 |
<Page Include="View\ClickMenu\icons\ClickMenuIcon_TextAnnotation.xaml">
|
|
|
207 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
208 |
<SubType>Designer</SubType>
|
|
|
209 |
</Page>
|
|
|
210 |
<Page Include="View\ConsultationBookView\AnnotationViewer.xaml">
|
|
|
211 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
212 |
<SubType>Designer</SubType>
|
|
|
213 |
</Page>
|
|
|
214 |
<Page Include="View\ConsultationBookView\ConsultationBookView.xaml">
|
|
|
215 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
216 |
<SubType>Designer</SubType>
|
|
|
217 |
</Page>
|
|
|
218 |
<Page Include="View\ConsultationView\ConsultationView.xaml">
|
|
|
219 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
220 |
<SubType>Designer</SubType>
|
|
|
221 |
</Page>
|
|
|
222 |
<Page Include="View\ContextualBinderLayer\ContextualBinderLayer.xaml">
|
|
|
223 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
224 |
<SubType>Designer</SubType>
|
|
|
225 |
</Page>
|
|
|
226 |
<Page Include="View\HeaderControl\ButtonHeaderControl.xaml">
|
|
|
227 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
228 |
<SubType>Designer</SubType>
|
|
|
229 |
</Page>
|
|
|
230 |
<Page Include="View\HeaderProduction\HeaderProduction.xaml">
|
|
|
231 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
232 |
<SubType>Designer</SubType>
|
|
|
233 |
</Page>
|
|
12
|
234 |
<Page Include="View\Main\Main.xaml">
|
|
|
235 |
<SubType>Designer</SubType>
|
|
|
236 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
237 |
</Page>
|
|
0
|
238 |
<Page Include="View\NavigationBar\ConsultMenu.xaml">
|
|
|
239 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
240 |
<SubType>Designer</SubType>
|
|
|
241 |
</Page>
|
|
|
242 |
<Page Include="View\ContextualLinkBinder.xaml">
|
|
|
243 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
244 |
<SubType>Designer</SubType>
|
|
|
245 |
</Page>
|
|
|
246 |
<Page Include="View\HeaderControl\HeaderControl.xaml">
|
|
|
247 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
248 |
<SubType>Designer</SubType>
|
|
|
249 |
</Page>
|
|
|
250 |
<Page Include="View\NavigationBar\NavigationBar.xaml">
|
|
|
251 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
252 |
<SubType>Designer</SubType>
|
|
|
253 |
</Page>
|
|
|
254 |
<Page Include="View\NavigationBar\PersonnalChutier.xaml">
|
|
|
255 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
256 |
<SubType>Designer</SubType>
|
|
|
257 |
</Page>
|
|
|
258 |
<Page Include="View\PolemicElement.xaml">
|
|
|
259 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
260 |
<SubType>Designer</SubType>
|
|
|
261 |
</Page>
|
|
|
262 |
<Page Include="View\NavigationBar\ProductionMenu.xaml">
|
|
|
263 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
264 |
<SubType>Designer</SubType>
|
|
|
265 |
</Page>
|
|
|
266 |
<Page Include="View\NavigationBar\ReferencesChutier.xaml">
|
|
|
267 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
268 |
<SubType>Designer</SubType>
|
|
|
269 |
</Page>
|
|
14
|
270 |
<Page Include="View\ProductionEditor\ProductionEditor.xaml">
|
|
|
271 |
<SubType>Designer</SubType>
|
|
|
272 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
273 |
</Page>
|
|
0
|
274 |
<Page Include="View\ProductionTimeLine\CustomableVideoElement.xaml">
|
|
|
275 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
276 |
<SubType>Designer</SubType>
|
|
|
277 |
</Page>
|
|
|
278 |
<Page Include="View\ProductionTimeLine\ProductionTimeLine.xaml">
|
|
|
279 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
280 |
<SubType>Designer</SubType>
|
|
|
281 |
</Page>
|
|
|
282 |
<Page Include="View\ProductionView\ProductionView.xaml">
|
|
|
283 |
<SubType>Designer</SubType>
|
|
|
284 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
285 |
</Page>
|
|
|
286 |
<Page Include="View\VideoViewer\VideoViewer.xaml">
|
|
|
287 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
|
288 |
<SubType>Designer</SubType>
|
|
|
289 |
</Page>
|
|
|
290 |
</ItemGroup>
|
|
|
291 |
<ItemGroup>
|
|
|
292 |
<ProjectReference Include="..\Iri.Modernisation.BaseMVVM\Iri.Modernisation.BaseMVVM.csproj">
|
|
|
293 |
<Project>{78F73254-9730-418B-84F5-9F7F3EB8F029}</Project>
|
|
|
294 |
<Name>Iri.Modernisation.BaseMVVM</Name>
|
|
|
295 |
</ProjectReference>
|
|
|
296 |
<ProjectReference Include="..\Iri.Modernisation.Data\Iri.Modernisation.Data.csproj">
|
|
|
297 |
<Project>{05794257-7163-48E0-B48A-B6666128AC1F}</Project>
|
|
|
298 |
<Name>Iri.Modernisation.Data</Name>
|
|
|
299 |
</ProjectReference>
|
|
4
|
300 |
<ProjectReference Include="..\Iri.Modernisation.Lang\Iri.Modernisation.Lang.csproj">
|
|
|
301 |
<Project>{75BD0E1B-AFDA-48E1-B665-D51107295079}</Project>
|
|
|
302 |
<Name>Iri.Modernisation.Lang</Name>
|
|
|
303 |
</ProjectReference>
|
|
0
|
304 |
</ItemGroup>
|
|
|
305 |
<ItemGroup>
|
|
|
306 |
<EmbeddedResource Include="Resources\HeaderProduction\InstructionTextRessource.resx">
|
|
|
307 |
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
308 |
<LastGenOutput>InstructionTextRessource.Designer.cs</LastGenOutput>
|
|
|
309 |
</EmbeddedResource>
|
|
|
310 |
</ItemGroup>
|
|
|
311 |
<ItemGroup>
|
|
|
312 |
<Resource Include="View\HeaderControl\images\home.png" />
|
|
|
313 |
</ItemGroup>
|
|
|
314 |
<ItemGroup>
|
|
|
315 |
<Resource Include="View\ClickMenu\icons\home.png" />
|
|
|
316 |
</ItemGroup>
|
|
|
317 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" />
|
|
|
318 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
319 |
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
320 |
<Target Name="BeforeBuild">
|
|
|
321 |
</Target>
|
|
|
322 |
<Target Name="AfterBuild">
|
|
|
323 |
</Target>
|
|
|
324 |
-->
|
|
|
325 |
<ProjectExtensions>
|
|
|
326 |
<VisualStudio>
|
|
|
327 |
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
|
|
|
328 |
<SilverlightProjectProperties />
|
|
|
329 |
</FlavorProperties>
|
|
|
330 |
</VisualStudio>
|
|
|
331 |
</ProjectExtensions>
|
|
|
332 |
</Project> |