-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathLocalizeFromSource.sln
More file actions
37 lines (37 loc) · 2.01 KB
/
Copy pathLocalizeFromSource.sln
File metadata and controls
37 lines (37 loc) · 2.01 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.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LfsCompiler", "LfsCompiler\LfsCompiler.csproj", "{0D3D4CB7-89FF-466B-9547-31CDF6AF3EE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassLibrary", "ClassLibrary\ClassLibrary.csproj", "{E43FE57F-A610-41B9-A8EB-20F2E84F933D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{17E0BAC6-9A1A-4C14-85AB-5937BC6D7822}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D3D4CB7-89FF-466B-9547-31CDF6AF3EE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D3D4CB7-89FF-466B-9547-31CDF6AF3EE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D3D4CB7-89FF-466B-9547-31CDF6AF3EE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D3D4CB7-89FF-466B-9547-31CDF6AF3EE4}.Release|Any CPU.Build.0 = Release|Any CPU
{E43FE57F-A610-41B9-A8EB-20F2E84F933D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E43FE57F-A610-41B9-A8EB-20F2E84F933D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E43FE57F-A610-41B9-A8EB-20F2E84F933D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E43FE57F-A610-41B9-A8EB-20F2E84F933D}.Release|Any CPU.Build.0 = Release|Any CPU
{17E0BAC6-9A1A-4C14-85AB-5937BC6D7822}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17E0BAC6-9A1A-4C14-85AB-5937BC6D7822}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17E0BAC6-9A1A-4C14-85AB-5937BC6D7822}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17E0BAC6-9A1A-4C14-85AB-5937BC6D7822}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4545442A-0673-4932-8345-0DBA6468F956}
EndGlobalSection
EndGlobal