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 >{C57DAE00-4140-41CA-972D-2B173F79F900}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <RootNamespace >DriverModify</RootNamespace >
10+ <AssemblyName >DriverModify</AssemblyName >
11+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <Deterministic >true</Deterministic >
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+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <PlatformTarget >AnyCPU</PlatformTarget >
28+ <DebugType >pdbonly</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >Release\</OutputPath >
31+ <DefineConstants >
32+ </DefineConstants >
33+ <ErrorReport >prompt</ErrorReport >
34+ <WarningLevel >0</WarningLevel >
35+ </PropertyGroup >
36+ <PropertyGroup >
37+ <ApplicationIcon >nvidia.ico</ApplicationIcon >
38+ </PropertyGroup >
39+ <PropertyGroup >
40+ <StartupObject />
41+ </PropertyGroup >
42+ <ItemGroup >
43+ <Reference Include =" System" />
44+ <Reference Include =" System.Core" />
45+ <Reference Include =" System.Management" />
46+ <Reference Include =" System.Xml.Linq" />
47+ <Reference Include =" System.Data.DataSetExtensions" />
48+ <Reference Include =" System.Data" />
49+ <Reference Include =" System.Deployment" />
50+ <Reference Include =" System.Drawing" />
51+ <Reference Include =" System.Net.Http" />
52+ <Reference Include =" System.Windows.Forms" />
53+ <Reference Include =" System.Xml" />
54+ </ItemGroup >
55+ <ItemGroup >
56+ <Compile Include =" IniFile.cs" />
57+ <Compile Include =" Window.cs" >
58+ <SubType >Form</SubType >
59+ </Compile >
60+ <Compile Include =" Window.Designer.cs" >
61+ <DependentUpon >Window.cs</DependentUpon >
62+ </Compile >
63+ <Compile Include =" Program.cs" />
64+ <Compile Include =" Properties\AssemblyInfo.cs" />
65+ <EmbeddedResource Include =" Window.resx" >
66+ <DependentUpon >Window.cs</DependentUpon >
67+ </EmbeddedResource >
68+ <EmbeddedResource Include =" Properties\Resources.resx" >
69+ <Generator >ResXFileCodeGenerator</Generator >
70+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
71+ <SubType >Designer</SubType >
72+ </EmbeddedResource >
73+ <Compile Include =" Properties\Resources.Designer.cs" >
74+ <AutoGen >True</AutoGen >
75+ <DependentUpon >Resources.resx</DependentUpon >
76+ </Compile >
77+ <None Include =" Properties\Settings.settings" >
78+ <Generator >SettingsSingleFileGenerator</Generator >
79+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
80+ </None >
81+ <Compile Include =" Properties\Settings.Designer.cs" >
82+ <AutoGen >True</AutoGen >
83+ <DependentUpon >Settings.settings</DependentUpon >
84+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
85+ </Compile >
86+ </ItemGroup >
87+ <ItemGroup >
88+ <None Include =" App.config" />
89+ </ItemGroup >
90+ <ItemGroup >
91+ <Content Include =" nvidia.ico" />
92+ </ItemGroup >
93+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
94+ </Project >
0 commit comments