12
12
<FileAlignment >512</FileAlignment >
13
13
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
14
<Deterministic >true</Deterministic >
15
+ <PublishUrl >publish\</PublishUrl >
16
+ <Install >true</Install >
17
+ <InstallFrom >Disk</InstallFrom >
18
+ <UpdateEnabled >false</UpdateEnabled >
19
+ <UpdateMode >Foreground</UpdateMode >
20
+ <UpdateInterval >7</UpdateInterval >
21
+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
22
+ <UpdatePeriodically >false</UpdatePeriodically >
23
+ <UpdateRequired >false</UpdateRequired >
24
+ <MapFileExtensions >true</MapFileExtensions >
25
+ <ApplicationRevision >0</ApplicationRevision >
26
+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
27
+ <IsWebBootstrapper >false</IsWebBootstrapper >
28
+ <UseApplicationTrust >false</UseApplicationTrust >
29
+ <BootstrapperEnabled >true</BootstrapperEnabled >
15
30
</PropertyGroup >
16
31
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
32
<PlatformTarget >x64</PlatformTarget >
35
50
<PropertyGroup >
36
51
<StartupObject >SDToolkit.Program</StartupObject >
37
52
</PropertyGroup >
53
+ <PropertyGroup >
54
+ <ApplicationIcon >ico.ico</ApplicationIcon >
55
+ </PropertyGroup >
38
56
<ItemGroup >
57
+ <Reference Include =" Microsoft.Bcl.AsyncInterfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
58
+ <HintPath >..\packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath >
59
+ </Reference >
60
+ <Reference Include =" Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
61
+ <HintPath >..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
62
+ </Reference >
39
63
<Reference Include =" NvAPIWrapper, Version=0.8.1.100, Culture=neutral, PublicKeyToken=310fd07b25df79b3, processorArchitecture=MSIL" >
40
64
<HintPath >..\packages\NvAPIWrapper.Net.0.8.1.101\lib\net45\NvAPIWrapper.dll</HintPath >
41
65
</Reference >
66
+ <Reference Include =" RestSharp, Version=108.0.2.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL" >
67
+ <HintPath >..\packages\RestSharp.108.0.2\lib\netstandard2.0\RestSharp.dll</HintPath >
68
+ </Reference >
42
69
<Reference Include =" System" />
70
+ <Reference Include =" System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
71
+ <HintPath >..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath >
72
+ </Reference >
43
73
<Reference Include =" System.CodeDom, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
44
74
<HintPath >..\packages\System.CodeDom.6.0.0\lib\net461\System.CodeDom.dll</HintPath >
45
75
</Reference >
46
76
<Reference Include =" System.Core" />
47
77
<Reference Include =" System.Management" />
78
+ <Reference Include =" System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
79
+ <HintPath >..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath >
80
+ </Reference >
81
+ <Reference Include =" System.Numerics" />
82
+ <Reference Include =" System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
83
+ <HintPath >..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath >
84
+ </Reference >
85
+ <Reference Include =" System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
86
+ <HintPath >..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath >
87
+ </Reference >
88
+ <Reference Include =" System.Text.Encodings.Web, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
89
+ <HintPath >..\packages\System.Text.Encodings.Web.5.0.0\lib\net461\System.Text.Encodings.Web.dll</HintPath >
90
+ </Reference >
91
+ <Reference Include =" System.Text.Json, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
92
+ <HintPath >..\packages\System.Text.Json.5.0.0\lib\net461\System.Text.Json.dll</HintPath >
93
+ </Reference >
94
+ <Reference Include =" System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
95
+ <HintPath >..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath >
96
+ </Reference >
97
+ <Reference Include =" System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
98
+ <HintPath >..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath >
99
+ </Reference >
48
100
<Reference Include =" System.Xml.Linq" />
49
101
<Reference Include =" System.Data.DataSetExtensions" />
50
102
<Reference Include =" Microsoft.CSharp" />
56
108
<Reference Include =" System.Xml" />
57
109
</ItemGroup >
58
110
<ItemGroup >
59
- <Compile Include =" FaceRestoration.cs" />
60
- <Compile Include =" Generator.cs" />
61
- <Compile Include =" Upscaler.cs" />
111
+ <Compile Include =" Tools\ FaceRestoration.cs" />
112
+ <Compile Include =" Tools\ Generator.cs" />
113
+ <Compile Include =" Tools\ Upscaler.cs" />
62
114
<Compile Include =" Window.cs" >
63
115
<SubType >Form</SubType >
64
116
</Compile >
100
152
<ItemGroup >
101
153
<None Include =" Resources\help.png" />
102
154
</ItemGroup >
155
+ <ItemGroup >
156
+ <Content Include =" ico.ico" />
157
+ </ItemGroup >
158
+ <ItemGroup >
159
+ <BootstrapperPackage Include =" .NETFramework,Version=v4.7.2" >
160
+ <Visible >False</Visible >
161
+ <ProductName >Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName >
162
+ <Install >true</Install >
163
+ </BootstrapperPackage >
164
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
165
+ <Visible >False</Visible >
166
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
167
+ <Install >false</Install >
168
+ </BootstrapperPackage >
169
+ </ItemGroup >
103
170
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
104
171
</Project >
0 commit comments