-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mordhau SteamId Converter.sln
37 lines (37 loc) · 2.11 KB
/
Mordhau SteamId Converter.sln
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
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mordhau SteamId Converter", "Mordhau SteamId Converter\Mordhau SteamId Converter.csproj", "{430234E5-1305-4BEF-9295-C457A16BAD77}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MordhauTools.Shared", "MordhauTools.Shared\MordhauTools.Shared.csproj", "{8A42661A-8082-44F1-AACB-8E9F9E1BBFC8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsonInputProvider", "JsonInputProvider\JsonInputProvider.csproj", "{5F848E69-3625-473B-BFF1-78973495507E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{430234E5-1305-4BEF-9295-C457A16BAD77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{430234E5-1305-4BEF-9295-C457A16BAD77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{430234E5-1305-4BEF-9295-C457A16BAD77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{430234E5-1305-4BEF-9295-C457A16BAD77}.Release|Any CPU.Build.0 = Release|Any CPU
{8A42661A-8082-44F1-AACB-8E9F9E1BBFC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A42661A-8082-44F1-AACB-8E9F9E1BBFC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A42661A-8082-44F1-AACB-8E9F9E1BBFC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A42661A-8082-44F1-AACB-8E9F9E1BBFC8}.Release|Any CPU.Build.0 = Release|Any CPU
{5F848E69-3625-473B-BFF1-78973495507E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F848E69-3625-473B-BFF1-78973495507E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F848E69-3625-473B-BFF1-78973495507E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F848E69-3625-473B-BFF1-78973495507E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {01458127-EAF2-4B4D-802E-AF37A7D8BF52}
EndGlobalSection
EndGlobal