1- <? xml version = " 1.0 " encoding = " utf-8 " ? >
2- < Project ToolsVersion = " Current " DefaultTargets = " Build " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " >
1+ <Project Sdk = " Microsoft.NET.Sdk.WindowsDesktop " >
2+
33 <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProductVersion >9.0.30729</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{48E0EB7C-30B3-4A98-89BC-732039BEF625}</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
114 <RootNamespace >DevZest.Windows.DataVirtualization</RootNamespace >
125 <AssemblyName >DevZest.DataVirtualization</AssemblyName >
13- <TargetFrameworkVersion >v3.5</ TargetFrameworkVersion >
14- <FileAlignment >512</ FileAlignment >
15- <SignAssembly >true </SignAssembly >
6+ <TargetFrameworks >net35;net40</ TargetFrameworks >
7+ <UseWPF >true</ UseWPF >
8+ <SignAssembly >True </SignAssembly >
169 <AssemblyOriginatorKeyFile >Key.snk</AssemblyOriginatorKeyFile >
17- <FileUpgradeFlags >
18- </FileUpgradeFlags >
19- <UpgradeBackupLocation >
20- </UpgradeBackupLocation >
21- <OldToolsVersion >3.5</OldToolsVersion >
10+ <PackageReadmeFile >README.md</PackageReadmeFile >
11+ <RepositoryUrl >https://github.com/Chaoses-Ib/DevZest.DataVirtualization.git</RepositoryUrl >
12+ <Title >DevZest Data Virtualization for WPF</Title >
13+ <Copyright >Copyright © 2010, DevZest</Copyright >
14+ <Description >Component for displaying and interacting a large data set in WPF application.</Description >
15+ <Product >DevZest Data Virtualization for WPF</Product >
16+ <Version >0.2.0</Version >
17+ <PackageProjectUrl >https://github.com/Chaoses-Ib/DevZest.DataVirtualization</PackageProjectUrl >
18+ <PackageTags >wpf data virtualization collectionview datagrid gridview</PackageTags >
19+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
20+ <Authors >DevZest, Chaoses</Authors >
21+ <RepositoryType >git</RepositoryType >
2222 </PropertyGroup >
23- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
24- <DebugSymbols >true</DebugSymbols >
25- <DebugType >full</DebugType >
26- <Optimize >false</Optimize >
27- <OutputPath >bin\Debug\</OutputPath >
28- <DefineConstants >DEBUG;TRACE</DefineConstants >
29- <ErrorReport >prompt</ErrorReport >
30- <WarningLevel >4</WarningLevel >
31- </PropertyGroup >
32- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
33- <DebugType >pdbonly</DebugType >
34- <Optimize >true</Optimize >
35- <OutputPath >bin\Release\</OutputPath >
36- <DefineConstants >TRACE</DefineConstants >
37- <ErrorReport >prompt</ErrorReport >
38- <WarningLevel >4</WarningLevel >
39- </PropertyGroup >
40- <ItemGroup >
41- <Reference Include =" PresentationCore" >
42- <RequiredTargetFramework >3.0</RequiredTargetFramework >
43- </Reference >
44- <Reference Include =" PresentationFramework" >
45- <RequiredTargetFramework >3.0</RequiredTargetFramework >
46- </Reference >
47- <Reference Include =" System" />
48- <Reference Include =" System.Core" >
49- <RequiredTargetFramework >3.5</RequiredTargetFramework >
50- </Reference >
51- <Reference Include =" WindowsBase" >
52- <RequiredTargetFramework >3.0</RequiredTargetFramework >
53- </Reference >
54- </ItemGroup >
55- <ItemGroup >
56- <Compile Include =" AdornerManager.cs" />
57- <Compile Include =" AdornerManager.DecoratorAdorner.cs" />
58- <Compile Include =" GridViewSort.cs" />
59- <Compile Include =" IVirtualListLoader.cs" />
60- <Compile Include =" LoadingAnimation.xaml.cs" >
61- <DependentUpon >LoadingAnimation.xaml</DependentUpon >
62- </Compile >
63- <Compile Include =" LoadingAnimationBlock.xaml.cs" >
64- <DependentUpon >LoadingAnimationBlock.xaml</DependentUpon >
65- </Compile >
66- <Compile Include =" Properties\AssemblyInfo.cs" />
67- <Compile Include =" QueuedBackgroundWorker.cs" />
68- <Compile Include =" SortOrder.cs" />
69- <Compile Include =" VirtualList.cs" />
70- <Compile Include =" VirtualList.ICollectionView.cs" />
71- <Compile Include =" VirtualListItem.cs" />
72- <Compile Include =" VirtualListItemBase.cs" />
73- <Compile Include =" VirtualListLoadingIndicator.cs" />
74- </ItemGroup >
75- <ItemGroup >
76- <Page Include =" LoadingAnimation.xaml" >
77- <Generator >MSBuild:Compile</Generator >
78- <SubType >Designer</SubType >
79- </Page >
80- <Page Include =" LoadingAnimationBlock.xaml" >
81- <Generator >MSBuild:Compile</Generator >
82- <SubType >Designer</SubType >
83- </Page >
84- <Page Include =" Themes\Generic.xaml" >
85- <Generator >MSBuild:Compile</Generator >
86- <SubType >Designer</SubType >
87- </Page >
88- </ItemGroup >
23+
8924 <ItemGroup >
90- <None Include =" Key.snk" />
25+ <None Include =" ..\README.md" >
26+ <Pack >True</Pack >
27+ <PackagePath >\</PackagePath >
28+ </None >
9129 </ItemGroup >
92- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
94- Other similar extension points exist, see Microsoft.Common.targets.
95- <Target Name="BeforeBuild">
96- </Target>
97- <Target Name="AfterBuild">
98- </Target>
99- -->
100- </Project >
30+
31+ </Project >
0 commit comments