comparison Glimpse/Glimpse.Old.vbproj @ 72:177a9d1eba10

Latest version
author Steven Hollidge <stevenhollidge@hotmail.com>
date Mon, 23 Apr 2012 17:57:21 +0100
parents
children
comparison
equal deleted inserted replaced
71:96e6fbd70f49 72:177a9d1eba10
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>v5.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>4.0</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 <Generator>MSBuild:Compile</Generator>
125 <SubType>Designer</SubType>
126 </Page>
127 <Page Include="Glimpse Controls\ExceptionsViewer.xaml">
128 <SubType>Designer</SubType>
129 <Generator>MSBuild:MarkupCompilePass1</Generator>
130 <Generator>MSBuild:Compile</Generator>
131 <SubType>Designer</SubType>
132 <Generator>MSBuild:Compile</Generator>
133 <SubType>Designer</SubType>
134 </Page>
135 <Page Include="Glimpse Controls\LoadExceptionViewer.xaml">
136 <SubType>Designer</SubType>
137 <Generator>MSBuild:MarkupCompilePass1</Generator>
138 <Generator>MSBuild:Compile</Generator>
139 <SubType>Designer</SubType>
140 <Generator>MSBuild:Compile</Generator>
141 <SubType>Designer</SubType>
142 </Page>
143 <Page Include="Glimpse Controls\GlimpseViewer.xaml">
144 <SubType>Designer</SubType>
145 <Generator>MSBuild:MarkupCompilePass1</Generator>
146 <Generator>MSBuild:Compile</Generator>
147 <SubType>Designer</SubType>
148 <Generator>MSBuild:Compile</Generator>
149 <SubType>Designer</SubType>
150 </Page>
151 </ItemGroup>
152 <ItemGroup>
153 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
154 <Visible>False</Visible>
155 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
156 <Install>false</Install>
157 </BootstrapperPackage>
158 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
159 <Visible>False</Visible>
160 <ProductName>.NET Framework 3.5 SP1</ProductName>
161 <Install>true</Install>
162 </BootstrapperPackage>
163 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
164 <Visible>False</Visible>
165 <ProductName>Windows Installer 3.1</ProductName>
166 <Install>true</Install>
167 </BootstrapperPackage>
168 </ItemGroup>
169 <ItemGroup>
170 <ProjectReference Include="..\SilverlightGlimpse\FloatableWindow\FloatableWindow.csproj">
171 <Project>{D47E6045-91BB-4CD0-942F-FF015F10F7F2}</Project>
172 <Name>FloatableWindow</Name>
173 </ProjectReference>
174 </ItemGroup>
175 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.VisualBasic.targets" />
176 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
177 Other similar extension points exist, see Microsoft.Common.targets.
178 <Target Name="BeforeBuild">
179 </Target>
180 <Target Name="AfterBuild">
181 </Target>
182 -->
183 <ProjectExtensions>
184 <VisualStudio>
185 <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
186 <SilverlightProjectProperties />
187 </FlavorProperties>
188 </VisualStudio>
189 </ProjectExtensions>
190 </Project>