-
Notifications
You must be signed in to change notification settings - Fork 1
/
Imbick.StarCitizen.Keybind.Serialiser.sln
37 lines (37 loc) · 1.99 KB
/
Imbick.StarCitizen.Keybind.Serialiser.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.28407.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Imbick.StarCitizen.Keybind.Serialiser", "Imbick.StarCitizen.Keybind.Serialiser\Imbick.StarCitizen.Keybind.Serialiser.csproj", "{021950A7-63CF-4F06-A48A-953BBE908AFB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Imbick.StarCitizen.Keybind.Serialiser.Tests", "Imbick.StarCitizen.Keybind.Serialiser.Tests\Imbick.StarCitizen.Keybind.Serialiser.Tests.csproj", "{215DB8AF-D6A1-4F1D-A047-84A2B8169C91}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{02D31913-65E6-4AA5-B501-F900BAA3E307}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
nuget-add.bat = nuget-add.bat
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{021950A7-63CF-4F06-A48A-953BBE908AFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{021950A7-63CF-4F06-A48A-953BBE908AFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{021950A7-63CF-4F06-A48A-953BBE908AFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{021950A7-63CF-4F06-A48A-953BBE908AFB}.Release|Any CPU.Build.0 = Release|Any CPU
{215DB8AF-D6A1-4F1D-A047-84A2B8169C91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{215DB8AF-D6A1-4F1D-A047-84A2B8169C91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{215DB8AF-D6A1-4F1D-A047-84A2B8169C91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{215DB8AF-D6A1-4F1D-A047-84A2B8169C91}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4FF58E7B-D951-4AF9-900E-5B7983335A5A}
EndGlobalSection
EndGlobal