|
4
|
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>{75BD0E1B-AFDA-48E1-B665-D51107295079}</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.Lang</RootNamespace>
|
|
|
12 |
<AssemblyName>Iri.Modernisation.Lang</AssemblyName>
|
|
|
13 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
14 |
<SilverlightApplication>false</SilverlightApplication>
|
|
|
15 |
<ValidateXaml>true</ValidateXaml>
|
|
|
16 |
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
|
|
|
17 |
</PropertyGroup>
|
|
|
18 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
19 |
<DebugSymbols>true</DebugSymbols>
|
|
|
20 |
<DebugType>full</DebugType>
|
|
|
21 |
<Optimize>false</Optimize>
|
|
|
22 |
<OutputPath>Bin\Debug</OutputPath>
|
|
|
23 |
<DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
|
|
|
24 |
<NoStdLib>true</NoStdLib>
|
|
|
25 |
<NoConfig>true</NoConfig>
|
|
|
26 |
<ErrorReport>prompt</ErrorReport>
|
|
|
27 |
<WarningLevel>4</WarningLevel>
|
|
|
28 |
</PropertyGroup>
|
|
|
29 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
30 |
<DebugType>pdbonly</DebugType>
|
|
|
31 |
<Optimize>true</Optimize>
|
|
|
32 |
<OutputPath>Bin\Release</OutputPath>
|
|
|
33 |
<DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
|
|
|
34 |
<NoStdLib>true</NoStdLib>
|
|
|
35 |
<NoConfig>true</NoConfig>
|
|
|
36 |
<ErrorReport>prompt</ErrorReport>
|
|
|
37 |
<WarningLevel>4</WarningLevel>
|
|
|
38 |
</PropertyGroup>
|
|
|
39 |
<ItemGroup>
|
|
|
40 |
<Reference Include="System.Windows" />
|
|
|
41 |
<Reference Include="mscorlib" />
|
|
|
42 |
<Reference Include="system" />
|
|
|
43 |
<Reference Include="System.Core" />
|
|
|
44 |
<Reference Include="System.Xml" />
|
|
|
45 |
<Reference Include="System.Net" />
|
|
|
46 |
<Reference Include="System.Windows.Browser" />
|
|
|
47 |
</ItemGroup>
|
|
|
48 |
<ItemGroup>
|
|
|
49 |
<Compile Include="LangResource.en-US.Designer.cs">
|
|
|
50 |
<DependentUpon>LangResource.en-US.resx</DependentUpon>
|
|
|
51 |
<AutoGen>True</AutoGen>
|
|
|
52 |
<DesignTime>True</DesignTime>
|
|
|
53 |
</Compile>
|
|
|
54 |
<Compile Include="LangResource.fr-FR.Designer.cs">
|
|
|
55 |
<DependentUpon>LangResource.fr-FR.resx</DependentUpon>
|
|
|
56 |
<AutoGen>True</AutoGen>
|
|
|
57 |
<DesignTime>True</DesignTime>
|
|
|
58 |
</Compile>
|
|
|
59 |
<Compile Include="LangResource.Designer.cs">
|
|
|
60 |
<AutoGen>True</AutoGen>
|
|
|
61 |
<DesignTime>True</DesignTime>
|
|
|
62 |
<DependentUpon>LangResource.resx</DependentUpon>
|
|
|
63 |
</Compile>
|
|
|
64 |
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
65 |
</ItemGroup>
|
|
|
66 |
<ItemGroup>
|
|
|
67 |
<EmbeddedResource Include="LangResource.en-US.resx">
|
|
|
68 |
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
69 |
<LastGenOutput>LangResource.en-US.Designer.cs</LastGenOutput>
|
|
|
70 |
</EmbeddedResource>
|
|
|
71 |
<EmbeddedResource Include="LangResource.fr-FR.resx">
|
|
|
72 |
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
73 |
<LastGenOutput>LangResource.fr-FR.Designer.cs</LastGenOutput>
|
|
|
74 |
</EmbeddedResource>
|
|
|
75 |
<EmbeddedResource Include="LangResource.resx">
|
|
|
76 |
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
77 |
<LastGenOutput>LangResource.Designer.cs</LastGenOutput>
|
|
|
78 |
</EmbeddedResource>
|
|
|
79 |
</ItemGroup>
|
|
|
80 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" />
|
|
|
81 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
82 |
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
83 |
<Target Name="BeforeBuild">
|
|
|
84 |
</Target>
|
|
|
85 |
<Target Name="AfterBuild">
|
|
|
86 |
</Target>
|
|
|
87 |
-->
|
|
|
88 |
<ProjectExtensions>
|
|
|
89 |
<VisualStudio>
|
|
|
90 |
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
|
|
|
91 |
<SilverlightProjectProperties />
|
|
|
92 |
</FlavorProperties>
|
|
|
93 |
</VisualStudio>
|
|
|
94 |
</ProjectExtensions>
|
|
|
95 |
</Project> |