|
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>{78F73254-9730-418B-84F5-9F7F3EB8F029}</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.BaseMVVM</RootNamespace> |
|
12 <AssemblyName>Iri.Modernisation.BaseMVVM</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="SLExtensions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
41 <SpecificVersion>False</SpecificVersion> |
|
42 <HintPath>..\..\res\lib\SLExtensions.dll</HintPath> |
|
43 </Reference> |
|
44 <Reference Include="System.Windows" /> |
|
45 <Reference Include="mscorlib" /> |
|
46 <Reference Include="system" /> |
|
47 <Reference Include="System.Core" /> |
|
48 <Reference Include="System.Xml" /> |
|
49 <Reference Include="System.Net" /> |
|
50 <Reference Include="System.Windows.Browser" /> |
|
51 </ItemGroup> |
|
52 <ItemGroup> |
|
53 <Compile Include="Commands\Commands.cs" /> |
|
54 <Compile Include="Properties\AssemblyInfo.cs" /> |
|
55 <Compile Include="ViewModel\ViewModel.cs" /> |
|
56 </ItemGroup> |
|
57 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" /> |
|
58 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
59 Other similar extension points exist, see Microsoft.Common.targets. |
|
60 <Target Name="BeforeBuild"> |
|
61 </Target> |
|
62 <Target Name="AfterBuild"> |
|
63 </Target> |
|
64 --> |
|
65 <ProjectExtensions> |
|
66 <VisualStudio> |
|
67 <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}"> |
|
68 <SilverlightProjectProperties /> |
|
69 </FlavorProperties> |
|
70 </VisualStudio> |
|
71 </ProjectExtensions> |
|
72 </Project> |