comparison delete me/Glimpse/Glimpse.vbproj @ 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 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="FloatableWindow">
76 <HintPath>..\Libs\FloatableWindow.dll</HintPath>
77 </Reference>
78 <Reference Include="System.Windows" />
79 <Reference Include="mscorlib" />
80 <Reference Include="system" />
81 <Reference Include="System.Core" />
82 <Reference Include="System.Net" />
83 <Reference Include="System.Windows.Controls, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
84 <Reference Include="System.Xml" />
85 <Reference Include="System.Windows.Browser" />
86 </ItemGroup>
87 <ItemGroup>
88 <Import Include="Microsoft.VisualBasic" />
89 <Import Include="System" />
90 <Import Include="System.Linq" />
91 <Import Include="System.Collections.Generic" />
92 <Import Include="System.Net" />
93 <Import Include="System.Xml" />
94 <Import Include="System.Windows" />
95 <Import Include="System.Windows.Controls" />
96 <Import Include="System.Windows.Documents" />
97 <Import Include="System.Windows.Ink" />
98 <Import Include="System.Windows.Input" />
99 <Import Include="System.Windows.Media" />
100 <Import Include="System.Windows.Media.Animation" />
101 <Import Include="System.Windows.Shapes" />
102 </ItemGroup>
103 <ItemGroup>
104 <Compile Include="Glimpse Controls\BrokenBindingsViewer.xaml.vb">
105 <DependentUpon>BrokenBindingsViewer.xaml</DependentUpon>
106 </Compile>
107 <Compile Include="Glimpse Controls\ExceptionsViewer.xaml.vb">
108 <DependentUpon>ExceptionsViewer.xaml</DependentUpon>
109 </Compile>
110 <Compile Include="Glimpse Controls\LoadExceptionViewer.xaml.vb">
111 <DependentUpon>LoadExceptionViewer.xaml</DependentUpon>
112 </Compile>
113 <Compile Include="Glimpse Controls\GlimpseViewer.xaml.vb">
114 <DependentUpon>GlimpseViewer.xaml</DependentUpon>
115 </Compile>
116 <Compile Include="Glimpse Services\GlimpseService.vb" />
117 <Compile Include="Model\BrokenBinding.vb" />
118 <Compile Include="Model\ExceptionWrapper.vb" />
119 <Compile Include="My Project\AssemblyInfo.vb" />
120 </ItemGroup>
121 <ItemGroup>
122 <Page Include="Glimpse Controls\BrokenBindingsViewer.xaml">
123 <SubType>Designer</SubType>
124 <Generator>MSBuild:MarkupCompilePass1</Generator>
125 <Generator>MSBuild:Compile</Generator>
126 <SubType>Designer</SubType>
127 </Page>
128 <Page Include="Glimpse Controls\ExceptionsViewer.xaml">
129 <SubType>Designer</SubType>
130 <Generator>MSBuild:MarkupCompilePass1</Generator>
131 <Generator>MSBuild:Compile</Generator>
132 <SubType>Designer</SubType>
133 </Page>
134 <Page Include="Glimpse Controls\LoadExceptionViewer.xaml">
135 <SubType>Designer</SubType>
136 <Generator>MSBuild:MarkupCompilePass1</Generator>
137 <Generator>MSBuild:Compile</Generator>
138 <SubType>Designer</SubType>
139 </Page>
140 <Page Include="Glimpse Controls\GlimpseViewer.xaml">
141 <SubType>Designer</SubType>
142 <Generator>MSBuild:MarkupCompilePass1</Generator>
143 <Generator>MSBuild:Compile</Generator>
144 <SubType>Designer</SubType>
145 </Page>
146 </ItemGroup>
147 <ItemGroup>
148 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
149 <Visible>False</Visible>
150 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
151 <Install>false</Install>
152 </BootstrapperPackage>
153 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
154 <Visible>False</Visible>
155 <ProductName>.NET Framework 3.5 SP1</ProductName>
156 <Install>true</Install>
157 </BootstrapperPackage>
158 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
159 <Visible>False</Visible>
160 <ProductName>Windows Installer 3.1</ProductName>
161 <Install>true</Install>
162 </BootstrapperPackage>
163 </ItemGroup>
164 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.VisualBasic.targets" />
165 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
166 Other similar extension points exist, see Microsoft.Common.targets.
167 <Target Name="BeforeBuild">
168 </Target>
169 <Target Name="AfterBuild">
170 </Target>
171 -->
172 <ProjectExtensions>
173 <VisualStudio>
174 <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
175 <SilverlightProjectProperties />
176 </FlavorProperties>
177 </VisualStudio>
178 </ProjectExtensions>
179 </Project>