-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLanguageFiles.sln
More file actions
42 lines (42 loc) · 2.42 KB
/
Copy pathLanguageFiles.sln
File metadata and controls
42 lines (42 loc) · 2.42 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
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "LanguageFiles", "LanguageFiles\LanguageFiles.shproj", "{59EE89C8-4BCD-4B4D-97AC-8DAFD1DCA8D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LangFilesEditor", "LangFilesEditor\LangFilesEditor.csproj", "{FCD165AC-772E-423F-B925-38F00EB1E284}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModPlus.Languages", "ModPlus.Languages\ModPlus.Languages.csproj", "{E257CD81-CDC2-4F79-AE96-A8B1E821FB0E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModPlus.Languages.Tests", "ModPlus.Languages.Tests\ModPlus.Languages.Tests.csproj", "{0BDC970E-1732-427E-8B46-E081E7FDEEC5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FCD165AC-772E-423F-B925-38F00EB1E284}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCD165AC-772E-423F-B925-38F00EB1E284}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCD165AC-772E-423F-B925-38F00EB1E284}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCD165AC-772E-423F-B925-38F00EB1E284}.Release|Any CPU.Build.0 = Release|Any CPU
{E257CD81-CDC2-4F79-AE96-A8B1E821FB0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E257CD81-CDC2-4F79-AE96-A8B1E821FB0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E257CD81-CDC2-4F79-AE96-A8B1E821FB0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E257CD81-CDC2-4F79-AE96-A8B1E821FB0E}.Release|Any CPU.Build.0 = Release|Any CPU
{0BDC970E-1732-427E-8B46-E081E7FDEEC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BDC970E-1732-427E-8B46-E081E7FDEEC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BDC970E-1732-427E-8B46-E081E7FDEEC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BDC970E-1732-427E-8B46-E081E7FDEEC5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CD78960C-6AB0-4E39-9E40-D93D524B2194}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
LanguageFiles\LanguageFiles.projitems*{59ee89c8-4bcd-4b4d-97ac-8dafd1dca8d4}*SharedItemsImports = 13
EndGlobalSection
EndGlobal