comparison SilverlightGlimpse/SilverlightGlimpse.Test/SilverlightGlimpse.Test.csproj @ 63:536498832a79

Latest version before changing bindings to Listbox
author Steven Hollidge <stevenhollidge@hotmail.com>
date Sun, 22 Apr 2012 13:33:42 +0100
parents 810116cd6b8e
children ba89e36631bc
comparison
equal deleted inserted replaced
62:810116cd6b8e 63:536498832a79
29 <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile> 29 <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
30 <UsePlatformExtensions>false</UsePlatformExtensions> 30 <UsePlatformExtensions>false</UsePlatformExtensions>
31 <ThrowErrorsInValidation>true</ThrowErrorsInValidation> 31 <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
32 <LinkedServerProject> 32 <LinkedServerProject>
33 </LinkedServerProject> 33 </LinkedServerProject>
34 <Utf8Output>true</Utf8Output>
35 <ExpressionBlendVersion>4.1.20402.0</ExpressionBlendVersion>
34 </PropertyGroup> 36 </PropertyGroup>
35 <!-- This property group is only here to support building this project using the 37 <!-- 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 38 MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs
37 to set the TargetFrameworkVersion to v3.5 --> 39 to set the TargetFrameworkVersion to v3.5 -->
38 <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'"> 40 <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
62 <ItemGroup> 64 <ItemGroup>
63 <Reference Include="mscorlib" /> 65 <Reference Include="mscorlib" />
64 <Reference Include="System.Windows" /> 66 <Reference Include="System.Windows" />
65 <Reference Include="system" /> 67 <Reference Include="system" />
66 <Reference Include="System.Core" /> 68 <Reference Include="System.Core" />
67 <Reference Include="System.Net" /> 69 <Reference Include="System.Windows.Controls, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
68 <Reference Include="System.Windows.Controls, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> 70 <Reference Include="System.Windows.Controls.Toolkit, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
69 <HintPath>..\Libs\System.Windows.Controls.dll</HintPath>
70 </Reference>
71 <Reference Include="System.Xml" /> 71 <Reference Include="System.Xml" />
72 <Reference Include="System.Windows.Browser" /> 72 <Reference Include="System.Windows.Browser" />
73 </ItemGroup> 73 </ItemGroup>
74 <ItemGroup> 74 <ItemGroup>
75 <Compile Include="App.xaml.cs"> 75 <Compile Include="App.xaml.cs">
76 <DependentUpon>App.xaml</DependentUpon> 76 <DependentUpon>App.xaml</DependentUpon>
77 </Compile>
78 <Compile Include="BuggyControl.xaml.cs">
79 <DependentUpon>BuggyControl.xaml</DependentUpon>
77 </Compile> 80 </Compile>
78 <Compile Include="MainPage.xaml.cs"> 81 <Compile Include="MainPage.xaml.cs">
79 <DependentUpon>MainPage.xaml</DependentUpon> 82 <DependentUpon>MainPage.xaml</DependentUpon>
80 </Compile> 83 </Compile>
81 <Compile Include="Properties\AssemblyInfo.cs" /> 84 <Compile Include="Properties\AssemblyInfo.cs" />
83 <ItemGroup> 86 <ItemGroup>
84 <ApplicationDefinition Include="App.xaml"> 87 <ApplicationDefinition Include="App.xaml">
85 <SubType>Designer</SubType> 88 <SubType>Designer</SubType>
86 <Generator>MSBuild:Compile</Generator> 89 <Generator>MSBuild:Compile</Generator>
87 </ApplicationDefinition> 90 </ApplicationDefinition>
91 <Page Include="BuggyControl.xaml">
92 <SubType>Designer</SubType>
93 <Generator>MSBuild:Compile</Generator>
94 </Page>
88 <Page Include="MainPage.xaml"> 95 <Page Include="MainPage.xaml">
89 <SubType>Designer</SubType> 96 <SubType>Designer</SubType>
90 <Generator>MSBuild:Compile</Generator> 97 <Generator>MSBuild:Compile</Generator>
91 </Page> 98 </Page>
92 </ItemGroup> 99 </ItemGroup>
96 <ItemGroup> 103 <ItemGroup>
97 <ProjectReference Include="..\SilverlightGlimpse\SilverlightGlimpse.csproj"> 104 <ProjectReference Include="..\SilverlightGlimpse\SilverlightGlimpse.csproj">
98 <Project>{BB51026B-2864-4389-AACA-0BBDF1926E46}</Project> 105 <Project>{BB51026B-2864-4389-AACA-0BBDF1926E46}</Project>
99 <Name>SilverlightGlimpse</Name> 106 <Name>SilverlightGlimpse</Name>
100 </ProjectReference> 107 </ProjectReference>
108 </ItemGroup>
109 <ItemGroup>
110 <WCFMetadata Include="Service References\" />
101 </ItemGroup> 111 </ItemGroup>
102 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" /> 112 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
103 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 113 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
104 Other similar extension points exist, see Microsoft.Common.targets. 114 Other similar extension points exist, see Microsoft.Common.targets.
105 <Target Name="BeforeBuild"> 115 <Target Name="BeforeBuild">
112 <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}"> 122 <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
113 <SilverlightProjectProperties /> 123 <SilverlightProjectProperties />
114 </FlavorProperties> 124 </FlavorProperties>
115 </VisualStudio> 125 </VisualStudio>
116 </ProjectExtensions> 126 </ProjectExtensions>
127 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Expression\Blend\Silverlight\v5.0\Microsoft.Expression.Blend.Silverlight.targets" />
117 </Project> 128 </Project>