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