1
+ <Project ToolsVersion =" 3.5" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
+ <PropertyGroup >
3
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
4
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
5
+ <ProductVersion >9.0.30729</ProductVersion >
6
+ <SchemaVersion >2.0</SchemaVersion >
7
+ <ProjectGuid >{FC5D18A1-56FD-4018-B607-79841A473B8D}</ProjectGuid >
8
+ <ProjectTypeGuids >{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
9
+ <OutputType >Library</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >ExpandTreeViewSilverlight</RootNamespace >
12
+ <AssemblyName >ExpandTreeViewSilverlight</AssemblyName >
13
+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
14
+ <SilverlightApplication >true</SilverlightApplication >
15
+ <SupportedCultures >
16
+ </SupportedCultures >
17
+ <XapOutputs >true</XapOutputs >
18
+ <GenerateSilverlightManifest >true</GenerateSilverlightManifest >
19
+ <XapFilename >ExpandTreeViewSilverlight.xap</XapFilename >
20
+ <SilverlightManifestTemplate >Properties\AppManifest.xml</SilverlightManifestTemplate >
21
+ <SilverlightAppEntry >ExpandTreeViewSilverlight.App</SilverlightAppEntry >
22
+ <TestPageFileName >TestPage.html</TestPageFileName >
23
+ <CreateTestPage >true</CreateTestPage >
24
+ <ValidateXaml >true</ValidateXaml >
25
+ <ThrowErrorsInValidation >false</ThrowErrorsInValidation >
26
+ <FileUpgradeFlags >
27
+ </FileUpgradeFlags >
28
+ <OldToolsVersion >3.5</OldToolsVersion >
29
+ <UpgradeBackupLocation >
30
+ </UpgradeBackupLocation >
31
+ </PropertyGroup >
32
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
33
+ <DebugSymbols >true</DebugSymbols >
34
+ <DebugType >full</DebugType >
35
+ <Optimize >false</Optimize >
36
+ <OutputPath >Bin\Debug</OutputPath >
37
+ <DefineConstants >DEBUG;TRACE;SILVERLIGHT</DefineConstants >
38
+ <NoStdLib >true</NoStdLib >
39
+ <NoConfig >true</NoConfig >
40
+ <ErrorReport >prompt</ErrorReport >
41
+ <WarningLevel >4</WarningLevel >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
44
+ <DebugType >pdbonly</DebugType >
45
+ <Optimize >true</Optimize >
46
+ <OutputPath >Bin\Release</OutputPath >
47
+ <DefineConstants >TRACE;SILVERLIGHT</DefineConstants >
48
+ <NoStdLib >true</NoStdLib >
49
+ <NoConfig >true</NoConfig >
50
+ <ErrorReport >prompt</ErrorReport >
51
+ <WarningLevel >4</WarningLevel >
52
+ </PropertyGroup >
53
+ <ItemGroup >
54
+ <Reference Include =" Microsoft.Windows.Controls, Version=2.0.21027.1502, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
55
+ <SpecificVersion >False</SpecificVersion >
56
+ <HintPath >SilverlightToolkit\Microsoft.Windows.Controls.dll</HintPath >
57
+ </Reference >
58
+ <Reference Include =" Microsoft.Windows.Controls.DataVisualization, Version=2.0.21027.1502, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
59
+ <SpecificVersion >False</SpecificVersion >
60
+ <HintPath >SilverlightToolkit\Microsoft.Windows.Controls.DataVisualization.dll</HintPath >
61
+ </Reference >
62
+ <Reference Include =" Microsoft.Windows.Controls.Input, Version=2.0.21027.1502, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
63
+ <SpecificVersion >False</SpecificVersion >
64
+ <HintPath >SilverlightToolkit\Microsoft.Windows.Controls.Input.dll</HintPath >
65
+ </Reference >
66
+ <Reference Include =" Microsoft.Windows.Controls.Theming, Version=2.0.21027.1502, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
67
+ <SpecificVersion >False</SpecificVersion >
68
+ <HintPath >SilverlightToolkit\Microsoft.Windows.Controls.Theming.dll</HintPath >
69
+ </Reference >
70
+ <Reference Include =" System.Windows" />
71
+ <Reference Include =" mscorlib" />
72
+ <Reference Include =" system" />
73
+ <Reference Include =" System.Core" />
74
+ <Reference Include =" System.Net" />
75
+ <Reference Include =" System.Xml" />
76
+ <Reference Include =" System.Windows.Browser" />
77
+ </ItemGroup >
78
+ <ItemGroup >
79
+ <Compile Include =" App.xaml.cs" >
80
+ <DependentUpon >App.xaml</DependentUpon >
81
+ </Compile >
82
+ <Compile Include =" DataSource.cs" />
83
+ <Compile Include =" Page.xaml.cs" >
84
+ <DependentUpon >Page.xaml</DependentUpon >
85
+ </Compile >
86
+ <Compile Include =" Properties\AssemblyInfo.cs" />
87
+ </ItemGroup >
88
+ <ItemGroup >
89
+ <ApplicationDefinition Include =" App.xaml" >
90
+ <Generator >MSBuild:Compile</Generator >
91
+ <SubType >Designer</SubType >
92
+ </ApplicationDefinition >
93
+ <Page Include =" Page.xaml" >
94
+ <Generator >MSBuild:Compile</Generator >
95
+ <SubType >Designer</SubType >
96
+ </Page >
97
+ </ItemGroup >
98
+ <ItemGroup >
99
+ <None Include =" Properties\AppManifest.xml" />
100
+ </ItemGroup >
101
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" Condition =" " />
102
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
103
+ Other similar extension points exist, see Microsoft.Common.targets.
104
+ <Target Name="BeforeBuild">
105
+ </Target>
106
+ <Target Name="AfterBuild">
107
+ </Target>
108
+ -->
109
+ <ProjectExtensions >
110
+ <VisualStudio >
111
+ <FlavorProperties GUID =" {A1591282-1198-4647-A2B1-27E5FF5F6F3B}" >
112
+ <SilverlightProjectProperties />
113
+ </FlavorProperties >
114
+ </VisualStudio >
115
+ </ProjectExtensions >
116
+ </Project >
0 commit comments