Mercurial > silverbladetech
comparison SilverlightGlimpse/SilverlightGlimpse.csproj @ 59:3591c26bd63e
MVVMLight added
author | Steven Hollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sat, 21 Apr 2012 19:20:28 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
58:241e2f22ed3c | 59:3591c26bd63e |
---|---|
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> | |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
6 <ProductVersion>8.0.50727</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{BB51026B-2864-4389-AACA-0BBDF1926E46}</ProjectGuid> | |
9 <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> | |
10 <OutputType>Library</OutputType> | |
11 <AppDesignerFolder>Properties</AppDesignerFolder> | |
12 <RootNamespace>SilverlightGlimpse</RootNamespace> | |
13 <AssemblyName>SilverlightGlimpse</AssemblyName> | |
14 <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier> | |
15 <TargetFrameworkVersion>v5.0</TargetFrameworkVersion> | |
16 <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion> | |
17 <SilverlightApplication>true</SilverlightApplication> | |
18 <SupportedCultures> | |
19 </SupportedCultures> | |
20 <XapOutputs>true</XapOutputs> | |
21 <GenerateSilverlightManifest>true</GenerateSilverlightManifest> | |
22 <XapFilename>SilverlightGlimpse.xap</XapFilename> | |
23 <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate> | |
24 <SilverlightAppEntry>SilverlightGlimpse.App</SilverlightAppEntry> | |
25 <TestPageFileName>SilverlightGlimpseTestPage.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 </PropertyGroup> | |
35 <!-- This property group is only here to support building this project using the | |
36 MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs | |
37 to set the TargetFrameworkVersion to v3.5 --> | |
38 <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'"> | |
39 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | |
40 </PropertyGroup> | |
41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
42 <DebugSymbols>true</DebugSymbols> | |
43 <DebugType>full</DebugType> | |
44 <Optimize>false</Optimize> | |
45 <OutputPath>Bin\Debug</OutputPath> | |
46 <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants> | |
47 <NoStdLib>true</NoStdLib> | |
48 <NoConfig>true</NoConfig> | |
49 <ErrorReport>prompt</ErrorReport> | |
50 <WarningLevel>4</WarningLevel> | |
51 </PropertyGroup> | |
52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
53 <DebugType>pdbonly</DebugType> | |
54 <Optimize>true</Optimize> | |
55 <OutputPath>Bin\Release</OutputPath> | |
56 <DefineConstants>TRACE;SILVERLIGHT</DefineConstants> | |
57 <NoStdLib>true</NoStdLib> | |
58 <NoConfig>true</NoConfig> | |
59 <ErrorReport>prompt</ErrorReport> | |
60 <WarningLevel>4</WarningLevel> | |
61 </PropertyGroup> | |
62 <ItemGroup> | |
63 <Reference Include="FloatableWindow, Version=2.0.5.0, Culture=neutral, PublicKeyToken=dd6e2c92abf74ba1, processorArchitecture=MSIL" /> | |
64 <Reference Include="mscorlib" /> | |
65 <Reference Include="System.Windows" /> | |
66 <Reference Include="system" /> | |
67 <Reference Include="System.Core" /> | |
68 <Reference Include="System.Net" /> | |
69 <Reference Include="System.Windows.Controls, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> | |
70 <Reference Include="System.Xml" /> | |
71 <Reference Include="System.Windows.Browser" /> | |
72 </ItemGroup> | |
73 <ItemGroup> | |
74 <Compile Include="Controls\BrokenBindingsViewer.xaml.cs"> | |
75 <DependentUpon>BrokenBindingsViewer.xaml</DependentUpon> | |
76 </Compile> | |
77 <Compile Include="Controls\GlimpseViewer.xaml.cs"> | |
78 <DependentUpon>GlimpseViewer.xaml</DependentUpon> | |
79 </Compile> | |
80 <Compile Include="Controls\LoadExceptionViewer.xaml.cs"> | |
81 <DependentUpon>LoadExceptionViewer.xaml</DependentUpon> | |
82 </Compile> | |
83 <Compile Include="Controls\ExceptionsViewer.xaml.cs"> | |
84 <DependentUpon>ExceptionsViewer.xaml</DependentUpon> | |
85 </Compile> | |
86 <Compile Include="Models\BrokenBinding.cs" /> | |
87 <Compile Include="Models\ExceptionWrapper.cs" /> | |
88 <Compile Include="Properties\AssemblyInfo.cs" /> | |
89 <Compile Include="Services\GlimpseService.cs" /> | |
90 </ItemGroup> | |
91 <ItemGroup> | |
92 <Page Include="Controls\BrokenBindingsViewer.xaml"> | |
93 <SubType>Designer</SubType> | |
94 <Generator>MSBuild:Compile</Generator> | |
95 </Page> | |
96 <Page Include="Controls\GlimpseViewer.xaml"> | |
97 <SubType>Designer</SubType> | |
98 <Generator>MSBuild:Compile</Generator> | |
99 </Page> | |
100 <Page Include="Controls\LoadExceptionViewer.xaml"> | |
101 <SubType>Designer</SubType> | |
102 <Generator>MSBuild:Compile</Generator> | |
103 </Page> | |
104 <Page Include="Controls\ExceptionsViewer.xaml"> | |
105 <SubType>Designer</SubType> | |
106 <Generator>MSBuild:Compile</Generator> | |
107 </Page> | |
108 </ItemGroup> | |
109 <ItemGroup> | |
110 <None Include="Properties\AppManifest.xml" /> | |
111 </ItemGroup> | |
112 <ItemGroup> | |
113 <Content Include="Libs\FloatableWindow.dll" /> | |
114 <Content Include="Libs\System.Windows.Controls.dll" /> | |
115 </ItemGroup> | |
116 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" /> | |
117 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
118 Other similar extension points exist, see Microsoft.Common.targets. | |
119 <Target Name="BeforeBuild"> | |
120 </Target> | |
121 <Target Name="AfterBuild"> | |
122 </Target> | |
123 --> | |
124 <ProjectExtensions> | |
125 <VisualStudio> | |
126 <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}"> | |
127 <SilverlightProjectProperties /> | |
128 </FlavorProperties> | |
129 </VisualStudio> | |
130 </ProjectExtensions> | |
131 </Project> |