1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" 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 >{32C01585-2D4A-4D70-A995-83DEAD479CF6}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >AutoFitContentDemo</RootNamespace >
11+ <AssemblyName >AutoFitContentDemo</AssemblyName >
12+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
15+ <WarningLevel >4</WarningLevel >
16+ <TargetFrameworkProfile />
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+ <Resource Include =" App.ico" />
39+ </ItemGroup >
40+ <ItemGroup >
41+ <Reference Include =" Syncfusion.SampleLayout.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.Windows.Interactivity" >
58+ <SpecificVersion >False</SpecificVersion >
59+ <HintPath >..\..\..\Common\Data\Interactivity_Binaries\WPF\4.0\System.Windows.Interactivity.dll</HintPath >
60+ </Reference >
61+ <Reference Include =" System.Xml" />
62+ <Reference Include =" Microsoft.CSharp" />
63+ <Reference Include =" System.Core" />
64+ <Reference Include =" System.Xml.Linq" />
65+ <Reference Include =" System.Data.DataSetExtensions" />
66+ <Reference Include =" System.Net.Http" />
67+ <Reference Include =" System.Xaml" >
68+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
69+ </Reference >
70+ <Reference Include =" WindowsBase" />
71+ <Reference Include =" PresentationCore" />
72+ <Reference Include =" PresentationFramework" />
73+ </ItemGroup >
74+ <ItemGroup >
75+ <ApplicationDefinition Include =" App.xaml" >
76+ <Generator >MSBuild:Compile</Generator >
77+ <SubType >Designer</SubType >
78+ </ApplicationDefinition >
79+ <Page Include =" AutoFitContent.xaml" >
80+ <Generator >MSBuild:Compile</Generator >
81+ <SubType >Designer</SubType >
82+ </Page >
83+ <Compile Include =" Actions\QueryNodeSizeEvent.cs" />
84+ <Compile Include =" App.xaml.cs" >
85+ <DependentUpon >App.xaml</DependentUpon >
86+ <SubType >Code</SubType >
87+ </Compile >
88+ <Compile Include =" Model\FileManager.cs" />
89+ <Compile Include =" ViewModel\FileManagerViewModel.cs" />
90+ <Compile Include =" AutoFitContent.xaml.cs" >
91+ <DependentUpon >AutoFitContent.xaml</DependentUpon >
92+ <SubType >Code</SubType >
93+ </Compile >
94+ </ItemGroup >
95+ <ItemGroup >
96+ <Compile Include =" Properties\AssemblyInfo.cs" >
97+ <SubType >Code</SubType >
98+ </Compile >
99+ <Compile Include =" Properties\Resources.Designer.cs" >
100+ <AutoGen >True</AutoGen >
101+ <DesignTime >True</DesignTime >
102+ <DependentUpon >Resources.resx</DependentUpon >
103+ </Compile >
104+ <Compile Include =" Properties\Settings.Designer.cs" >
105+ <AutoGen >True</AutoGen >
106+ <DependentUpon >Settings.settings</DependentUpon >
107+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
108+ </Compile >
109+ <EmbeddedResource Include =" Properties\Resources.resx" >
110+ <Generator >ResXFileCodeGenerator</Generator >
111+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
112+ </EmbeddedResource >
113+ <None Include =" Properties\Settings.settings" >
114+ <Generator >SettingsSingleFileGenerator</Generator >
115+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
116+ </None >
117+ </ItemGroup >
118+ <ItemGroup >
119+ <None Include =" App.config" />
120+ </ItemGroup >
121+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122+ <ItemGroup >
123+ <Reference Include =" Syncfusion.Licensing" />
124+ </ItemGroup >
125+ <ItemGroup />
126+ <ItemGroup >
127+ <Resource Include =" Images\collapse.png" />
128+ <Resource Include =" Images\expand.png" />
129+ <Resource Include =" Images\treeview_exe.png" />
130+ <Resource Include =" Images\treeview_folder.png" />
131+ <Resource Include =" Images\treeview_img0.png" />
132+ <Resource Include =" Images\treeview_img1.png" />
133+ <Resource Include =" Images\treeview_mp3.png" />
134+ <Resource Include =" Images\treeview_pdf.png" />
135+ <Resource Include =" Images\treeview_png.png" />
136+ <Resource Include =" Images\treeview_ppt.png" />
137+ <Resource Include =" Images\treeview_video.png" />
138+ <Resource Include =" Images\treeview_word.png" />
139+ <Resource Include =" Images\treeview_zip.png" />
140+ </ItemGroup >
141+ </Project >
0 commit comments