-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathXgpSaveTools.sln
More file actions
37 lines (37 loc) · 2.04 KB
/
XgpSaveTools.sln
File metadata and controls
37 lines (37 loc) · 2.04 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
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XgpSaveTools", "XgpSaveTools\XgpSaveTools.csproj", "{48742A99-430A-435A-8E43-63824299AD0B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xgpst-ConsoleApp", "Xgpst-ConsoleApp\Xgpst-ConsoleApp.csproj", "{245D0CC7-5709-46E8-AF0F-346CD3D59E7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xgpst.Tests", "Xgpst.Tests\Xgpst.Tests.csproj", "{A746BE8B-9E9C-4068-B0D2-4E089AFCB810}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{48742A99-430A-435A-8E43-63824299AD0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48742A99-430A-435A-8E43-63824299AD0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48742A99-430A-435A-8E43-63824299AD0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48742A99-430A-435A-8E43-63824299AD0B}.Release|Any CPU.Build.0 = Release|Any CPU
{245D0CC7-5709-46E8-AF0F-346CD3D59E7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{245D0CC7-5709-46E8-AF0F-346CD3D59E7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{245D0CC7-5709-46E8-AF0F-346CD3D59E7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{245D0CC7-5709-46E8-AF0F-346CD3D59E7F}.Release|Any CPU.Build.0 = Release|Any CPU
{A746BE8B-9E9C-4068-B0D2-4E089AFCB810}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A746BE8B-9E9C-4068-B0D2-4E089AFCB810}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A746BE8B-9E9C-4068-B0D2-4E089AFCB810}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A746BE8B-9E9C-4068-B0D2-4E089AFCB810}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {91C9FC29-BEF8-4D95-8483-D2C915D1DC15}
EndGlobalSection
EndGlobal