1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{675472F3-FAEA-49BC-8639-4176D3B083DC}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <RootNamespace >LoadOnDemandDemo</RootNamespace >
10+ <AssemblyName >LoadOnDemandDemo</AssemblyName >
11+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14+ <WarningLevel >4</WarningLevel >
15+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
16+ <Deterministic >true</Deterministic >
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19+ <PlatformTarget >AnyCPU</PlatformTarget >
20+ <DebugSymbols >true</DebugSymbols >
21+ <DebugType >full</DebugType >
22+ <Optimize >false</Optimize >
23+ <OutputPath >bin\Debug\</OutputPath >
24+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29+ <PlatformTarget >AnyCPU</PlatformTarget >
30+ <DebugType >pdbonly</DebugType >
31+ <Optimize >true</Optimize >
32+ <OutputPath >bin\Release\</OutputPath >
33+ <DefineConstants >TRACE</DefineConstants >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >4</WarningLevel >
36+ </PropertyGroup >
37+ <ItemGroup >
38+ <Reference Include =" Syncfusion.SampleLayout.WPF" >
39+ <SpecificVersion >False</SpecificVersion >
40+ </Reference >
41+ <Reference Include =" Syncfusion.Shared.Wpf" >
42+ <SpecificVersion >False</SpecificVersion >
43+ </Reference >
44+ <Reference Include =" Syncfusion.SfTreeView.WPF" >
45+ <SpecificVersion >False</SpecificVersion >
46+ </Reference >
47+ <Reference Include =" Syncfusion.SfSkinManager.WPF" >
48+ <SpecificVersion >False</SpecificVersion >
49+ <Private >True</Private >
50+ </Reference >
51+ <Reference Include =" Syncfusion.Themes.MaterialLight.WPF" >
52+ <SpecificVersion >False</SpecificVersion >
53+ <Private >True</Private >
54+ </Reference >
55+ <Reference Include =" System" />
56+ <Reference Include =" System.Data" />
57+ <Reference Include =" System.Xml" />
58+ <Reference Include =" Microsoft.CSharp" />
59+ <Reference Include =" System.Core" />
60+ <Reference Include =" System.Xml.Linq" />
61+ <Reference Include =" System.Data.DataSetExtensions" />
62+ <Reference Include =" System.Net.Http" />
63+ <Reference Include =" System.Xaml" >
64+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
65+ </Reference >
66+ <Reference Include =" WindowsBase" />
67+ <Reference Include =" PresentationCore" />
68+ <Reference Include =" PresentationFramework" />
69+ </ItemGroup >
70+ <ItemGroup >
71+ <ApplicationDefinition Include =" App.xaml" >
72+ <Generator >MSBuild:Compile</Generator >
73+ <SubType >Designer</SubType >
74+ </ApplicationDefinition >
75+ <Compile Include =" ViewModel\MusicInfoRepository.cs" />
76+ <Compile Include =" Command\OnDemandCommand.cs" />
77+ <Page Include =" LoadOnDemand.xaml" >
78+ <Generator >MSBuild:Compile</Generator >
79+ <SubType >Designer</SubType >
80+ </Page >
81+ <Compile Include =" App.xaml.cs" >
82+ <DependentUpon >App.xaml</DependentUpon >
83+ <SubType >Code</SubType >
84+ </Compile >
85+ <Compile Include =" LoadOnDemand.xaml.cs" >
86+ <DependentUpon >LoadOnDemand.xaml</DependentUpon >
87+ <SubType >Code</SubType >
88+ </Compile >
89+ </ItemGroup >
90+ <ItemGroup >
91+ <Compile Include =" Model\MusicInfo.cs" />
92+ <Compile Include =" Properties\AssemblyInfo.cs" >
93+ <SubType >Code</SubType >
94+ </Compile >
95+ <Compile Include =" Properties\Resources.Designer.cs" >
96+ <AutoGen >True</AutoGen >
97+ <DesignTime >True</DesignTime >
98+ <DependentUpon >Resources.resx</DependentUpon >
99+ </Compile >
100+ <Compile Include =" Properties\Settings.Designer.cs" >
101+ <AutoGen >True</AutoGen >
102+ <DependentUpon >Settings.settings</DependentUpon >
103+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
104+ </Compile >
105+ <EmbeddedResource Include =" Properties\Resources.resx" >
106+ <Generator >ResXFileCodeGenerator</Generator >
107+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
108+ </EmbeddedResource >
109+ <None Include =" Properties\Settings.settings" >
110+ <Generator >SettingsSingleFileGenerator</Generator >
111+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
112+ </None >
113+ </ItemGroup >
114+ <ItemGroup >
115+ <None Include =" App.config" />
116+ </ItemGroup >
117+ <ItemGroup >
118+ <Resource Include =" App.ico" />
119+ </ItemGroup >
120+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
121+ <ItemGroup >
122+ <Reference Include =" Syncfusion.Licensing" />
123+ </ItemGroup >
124+ </Project >
0 commit comments