-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSMPL.csproj
34 lines (29 loc) · 986 Bytes
/
SMPL.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon />
<StartupObject />
</PropertyGroup>
<ItemGroup>
<None Remove=".gitattributes" />
</ItemGroup>
<ItemGroup>
<COMReference Include="NetFwTypeLib">
<WrapperTool>tlbimp</WrapperTool>
<VersionMinor>0</VersionMinor>
<VersionMajor>1</VersionMajor>
<Guid>58fbcf7c-e7a9-467c-80b3-fc65e8fcca08</Guid>
<Lcid>0</Lcid>
<Isolated>false</Isolated>
<EmbedInteropTypes>true</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="fasterflect" Version="3.0.0" />
<PackageReference Include="NetCoreServer" Version="6.5.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="SFML.Net" Version="2.5.0" />
</ItemGroup>
</Project>