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" >
2+
43 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{34E0F0F2-5475-4464-B7FB-213675891FB4}</ProjectGuid >
84 <OutputType >WinExe</OutputType >
9- <RootNamespace >LighthouseV2PowerControl</RootNamespace >
10- <AssemblyName >LighthouseV2PowerControl</AssemblyName >
11- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
12- <FileAlignment >512</FileAlignment >
13- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14- <Deterministic >true</Deterministic >
15- <NuGetPackageImportStamp >
16- </NuGetPackageImportStamp >
17- <PublishUrl >publish\</PublishUrl >
18- <Install >true</Install >
19- <InstallFrom >Disk</InstallFrom >
20- <UpdateEnabled >false</UpdateEnabled >
21- <UpdateMode >Foreground</UpdateMode >
22- <UpdateInterval >7</UpdateInterval >
23- <UpdateIntervalUnits >Days</UpdateIntervalUnits >
24- <UpdatePeriodically >false</UpdatePeriodically >
25- <UpdateRequired >false</UpdateRequired >
26- <MapFileExtensions >true</MapFileExtensions >
27- <ApplicationRevision >0</ApplicationRevision >
28- <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
29- <IsWebBootstrapper >false</IsWebBootstrapper >
30- <UseApplicationTrust >false</UseApplicationTrust >
31- <BootstrapperEnabled >true</BootstrapperEnabled >
32- </PropertyGroup >
33- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
34- <PlatformTarget >AnyCPU</PlatformTarget >
35- <DebugSymbols >true</DebugSymbols >
36- <DebugType >full</DebugType >
37- <Optimize >false</Optimize >
38- <OutputPath >bin\Debug\</OutputPath >
39- <DefineConstants >DEBUG;TRACE</DefineConstants >
40- <ErrorReport >prompt</ErrorReport >
41- <WarningLevel >4</WarningLevel >
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- </PropertyGroup >
52- <PropertyGroup >
5+ <TargetFramework >netcoreapp3.1</TargetFramework >
6+ <UseWindowsForms >true</UseWindowsForms >
537 <ApplicationIcon >newIcon.ico</ApplicationIcon >
548 </PropertyGroup >
9+
5510 <ItemGroup >
56- <Reference Include =" System" />
57- <Reference Include =" System.Core" />
58- <Reference Include =" System.Runtime.WindowsRuntime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
59- <SpecificVersion >False</SpecificVersion >
60- <HintPath >C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.WindowsRuntime.dll</HintPath >
11+ <Reference Include =" System.Runtime.WindowsRuntime" >
12+ <HintPath >..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.WindowsRuntime.dll</HintPath >
6113 </Reference >
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.Net.Http" />
69- <Reference Include =" System.Windows.Forms" />
70- <Reference Include =" System.Xml" />
7114 <Reference Include =" Windows" >
72- <HintPath >..\..\..\Windows Kits\10\UnionMetadata\10.0.19041.0\Windows.winmd</HintPath >
15+ <HintPath >E:\Windows Kits\10\UnionMetadata\10.0.19041.0\Windows.winmd</HintPath >
16+ <IsWinMDFile >true</IsWinMDFile >
7317 </Reference >
7418 </ItemGroup >
75- <ItemGroup >
76- <Compile Include =" Form1.cs" >
77- <SubType >Form</SubType >
78- </Compile >
79- <Compile Include =" Form1.Designer.cs" >
80- <DependentUpon >Form1.cs</DependentUpon >
81- </Compile >
82- <Compile Include =" Program.cs" />
83- <Compile Include =" Properties\AssemblyInfo.cs" />
84- <EmbeddedResource Include =" Form1.resx" >
85- <DependentUpon >Form1.cs</DependentUpon >
86- </EmbeddedResource >
87- <EmbeddedResource Include =" Properties\Resources.resx" >
88- <Generator >ResXFileCodeGenerator</Generator >
89- <LastGenOutput >Resources.Designer.cs</LastGenOutput >
90- <SubType >Designer</SubType >
91- </EmbeddedResource >
92- <Compile Include =" Properties\Resources.Designer.cs" >
93- <AutoGen >True</AutoGen >
94- <DependentUpon >Resources.resx</DependentUpon >
95- </Compile >
96- <None Include =" Properties\Settings.settings" >
97- <Generator >SettingsSingleFileGenerator</Generator >
98- <LastGenOutput >Settings.Designer.cs</LastGenOutput >
99- </None >
100- <Compile Include =" Properties\Settings.Designer.cs" >
101- <AutoGen >True</AutoGen >
102- <DependentUpon >Settings.settings</DependentUpon >
103- <DesignTimeSharedInput >True</DesignTimeSharedInput >
104- </Compile >
105- </ItemGroup >
106- <ItemGroup >
107- <None Include =" App.config" />
108- </ItemGroup >
109- <ItemGroup >
110- <BootstrapperPackage Include =" .NETFramework,Version=v4.7.2" >
111- <Visible >False</Visible >
112- <ProductName >Microsoft .NET Framework 4.7.2 %28x86 и x64%29</ProductName >
113- <Install >true</Install >
114- </BootstrapperPackage >
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- <ItemGroup >
122- <Content Include =" newIcon.ico" />
123- </ItemGroup >
124- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
19+
12520</Project >
0 commit comments