1 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
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> |
2 <PropertyGroup> |
6 <PropertyGroup> |
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
5 <ProductVersion>9.0.30729</ProductVersion> |
9 <ProductVersion>9.0.30729</ProductVersion> |
6 <SchemaVersion>2.0</SchemaVersion> |
10 <SchemaVersion>2.0</SchemaVersion> |
8 <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
12 <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
9 <OutputType>Library</OutputType> |
13 <OutputType>Library</OutputType> |
10 <AppDesignerFolder>Properties</AppDesignerFolder> |
14 <AppDesignerFolder>Properties</AppDesignerFolder> |
11 <RootNamespace>Iri.Modernisation.Test.MainInterface</RootNamespace> |
15 <RootNamespace>Iri.Modernisation.Test.MainInterface</RootNamespace> |
12 <AssemblyName>Iri.Modernisation.Test.MainInterface</AssemblyName> |
16 <AssemblyName>Iri.Modernisation.Test.MainInterface</AssemblyName> |
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
17 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion> |
14 <SilverlightApplication>true</SilverlightApplication> |
18 <SilverlightApplication>true</SilverlightApplication> |
15 <SupportedCultures>fr-FR;en-US</SupportedCultures> |
19 <SupportedCultures>fr-FR;en-US</SupportedCultures> |
16 <XapOutputs>true</XapOutputs> |
20 <XapOutputs>true</XapOutputs> |
17 <GenerateSilverlightManifest>true</GenerateSilverlightManifest> |
21 <GenerateSilverlightManifest>true</GenerateSilverlightManifest> |
18 <XapFilename>Iri.Modernisation.Test.MainInterface.xap</XapFilename> |
22 <XapFilename>Iri.Modernisation.Test.MainInterface.xap</XapFilename> |
25 <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile> |
29 <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile> |
26 <UsePlatformExtensions>false</UsePlatformExtensions> |
30 <UsePlatformExtensions>false</UsePlatformExtensions> |
27 <ThrowErrorsInValidation>true</ThrowErrorsInValidation> |
31 <ThrowErrorsInValidation>true</ThrowErrorsInValidation> |
28 <LinkedServerProject> |
32 <LinkedServerProject> |
29 </LinkedServerProject> |
33 </LinkedServerProject> |
|
34 <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier> |
|
35 <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion> |
|
36 <FileUpgradeFlags> |
|
37 </FileUpgradeFlags> |
|
38 <UpgradeBackupLocation> |
|
39 </UpgradeBackupLocation> |
|
40 <OldToolsVersion>3.5</OldToolsVersion> |
30 </PropertyGroup> |
41 </PropertyGroup> |
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
32 <DebugSymbols>true</DebugSymbols> |
43 <DebugSymbols>true</DebugSymbols> |
33 <DebugType>full</DebugType> |
44 <DebugType>full</DebugType> |
34 <Optimize>false</Optimize> |
45 <Optimize>false</Optimize> |
36 <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants> |
47 <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants> |
37 <NoStdLib>true</NoStdLib> |
48 <NoStdLib>true</NoStdLib> |
38 <NoConfig>true</NoConfig> |
49 <NoConfig>true</NoConfig> |
39 <ErrorReport>prompt</ErrorReport> |
50 <ErrorReport>prompt</ErrorReport> |
40 <WarningLevel>4</WarningLevel> |
51 <WarningLevel>4</WarningLevel> |
|
52 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
41 </PropertyGroup> |
53 </PropertyGroup> |
42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
54 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
43 <DebugType>pdbonly</DebugType> |
55 <DebugType>pdbonly</DebugType> |
44 <Optimize>true</Optimize> |
56 <Optimize>true</Optimize> |
45 <OutputPath>Bin\Release</OutputPath> |
57 <OutputPath>Bin\Release</OutputPath> |
46 <DefineConstants>TRACE;SILVERLIGHT</DefineConstants> |
58 <DefineConstants>TRACE;SILVERLIGHT</DefineConstants> |
47 <NoStdLib>true</NoStdLib> |
59 <NoStdLib>true</NoStdLib> |
48 <NoConfig>true</NoConfig> |
60 <NoConfig>true</NoConfig> |
49 <ErrorReport>prompt</ErrorReport> |
61 <ErrorReport>prompt</ErrorReport> |
50 <WarningLevel>4</WarningLevel> |
62 <WarningLevel>4</WarningLevel> |
|
63 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
51 </PropertyGroup> |
64 </PropertyGroup> |
52 <ItemGroup> |
65 <ItemGroup> |
53 <Reference Include="Berico.Windows.Controls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=95e080ea159af4db, processorArchitecture=MSIL"> |
66 <Reference Include="Berico.Windows.Controls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=95e080ea159af4db, processorArchitecture=MSIL"> |
54 <SpecificVersion>False</SpecificVersion> |
67 <SpecificVersion>False</SpecificVersion> |
55 <HintPath>..\..\..\res\lib\Berico.Windows.Controls.dll</HintPath> |
68 <HintPath>..\..\..\res\lib\Berico.Windows.Controls.dll</HintPath> |
97 </ItemGroup> |
110 </ItemGroup> |
98 <ItemGroup> |
111 <ItemGroup> |
99 <ApplicationDefinition Include="App.xaml"> |
112 <ApplicationDefinition Include="App.xaml"> |
100 <SubType>Designer</SubType> |
113 <SubType>Designer</SubType> |
101 <Generator>MSBuild:MarkupCompilePass1</Generator> |
114 <Generator>MSBuild:MarkupCompilePass1</Generator> |
|
115 <Generator>MSBuild:Compile</Generator> |
|
116 <SubType>Designer</SubType> |
102 </ApplicationDefinition> |
117 </ApplicationDefinition> |
103 <Page Include="MainPage.xaml"> |
118 <Page Include="MainPage.xaml"> |
104 <SubType>Designer</SubType> |
119 <SubType>Designer</SubType> |
105 <Generator>MSBuild:MarkupCompilePass1</Generator> |
120 <Generator>MSBuild:MarkupCompilePass1</Generator> |
|
121 <Generator>MSBuild:Compile</Generator> |
|
122 <SubType>Designer</SubType> |
106 </Page> |
123 </Page> |
107 </ItemGroup> |
124 </ItemGroup> |
108 <ItemGroup> |
125 <ItemGroup> |
109 <Content Include="Content\ENMI08-I-bernard_stiegler-jauffret.ldt" /> |
126 <Content Include="Content\ENMI08-I-bernard_stiegler-jauffret.ldt" /> |
110 <Content Include="Content\ENMI08-II-antoine_masson-jauffret.ldt" /> |
127 <Content Include="Content\ENMI08-II-antoine_masson-jauffret.ldt" /> |
118 <Content Include="Content\ENMI08-XXI-scottlash-jauffret-v04.ldt" /> |
135 <Content Include="Content\ENMI08-XXI-scottlash-jauffret-v04.ldt" /> |
119 <Content Include="ProjectConfig.xml" /> |
136 <Content Include="ProjectConfig.xml" /> |
120 <None Include="Properties\OutOfBrowserSettings.xml" /> |
137 <None Include="Properties\OutOfBrowserSettings.xml" /> |
121 <None Include="Properties\AppManifest.xml" /> |
138 <None Include="Properties\AppManifest.xml" /> |
122 </ItemGroup> |
139 </ItemGroup> |
123 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" /> |
140 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" /> |
124 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
141 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
125 Other similar extension points exist, see Microsoft.Common.targets. |
142 Other similar extension points exist, see Microsoft.Common.targets. |
126 <Target Name="BeforeBuild"> |
143 <Target Name="BeforeBuild"> |
127 </Target> |
144 </Target> |
128 <Target Name="AfterBuild"> |
145 <Target Name="AfterBuild"> |