|
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>{ED790C83-AC5E-4357-96A1-81B468E99582}</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</RootNamespace>
|
|
|
16 |
<AssemblyName>Iri.Modernisation</AssemblyName>
|
|
29
|
17 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
0
|
18 |
<SilverlightApplication>true</SilverlightApplication>
|
|
4
|
19 |
<SupportedCultures>fr-FR;en-US</SupportedCultures>
|
|
0
|
20 |
<XapOutputs>true</XapOutputs>
|
|
|
21 |
<GenerateSilverlightManifest>true</GenerateSilverlightManifest>
|
|
|
22 |
<XapFilename>Iri.Modernisation.xap</XapFilename>
|
|
|
23 |
<SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
|
|
|
24 |
<SilverlightAppEntry>Iri.Modernisation.App</SilverlightAppEntry>
|
|
|
25 |
<TestPageFileName>TestPage.html</TestPageFileName>
|
|
|
26 |
<CreateTestPage>true</CreateTestPage>
|
|
|
27 |
<ValidateXaml>true</ValidateXaml>
|
|
|
28 |
<EnableOutOfBrowser>false</EnableOutOfBrowser>
|
|
|
29 |
<OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
|
|
|
30 |
<UsePlatformExtensions>false</UsePlatformExtensions>
|
|
|
31 |
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
|
|
|
32 |
<LinkedServerProject>
|
|
|
33 |
</LinkedServerProject>
|
|
|
34 |
<ExpressionBlendVersion>3.0.1927.0</ExpressionBlendVersion>
|
|
29
|
35 |
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
|
|
|
36 |
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
|
|
|
37 |
<FileUpgradeFlags>
|
|
|
38 |
</FileUpgradeFlags>
|
|
|
39 |
<UpgradeBackupLocation>
|
|
|
40 |
</UpgradeBackupLocation>
|
|
|
41 |
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
42 |
<PublishUrl>publish\</PublishUrl>
|
|
|
43 |
<Install>true</Install>
|
|
|
44 |
<InstallFrom>Disk</InstallFrom>
|
|
|
45 |
<UpdateEnabled>false</UpdateEnabled>
|
|
|
46 |
<UpdateMode>Foreground</UpdateMode>
|
|
|
47 |
<UpdateInterval>7</UpdateInterval>
|
|
|
48 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
49 |
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
50 |
<UpdateRequired>false</UpdateRequired>
|
|
|
51 |
<MapFileExtensions>true</MapFileExtensions>
|
|
|
52 |
<ApplicationRevision>0</ApplicationRevision>
|
|
|
53 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
54 |
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
55 |
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
56 |
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
57 |
<TargetFrameworkProfile />
|
|
0
|
58 |
</PropertyGroup>
|
|
|
59 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
60 |
<DebugSymbols>true</DebugSymbols>
|
|
|
61 |
<DebugType>full</DebugType>
|
|
|
62 |
<Optimize>false</Optimize>
|
|
|
63 |
<OutputPath>Bin\Debug</OutputPath>
|
|
|
64 |
<DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
|
|
|
65 |
<NoStdLib>true</NoStdLib>
|
|
|
66 |
<NoConfig>true</NoConfig>
|
|
|
67 |
<ErrorReport>prompt</ErrorReport>
|
|
|
68 |
<WarningLevel>4</WarningLevel>
|
|
29
|
69 |
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
0
|
70 |
</PropertyGroup>
|
|
|
71 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
72 |
<DebugType>pdbonly</DebugType>
|
|
|
73 |
<Optimize>true</Optimize>
|
|
|
74 |
<OutputPath>Bin\Release</OutputPath>
|
|
|
75 |
<DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
|
|
|
76 |
<NoStdLib>true</NoStdLib>
|
|
|
77 |
<NoConfig>true</NoConfig>
|
|
|
78 |
<ErrorReport>prompt</ErrorReport>
|
|
|
79 |
<WarningLevel>4</WarningLevel>
|
|
29
|
80 |
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
0
|
81 |
</PropertyGroup>
|
|
|
82 |
<ItemGroup>
|
|
|
83 |
<Reference Include="Berico.Windows.Controls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=95e080ea159af4db, processorArchitecture=MSIL">
|
|
|
84 |
<SpecificVersion>False</SpecificVersion>
|
|
|
85 |
<HintPath>..\..\res\lib\Berico.Windows.Controls.dll</HintPath>
|
|
|
86 |
<Private>True</Private>
|
|
|
87 |
</Reference>
|
|
|
88 |
<Reference Include="HackingSilverlightLibrary, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
89 |
<SpecificVersion>False</SpecificVersion>
|
|
|
90 |
<HintPath>..\..\res\lib\HackingSilverlightLibrary.dll</HintPath>
|
|
|
91 |
</Reference>
|
|
|
92 |
<Reference Include="SLExtensions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
93 |
<SpecificVersion>False</SpecificVersion>
|
|
|
94 |
<HintPath>..\..\res\lib\SLExtensions.dll</HintPath>
|
|
|
95 |
</Reference>
|
|
|
96 |
<Reference Include="System.Windows" />
|
|
|
97 |
<Reference Include="mscorlib" />
|
|
|
98 |
<Reference Include="system" />
|
|
|
99 |
<Reference Include="System.Core" />
|
|
|
100 |
<Reference Include="System.Net" />
|
|
|
101 |
<Reference Include="System.Xml" />
|
|
|
102 |
<Reference Include="System.Windows.Browser" />
|
|
|
103 |
</ItemGroup>
|
|
|
104 |
<ItemGroup>
|
|
|
105 |
<Compile Include="App.xaml.cs">
|
|
|
106 |
<DependentUpon>App.xaml</DependentUpon>
|
|
|
107 |
</Compile>
|
|
|
108 |
<Compile Include="MainPage.xaml.cs">
|
|
|
109 |
<DependentUpon>MainPage.xaml</DependentUpon>
|
|
|
110 |
</Compile>
|
|
|
111 |
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
112 |
</ItemGroup>
|
|
|
113 |
<ItemGroup>
|
|
|
114 |
<ApplicationDefinition Include="App.xaml">
|
|
|
115 |
<SubType>Designer</SubType>
|
|
|
116 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
29
|
117 |
<Generator>MSBuild:Compile</Generator>
|
|
|
118 |
<SubType>Designer</SubType>
|
|
0
|
119 |
</ApplicationDefinition>
|
|
|
120 |
<Page Include="MainPage.xaml">
|
|
|
121 |
<SubType>Designer</SubType>
|
|
|
122 |
<Generator>MSBuild:MarkupCompilePass1</Generator>
|
|
29
|
123 |
<Generator>MSBuild:Compile</Generator>
|
|
|
124 |
<SubType>Designer</SubType>
|
|
0
|
125 |
</Page>
|
|
|
126 |
</ItemGroup>
|
|
|
127 |
<ItemGroup>
|
|
|
128 |
<None Include="Properties\AppManifest.xml" />
|
|
|
129 |
</ItemGroup>
|
|
|
130 |
<ItemGroup>
|
|
|
131 |
<ProjectReference Include="..\Iri.Modernisation.BaseMVVM\Iri.Modernisation.BaseMVVM.csproj">
|
|
|
132 |
<Project>{78F73254-9730-418B-84F5-9F7F3EB8F029}</Project>
|
|
|
133 |
<Name>Iri.Modernisation.BaseMVVM</Name>
|
|
|
134 |
</ProjectReference>
|
|
|
135 |
<ProjectReference Include="..\Iri.Modernisation.Controls\Iri.Modernisation.Controls.csproj">
|
|
|
136 |
<Project>{A54E46A6-2438-46A4-8253-9B868F529052}</Project>
|
|
|
137 |
<Name>Iri.Modernisation.Controls</Name>
|
|
|
138 |
</ProjectReference>
|
|
|
139 |
<ProjectReference Include="..\Iri.Modernisation.Data\Iri.Modernisation.Data.csproj">
|
|
|
140 |
<Project>{05794257-7163-48E0-B48A-B6666128AC1F}</Project>
|
|
|
141 |
<Name>Iri.Modernisation.Data</Name>
|
|
|
142 |
</ProjectReference>
|
|
|
143 |
<ProjectReference Include="..\Iri.Modernisation.Styles\Iri.Modernisation.Styles.csproj">
|
|
|
144 |
<Project>{7E49C574-7520-4CCD-932C-74D62673702A}</Project>
|
|
|
145 |
<Name>Iri.Modernisation.Styles</Name>
|
|
|
146 |
</ProjectReference>
|
|
|
147 |
</ItemGroup>
|
|
27
|
148 |
<ItemGroup>
|
|
|
149 |
<Content Include="ProjectConfig.xml" />
|
|
|
150 |
</ItemGroup>
|
|
29
|
151 |
<ItemGroup>
|
|
|
152 |
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
153 |
<Visible>False</Visible>
|
|
|
154 |
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
155 |
<Install>false</Install>
|
|
|
156 |
</BootstrapperPackage>
|
|
|
157 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
158 |
<Visible>False</Visible>
|
|
|
159 |
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
160 |
<Install>true</Install>
|
|
|
161 |
</BootstrapperPackage>
|
|
|
162 |
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
|
163 |
<Visible>False</Visible>
|
|
|
164 |
<ProductName>Windows Installer 3.1</ProductName>
|
|
|
165 |
<Install>true</Install>
|
|
|
166 |
</BootstrapperPackage>
|
|
|
167 |
</ItemGroup>
|
|
|
168 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
|
|
0
|
169 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
170 |
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
171 |
<Target Name="BeforeBuild">
|
|
|
172 |
</Target>
|
|
|
173 |
<Target Name="AfterBuild">
|
|
|
174 |
</Target>
|
|
|
175 |
-->
|
|
|
176 |
<ProjectExtensions>
|
|
|
177 |
<VisualStudio>
|
|
|
178 |
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
|
|
|
179 |
<SilverlightProjectProperties />
|
|
|
180 |
</FlavorProperties>
|
|
|
181 |
</VisualStudio>
|
|
|
182 |
</ProjectExtensions>
|
|
|
183 |
</Project> |