Skip to content

Commit a2155af

Browse files
authored
Initial upload
1 parent 1d7b3d5 commit a2155af

9 files changed

Lines changed: 682 additions & 0 deletions

File tree

FastGPU-P/FastGPU-P.csproj

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>WinExe</OutputType>
5+
<TargetFramework>net6.0-windows</TargetFramework>
6+
<RootNamespace>FastGPU_P</RootNamespace>
7+
<Nullable>enable</Nullable>
8+
<UseWindowsForms>true</UseWindowsForms>
9+
<ImplicitUsings>enable</ImplicitUsings>
10+
<ApplicationManifest>app.manifest</ApplicationManifest>
11+
</PropertyGroup>
12+
13+
<ItemGroup>
14+
<PackageReference Include="CUDAfy.NET" Version="1.29.5576.13786" />
15+
<PackageReference Include="MetroModernUI" Version="1.4.0" />
16+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.1" />
17+
<PackageReference Include="System.Management.Automation" Version="7.2.1" />
18+
</ItemGroup>
19+
20+
</Project>

FastGPU-P/FastGPU-P.csproj.user

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<Compile Update="Form1.cs">
5+
<SubType>Form</SubType>
6+
</Compile>
7+
</ItemGroup>
8+
</Project>

FastGPU-P/Form1.Designer.cs

Lines changed: 207 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)