-
Notifications
You must be signed in to change notification settings - Fork 6
/
LocalisationAnalyser.sln
34 lines (34 loc) · 2.35 KB
/
LocalisationAnalyser.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
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocalisationAnalyser", "LocalisationAnalyser\LocalisationAnalyser.csproj", "{9528B9E8-EA7C-4A59-8145-98A6097F75A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocalisationAnalyser.Tests", "LocalisationAnalyser.Tests\LocalisationAnalyser.Tests.csproj", "{ECE29E6F-9619-49B4-9C06-32F2DFC72240}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocalisationAnalyser.Tools", "LocalisationAnalyser.Tools\LocalisationAnalyser.Tools.csproj", "{184910C9-93D2-4B25-98F3-D174677F093C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocalisationAnalyser.Tools.Tests", "LocalisationAnalyser.Tools.Tests\LocalisationAnalyser.Tools.Tests.csproj", "{80F80892-537F-4BB0-B46D-A50798665F7C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9528B9E8-EA7C-4A59-8145-98A6097F75A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9528B9E8-EA7C-4A59-8145-98A6097F75A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9528B9E8-EA7C-4A59-8145-98A6097F75A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9528B9E8-EA7C-4A59-8145-98A6097F75A6}.Release|Any CPU.Build.0 = Release|Any CPU
{ECE29E6F-9619-49B4-9C06-32F2DFC72240}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECE29E6F-9619-49B4-9C06-32F2DFC72240}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECE29E6F-9619-49B4-9C06-32F2DFC72240}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECE29E6F-9619-49B4-9C06-32F2DFC72240}.Release|Any CPU.Build.0 = Release|Any CPU
{184910C9-93D2-4B25-98F3-D174677F093C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{184910C9-93D2-4B25-98F3-D174677F093C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{184910C9-93D2-4B25-98F3-D174677F093C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{184910C9-93D2-4B25-98F3-D174677F093C}.Release|Any CPU.Build.0 = Release|Any CPU
{80F80892-537F-4BB0-B46D-A50798665F7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80F80892-537F-4BB0-B46D-A50798665F7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80F80892-537F-4BB0-B46D-A50798665F7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80F80892-537F-4BB0-B46D-A50798665F7C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal