Bunch of screensavers in Windows
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
-
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net5.0-windows</TargetFramework>
- <UseWindowsForms>true</UseWindowsForms>
- <StartupObject>GameOfLife.Program</StartupObject>
- </PropertyGroup>
-
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
- <PlatformTarget>x64</PlatformTarget>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="unvell.D2DLib-x64" Version="1.3.1" />
- </ItemGroup>
-
- </Project>
|