-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSEScripts.sln
More file actions
26 lines (26 loc) · 1.16 KB
/
SEScripts.sln
File metadata and controls
26 lines (26 loc) · 1.16 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LCDPowerInfo", "IngameScript1\LCDPowerInfo.csproj", "{C8A41615-01CC-4361-9470-AC95320A7AFA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextWidthLib", "IngameScript2\TextWidthLib.csproj", "{3349690B-F6F5-4478-9179-5CAC349BFF48}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8A41615-01CC-4361-9470-AC95320A7AFA}.Debug|x64.ActiveCfg = Debug|x64
{C8A41615-01CC-4361-9470-AC95320A7AFA}.Debug|x64.Build.0 = Debug|x64
{3349690B-F6F5-4478-9179-5CAC349BFF48}.Debug|x64.ActiveCfg = Debug|x64
{3349690B-F6F5-4478-9179-5CAC349BFF48}.Debug|x64.Build.0 = Debug|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B41103F9-508D-4874-BA4C-2C832F88DC6F}
EndGlobalSection
EndGlobal