This repository was archived by the owner on Nov 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSharedLibrary.sln
34 lines (34 loc) · 1.74 KB
/
SharedLibrary.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharedLibraryTests", "Tests\SharedLibraryTests.csproj", "{FC5F706C-B4A3-4636-A65A-3F231D7DEF35}"
ProjectSection(ProjectDependencies) = postProject
{B923EE6C-C7B3-426E-8963-BEB6A18516DC} = {B923EE6C-C7B3-426E-8963-BEB6A18516DC}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InjectorGames.SharedLibrary", "Library\InjectorGames.SharedLibrary.csproj", "{B923EE6C-C7B3-426E-8963-BEB6A18516DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC5F706C-B4A3-4636-A65A-3F231D7DEF35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC5F706C-B4A3-4636-A65A-3F231D7DEF35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC5F706C-B4A3-4636-A65A-3F231D7DEF35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC5F706C-B4A3-4636-A65A-3F231D7DEF35}.Release|Any CPU.Build.0 = Release|Any CPU
{B923EE6C-C7B3-426E-8963-BEB6A18516DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B923EE6C-C7B3-426E-8963-BEB6A18516DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B923EE6C-C7B3-426E-8963-BEB6A18516DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B923EE6C-C7B3-426E-8963-BEB6A18516DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A5A4AE1F-9DB5-4D4B-81D4-4AD090FBB11E}
EndGlobalSection
EndGlobal