Skip to content

Commit c02b194

Browse files
Updated to ShellBrowser.NET v6.4
1 parent a6203f9 commit c02b194

15 files changed

+135
-757
lines changed

CoreReferences.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<PackageReference Include="ShellBrowser.Core">
5-
<Version>6.3.1.303</Version>
5+
<Version>6.4.0.315</Version>
66
</PackageReference>
77
</ItemGroup>
88
</Project>

CoreSample/CoreSample.csproj

Lines changed: 10 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,12 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+
<Project Sdk="Microsoft.NET.Sdk">
42
<PropertyGroup>
5-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{A226D9C3-2CD6-4F80-974A-38BE39551F09}</ProjectGuid>
83
<OutputType>Exe</OutputType>
9-
<RootNamespace>CoreSample</RootNamespace>
10-
<AssemblyName>CoreSample</AssemblyName>
11-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
12-
<FileAlignment>512</FileAlignment>
13-
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14-
<TargetFrameworkProfile />
15-
</PropertyGroup>
16-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17-
<PlatformTarget>AnyCPU</PlatformTarget>
18-
<DebugSymbols>true</DebugSymbols>
19-
<DebugType>full</DebugType>
20-
<Optimize>false</Optimize>
21-
<OutputPath>bin\Debug\</OutputPath>
22-
<DefineConstants>DEBUG;TRACE</DefineConstants>
23-
<ErrorReport>prompt</ErrorReport>
24-
<WarningLevel>4</WarningLevel>
25-
<Prefer32Bit>false</Prefer32Bit>
26-
</PropertyGroup>
27-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28-
<PlatformTarget>AnyCPU</PlatformTarget>
29-
<DebugType>pdbonly</DebugType>
30-
<Optimize>true</Optimize>
31-
<OutputPath>bin\Release\</OutputPath>
32-
<DefineConstants>TRACE</DefineConstants>
33-
<ErrorReport>prompt</ErrorReport>
34-
<WarningLevel>4</WarningLevel>
35-
<Prefer32Bit>false</Prefer32Bit>
36-
</PropertyGroup>
37-
<PropertyGroup>
38-
<ApplicationIcon>..\ShellBrowserComponents-Icon.ico</ApplicationIcon>
39-
</PropertyGroup>
40-
<ItemGroup>
41-
<Reference Include="System" />
42-
<Reference Include="System.Core" />
43-
<Reference Include="System.Xml.Linq" />
44-
<Reference Include="System.Data.DataSetExtensions" />
45-
<Reference Include="Microsoft.CSharp" />
46-
<Reference Include="System.Data" />
47-
<Reference Include="System.Xml" />
48-
</ItemGroup>
49-
<ItemGroup>
50-
<Compile Include="Program.cs" />
51-
<Compile Include="Properties\AssemblyInfo.cs" />
52-
</ItemGroup>
53-
<ItemGroup>
54-
<None Include="app.config" />
55-
</ItemGroup>
56-
<Import Project="..\CoreReferences.props" />
57-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
58-
</Project>
4+
<TargetFramework>net48</TargetFramework>
5+
<ApplicationIcon>..\ShellBrowserComponents-Icon.ico</ApplicationIcon>
6+
<Configurations>Debug;Release</Configurations>
7+
<PlatformTarget>AnyCPU</PlatformTarget>
8+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
9+
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
10+
</PropertyGroup>
11+
<Import Project="..\CoreReferences.props" />
12+
</Project>

Customization/Customization.csproj

Lines changed: 5 additions & 113 deletions
Original file line numberDiff line numberDiff line change
@@ -1,114 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="15.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>{4F61510A-5450-4CBD-8264-5E0BE3F35D53}</ProjectGuid>
8-
<OutputType>WinExe</OutputType>
9-
<RootNamespace>Jam.Samples.Customization</RootNamespace>
10-
<AssemblyName>Customization</AssemblyName>
11-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12-
<FileAlignment>512</FileAlignment>
13-
<Deterministic>true</Deterministic>
14-
</PropertyGroup>
15-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16-
<PlatformTarget>AnyCPU</PlatformTarget>
17-
<DebugSymbols>true</DebugSymbols>
18-
<DebugType>full</DebugType>
19-
<Optimize>false</Optimize>
20-
<OutputPath>bin\Debug\</OutputPath>
21-
<DefineConstants>DEBUG;TRACE</DefineConstants>
22-
<ErrorReport>prompt</ErrorReport>
23-
<WarningLevel>4</WarningLevel>
24-
</PropertyGroup>
25-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26-
<PlatformTarget>AnyCPU</PlatformTarget>
27-
<DebugType>pdbonly</DebugType>
28-
<Optimize>true</Optimize>
29-
<OutputPath>bin\Release\</OutputPath>
30-
<DefineConstants>TRACE</DefineConstants>
31-
<ErrorReport>prompt</ErrorReport>
32-
<WarningLevel>4</WarningLevel>
33-
</PropertyGroup>
34-
<PropertyGroup>
35-
<ApplicationIcon>..\ShellBrowserComponents-Icon.ico</ApplicationIcon>
36-
</PropertyGroup>
37-
<ItemGroup>
38-
<Reference Include="System" />
39-
<Reference Include="System.Core" />
40-
<Reference Include="System.Xml.Linq" />
41-
<Reference Include="System.Data.DataSetExtensions" />
42-
<Reference Include="Microsoft.CSharp" />
43-
<Reference Include="System.Data" />
44-
<Reference Include="System.Deployment" />
45-
<Reference Include="System.Drawing" />
46-
<Reference Include="System.Net.Http" />
47-
<Reference Include="System.Windows.Forms" />
48-
<Reference Include="System.Xml" />
49-
</ItemGroup>
50-
<ItemGroup>
51-
<Compile Include="CustomColumns.cs">
52-
<SubType>UserControl</SubType>
53-
</Compile>
54-
<Compile Include="CustomColumns.Designer.cs">
55-
<DependentUpon>CustomColumns.cs</DependentUpon>
56-
</Compile>
57-
<Compile Include="CustomIcons.cs">
58-
<SubType>UserControl</SubType>
59-
</Compile>
60-
<Compile Include="CustomIcons.Designer.cs">
61-
<DependentUpon>CustomIcons.cs</DependentUpon>
62-
</Compile>
63-
<Compile Include="CustomizationMainForm.cs">
64-
<SubType>Form</SubType>
65-
</Compile>
66-
<Compile Include="CustomizationMainForm.Designer.cs">
67-
<DependentUpon>CustomizationMainForm.cs</DependentUpon>
68-
</Compile>
69-
<Compile Include="CustomThumbnails.cs">
70-
<SubType>UserControl</SubType>
71-
</Compile>
72-
<Compile Include="CustomThumbnails.Designer.cs">
73-
<DependentUpon>CustomThumbnails.cs</DependentUpon>
74-
</Compile>
75-
<Compile Include="Program.cs" />
76-
<Compile Include="Properties\AssemblyInfo.cs" />
77-
<EmbeddedResource Include="CustomColumns.resx">
78-
<DependentUpon>CustomColumns.cs</DependentUpon>
79-
</EmbeddedResource>
80-
<EmbeddedResource Include="CustomIcons.resx">
81-
<DependentUpon>CustomIcons.cs</DependentUpon>
82-
</EmbeddedResource>
83-
<EmbeddedResource Include="CustomizationMainForm.resx">
84-
<DependentUpon>CustomizationMainForm.cs</DependentUpon>
85-
</EmbeddedResource>
86-
<EmbeddedResource Include="CustomThumbnails.resx">
87-
<DependentUpon>CustomThumbnails.cs</DependentUpon>
88-
</EmbeddedResource>
89-
<EmbeddedResource Include="Properties\Resources.resx">
90-
<Generator>ResXFileCodeGenerator</Generator>
91-
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
92-
<SubType>Designer</SubType>
93-
</EmbeddedResource>
94-
<Compile Include="Properties\Resources.Designer.cs">
95-
<AutoGen>True</AutoGen>
96-
<DependentUpon>Resources.resx</DependentUpon>
97-
<DesignTime>True</DesignTime>
98-
</Compile>
99-
<None Include="Properties\Settings.settings">
100-
<Generator>SettingsSingleFileGenerator</Generator>
101-
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
102-
</None>
103-
<Compile Include="Properties\Settings.Designer.cs">
104-
<AutoGen>True</AutoGen>
105-
<DependentUpon>Settings.settings</DependentUpon>
106-
<DesignTimeSharedInput>True</DesignTimeSharedInput>
107-
</Compile>
108-
</ItemGroup>
109-
<ItemGroup>
110-
<None Include="App.config" />
111-
</ItemGroup>
112-
<Import Project="..\ProjectReferences.props" />
113-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
2+
<Import Project="..\DefaultExampleProject.props" />
3+
<PropertyGroup>
4+
<RootNamespace>Jam.Samples.Customization</RootNamespace>
5+
</PropertyGroup>
1146
</Project>

DefaultExampleProject.props

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<OutputType>WinExe</OutputType>
5+
<TargetFramework>net48</TargetFramework>
6+
<UseWindowsForms>true</UseWindowsForms>
7+
<ApplicationIcon>..\ShellBrowserComponents-Icon.ico</ApplicationIcon>
8+
<Configurations>Debug;Release</Configurations>
9+
<PlatformTarget>AnyCPU</PlatformTarget>
10+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
11+
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
12+
<Platforms>AnyCPU</Platforms>
13+
</PropertyGroup>
14+
<Import Project=".\ProjectReferences.props" />
15+
</Project>
Lines changed: 6 additions & 122 deletions
Original file line numberDiff line numberDiff line change
@@ -1,123 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="15.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>{5C1D8ECE-23BF-4D16-945D-C69CCCBCC7C1}</ProjectGuid>
8-
<OutputType>WinExe</OutputType>
9-
<RootNamespace>ExplorerBrowser</RootNamespace>
10-
<AssemblyName>ExplorerBrowser</AssemblyName>
11-
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
12-
<FileAlignment>512</FileAlignment>
13-
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14-
<TargetFrameworkProfile>
15-
</TargetFrameworkProfile>
16-
<PublishUrl>publish\</PublishUrl>
17-
<Install>true</Install>
18-
<InstallFrom>Disk</InstallFrom>
19-
<UpdateEnabled>false</UpdateEnabled>
20-
<UpdateMode>Foreground</UpdateMode>
21-
<UpdateInterval>7</UpdateInterval>
22-
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
23-
<UpdatePeriodically>false</UpdatePeriodically>
24-
<UpdateRequired>false</UpdateRequired>
25-
<MapFileExtensions>true</MapFileExtensions>
26-
<ApplicationRevision>0</ApplicationRevision>
27-
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
28-
<IsWebBootstrapper>false</IsWebBootstrapper>
29-
<UseApplicationTrust>false</UseApplicationTrust>
30-
<BootstrapperEnabled>true</BootstrapperEnabled>
31-
</PropertyGroup>
32-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33-
<PlatformTarget>AnyCPU</PlatformTarget>
34-
<DebugSymbols>true</DebugSymbols>
35-
<DebugType>full</DebugType>
36-
<Optimize>false</Optimize>
37-
<OutputPath>bin\Debug\</OutputPath>
38-
<DefineConstants>DEBUG;TRACE</DefineConstants>
39-
<ErrorReport>prompt</ErrorReport>
40-
<WarningLevel>4</WarningLevel>
41-
<Prefer32Bit>false</Prefer32Bit>
42-
</PropertyGroup>
43-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
44-
<PlatformTarget>AnyCPU</PlatformTarget>
45-
<DebugType>pdbonly</DebugType>
46-
<Optimize>true</Optimize>
47-
<OutputPath>bin\Release\</OutputPath>
48-
<DefineConstants>TRACE</DefineConstants>
49-
<ErrorReport>prompt</ErrorReport>
50-
<WarningLevel>4</WarningLevel>
51-
<Prefer32Bit>false</Prefer32Bit>
52-
</PropertyGroup>
53-
<PropertyGroup>
54-
<ApplicationIcon>..\ShellBrowserComponents-Icon.ico</ApplicationIcon>
55-
</PropertyGroup>
56-
<PropertyGroup>
57-
<ApplicationManifest>app.manifest</ApplicationManifest>
58-
</PropertyGroup>
59-
<ItemGroup>
60-
<Reference Include="System" />
61-
<Reference Include="System.Core" />
62-
<Reference Include="System.Xml.Linq" />
63-
<Reference Include="System.Data.DataSetExtensions" />
64-
<Reference Include="Microsoft.CSharp" />
65-
<Reference Include="System.Data" />
66-
<Reference Include="System.Deployment" />
67-
<Reference Include="System.Drawing" />
68-
<Reference Include="System.Windows.Forms" />
69-
<Reference Include="System.Xml" />
70-
</ItemGroup>
71-
<ItemGroup>
72-
<Compile Include="ExplorerBrowserMainForm.cs">
73-
<SubType>Form</SubType>
74-
</Compile>
75-
<Compile Include="ExplorerBrowserMainForm.Designer.cs">
76-
<DependentUpon>ExplorerBrowserMainForm.cs</DependentUpon>
77-
</Compile>
78-
<Compile Include="FormColumns.cs">
79-
<SubType>Form</SubType>
80-
</Compile>
81-
<Compile Include="FormColumns.designer.cs">
82-
<DependentUpon>FormColumns.cs</DependentUpon>
83-
</Compile>
84-
<Compile Include="Program.cs" />
85-
<Compile Include="Properties\AssemblyInfo.cs" />
86-
<EmbeddedResource Include="ExplorerBrowserMainForm.resx">
87-
<DependentUpon>ExplorerBrowserMainForm.cs</DependentUpon>
88-
</EmbeddedResource>
89-
<EmbeddedResource Include="FormColumns.resx">
90-
<DependentUpon>FormColumns.cs</DependentUpon>
91-
</EmbeddedResource>
92-
<EmbeddedResource Include="Properties\Resources.resx">
93-
<Generator>ResXFileCodeGenerator</Generator>
94-
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
95-
<SubType>Designer</SubType>
96-
</EmbeddedResource>
97-
<Compile Include="Properties\Resources.Designer.cs">
98-
<AutoGen>True</AutoGen>
99-
<DependentUpon>Resources.resx</DependentUpon>
100-
<DesignTime>True</DesignTime>
101-
</Compile>
102-
<None Include="app.config" />
103-
<None Include="app.manifest" />
104-
<None Include="Properties\Settings.settings">
105-
<Generator>SettingsSingleFileGenerator</Generator>
106-
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
107-
</None>
108-
<Compile Include="Properties\Settings.Designer.cs">
109-
<AutoGen>True</AutoGen>
110-
<DependentUpon>Settings.settings</DependentUpon>
111-
<DesignTimeSharedInput>True</DesignTimeSharedInput>
112-
</Compile>
113-
</ItemGroup>
114-
<ItemGroup>
115-
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
116-
<Visible>False</Visible>
117-
<ProductName>.NET Framework 3.5 SP1</ProductName>
118-
<Install>false</Install>
119-
</BootstrapperPackage>
120-
</ItemGroup>
121-
<Import Project="..\ProjectReferences.props" />
122-
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
1+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
2+
<Import Project="..\DefaultExampleProject.props" />
3+
<PropertyGroup>
4+
<TargetFramework>net48</TargetFramework>
5+
<ApplicationManifest>app.manifest</ApplicationManifest>
6+
</PropertyGroup>
1237
</Project>

0 commit comments

Comments
 (0)