Skip to content

Commit 472f6a8

Browse files
sean_sean_
authored andcommitted
Add project files.
1 parent 02aea1e commit 472f6a8

File tree

4 files changed

+611
-0
lines changed

4 files changed

+611
-0
lines changed

PlayerOptionsOverlay.sln

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.6.33723.286
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlayerOptionsOverlay", "PlayerOptionsOverlay\PlayerOptionsOverlay.csproj", "{7097D478-C118-4B0C-810B-A5307A865A77}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Debug|x64 = Debug|x64
12+
Release|Any CPU = Release|Any CPU
13+
Release|x64 = Release|x64
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{7097D478-C118-4B0C-810B-A5307A865A77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{7097D478-C118-4B0C-810B-A5307A865A77}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{7097D478-C118-4B0C-810B-A5307A865A77}.Debug|x64.ActiveCfg = Debug|x64
19+
{7097D478-C118-4B0C-810B-A5307A865A77}.Debug|x64.Build.0 = Debug|x64
20+
{7097D478-C118-4B0C-810B-A5307A865A77}.Release|Any CPU.ActiveCfg = Release|Any CPU
21+
{7097D478-C118-4B0C-810B-A5307A865A77}.Release|Any CPU.Build.0 = Release|Any CPU
22+
{7097D478-C118-4B0C-810B-A5307A865A77}.Release|x64.ActiveCfg = Release|x64
23+
{7097D478-C118-4B0C-810B-A5307A865A77}.Release|x64.Build.0 = Release|x64
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {4DD0ECC6-5D3D-405C-B6F2-F6F5D3BF865B}
30+
EndGlobalSection
31+
EndGlobal
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net7.0</TargetFramework>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
<Nullable>enable</Nullable>
8+
<Platforms>AnyCPU;x64</Platforms>
9+
<ApplicationManifest>app.manifest</ApplicationManifest>
10+
</PropertyGroup>
11+
12+
<ItemGroup>
13+
<PackageReference Include="ClickableTransparentOverlay" Version="6.2.1" />
14+
<PackageReference Include="ImGui.NET" Version="1.89.7.1" />
15+
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.1" />
16+
<PackageReference Include="Veldrid.ImGui" Version="5.72.0" />
17+
<PackageReference Include="Vortice.Mathematics" Version="1.6.2" />
18+
</ItemGroup>
19+
20+
<ItemGroup>
21+
<Reference Include="Memory">
22+
<HintPath>..\..\..\..\Downloads\Memory.dll</HintPath>
23+
</Reference>
24+
</ItemGroup>
25+
26+
</Project>

0 commit comments

Comments
 (0)