comparison Glimpse/Glimpse.vbproj @ 59:3591c26bd63e

MVVMLight added
author Steven Hollidge <stevenhollidge@hotmail.com>
date Sat, 21 Apr 2012 19:20:28 +0100
parents
children 536498832a79
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 Condition="'$(MSBuildToolsVersion)' == '3.5'">
4 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
5 </PropertyGroup>
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>{C72D72F7-C49B-46DF-BD6C-0E14DBCD8F95}</ProjectGuid>
12 <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
13 <OutputType>Library</OutputType>
14 <RootNamespace>Glimpse</RootNamespace>
15 <AssemblyName>Glimpse</AssemblyName>
16 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
17 <SilverlightApplication>false</SilverlightApplication>
18 <ValidateXaml>true</ValidateXaml>
19 <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
20 <OptionExplicit>On</OptionExplicit>
21 <OptionCompare>Binary</OptionCompare>
22 <OptionStrict>On</OptionStrict>
23 <OptionInfer>On</OptionInfer>
24 <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
25 <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
26 <FileUpgradeFlags>
27 </FileUpgradeFlags>
28 <UpgradeBackupLocation>
29 </UpgradeBackupLocation>
30 <OldToolsVersion>3.5</OldToolsVersion>
31 <PublishUrl>publish\</PublishUrl>
32 <Install>true</Install>
33 <InstallFrom>Disk</InstallFrom>
34 <UpdateEnabled>false</UpdateEnabled>
35 <UpdateMode>Foreground</UpdateMode>
36 <UpdateInterval>7</UpdateInterval>
37 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
38 <UpdatePeriodically>false</UpdatePeriodically>
39 <UpdateRequired>false</UpdateRequired>
40 <MapFileExtensions>true</MapFileExtensions>
41 <ApplicationRevision>0</ApplicationRevision>
42 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
43 <IsWebBootstrapper>false</IsWebBootstrapper>
44 <UseApplicationTrust>false</UseApplicationTrust>
45 <BootstrapperEnabled>true</BootstrapperEnabled>
46 </PropertyGroup>
47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
48 <DebugSymbols>true</DebugSymbols>
49 <DebugType>full</DebugType>
50 <DefineDebug>true</DefineDebug>
51 <DefineTrace>true</DefineTrace>
52 <NoStdLib>true</NoStdLib>
53 <NoConfig>true</NoConfig>
54 <MyType>Empty</MyType>
55 <OutputPath>Bin\Debug</OutputPath>
56 <DocumentationFile>Glimpse.xml</DocumentationFile>
57 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
58 <DefineConstants>SILVERLIGHT=1</DefineConstants>
59 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60 </PropertyGroup>
61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
62 <DebugType>pdbonly</DebugType>
63 <DefineDebug>false</DefineDebug>
64 <DefineTrace>true</DefineTrace>
65 <NoStdLib>true</NoStdLib>
66 <NoConfig>true</NoConfig>
67 <Optimize>true</Optimize>
68 <OutputPath>Bin\Release</OutputPath>
69 <DocumentationFile>Glimpse.xml</DocumentationFile>
70 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
71 <DefineConstants>SILVERLIGHT=1</DefineConstants>
72 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
73 </PropertyGroup>
74 <ItemGroup>
75 <Reference Include="System.Windows" />
76 <Reference Include="mscorlib" />
77 <Reference Include="system" />
78 <Reference Include="System.Core" />
79 <Reference Include="System.Net" />
80 <Reference Include="System.Windows.Controls, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
81 <Reference Include="System.Xml" />
82 <Reference Include="System.Windows.Browser" />
83 </ItemGroup>
84 <ItemGroup>
85 <Import Include="Microsoft.VisualBasic" />
86 <Import Include="System" />
87 <Import Include="System.Linq" />
88 <Import Include="System.Collections.Generic" />
89 <Import Include="System.Net" />
90 <Import Include="System.Xml" />
91 <Import Include="System.Windows" />
92 <Import Include="System.Windows.Controls" />
93 <Import Include="System.Windows.Documents" />
94 <Import Include="System.Windows.Ink" />
95 <Import Include="System.Windows.Input" />
96 <Import Include="System.Windows.Media" />
97 <Import Include="System.Windows.Media.Animation" />
98 <Import Include="System.Windows.Shapes" />
99 </ItemGroup>
100 <ItemGroup>
101 <Compile Include="Glimpse Controls\BrokenBindingsViewer.xaml.vb">
102 <DependentUpon>BrokenBindingsViewer.xaml</DependentUpon>
103 </Compile>
104 <Compile Include="Glimpse Controls\ExceptionsViewer.xaml.vb">
105 <DependentUpon>ExceptionsViewer.xaml</DependentUpon>
106 </Compile>
107 <Compile Include="Glimpse Controls\LoadExceptionViewer.xaml.vb">
108 <DependentUpon>LoadExceptionViewer.xaml</DependentUpon>
109 </Compile>
110 <Compile Include="Glimpse Controls\GlimpseViewer.xaml.vb">
111 <DependentUpon>GlimpseViewer.xaml</DependentUpon>
112 </Compile>
113 <Compile Include="Glimpse Services\GlimpseService.vb" />
114 <Compile Include="Model\BrokenBinding.vb" />
115 <Compile Include="Model\ExceptionWrapper.vb" />
116 <Compile Include="My Project\AssemblyInfo.vb" />
117 </ItemGroup>
118 <ItemGroup>
119 <Page Include="Glimpse Controls\BrokenBindingsViewer.xaml">
120 <SubType>Designer</SubType>
121 <Generator>MSBuild:MarkupCompilePass1</Generator>
122 <Generator>MSBuild:Compile</Generator>
123 <SubType>Designer</SubType>
124 </Page>
125 <Page Include="Glimpse Controls\ExceptionsViewer.xaml">
126 <SubType>Designer</SubType>
127 <Generator>MSBuild:MarkupCompilePass1</Generator>
128 <Generator>MSBuild:Compile</Generator>
129 <SubType>Designer</SubType>
130 </Page>
131 <Page Include="Glimpse Controls\LoadExceptionViewer.xaml">
132 <SubType>Designer</SubType>
133 <Generator>MSBuild:MarkupCompilePass1</Generator>
134 <Generator>MSBuild:Compile</Generator>
135 <SubType>Designer</SubType>
136 </Page>
137 <Page Include="Glimpse Controls\GlimpseViewer.xaml">
138 <SubType>Designer</SubType>
139 <Generator>MSBuild:MarkupCompilePass1</Generator>
140 <Generator>MSBuild:Compile</Generator>
141 <SubType>Designer</SubType>
142 </Page>
143 </ItemGroup>
144 <ItemGroup>
145 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
146 <Visible>False</Visible>
147 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
148 <Install>false</Install>
149 </BootstrapperPackage>
150 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
151 <Visible>False</Visible>
152 <ProductName>.NET Framework 3.5 SP1</ProductName>
153 <Install>true</Install>
154 </BootstrapperPackage>
155 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
156 <Visible>False</Visible>
157 <ProductName>Windows Installer 3.1</ProductName>
158 <Install>true</Install>
159 </BootstrapperPackage>
160 </ItemGroup>
161 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.VisualBasic.targets" />
162 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
163 Other similar extension points exist, see Microsoft.Common.targets.
164 <Target Name="BeforeBuild">
165 </Target>
166 <Target Name="AfterBuild">
167 </Target>
168 -->
169 <ProjectExtensions>
170 <VisualStudio>
171 <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
172 <SilverlightProjectProperties />
173 </FlavorProperties>
174 </VisualStudio>
175 </ProjectExtensions>
176 </Project>