-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebTranslator.sln
35 lines (35 loc) · 2.32 KB
/
WebTranslator.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
35
Microsoft Visual Studio Solution File, Format Version 12.00
#
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebTranslator", "WebTranslator\WebTranslator\WebTranslator.csproj", "{85FE8430-B64C-4A9F-965C-4A79701BE43E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebTranslator.Desktop", "WebTranslator\WebTranslator.Desktop\WebTranslator.Desktop.csproj", "{865770DA-1557-48D2-872A-E6962C0260CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebTranslator.Browser", "WebTranslator\WebTranslator.Browser\WebTranslator.Browser.csproj", "{D5A8ABF2-E3FB-4824-A825-578B2B2C3AA2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebTranslator.Tests", "WebTranslator\WebTranslator.Tests\WebTranslator.Tests.csproj", "{21A6E867-DD66-4EF6-BAD0-F9B45F733A19}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{85FE8430-B64C-4A9F-965C-4A79701BE43E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85FE8430-B64C-4A9F-965C-4A79701BE43E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85FE8430-B64C-4A9F-965C-4A79701BE43E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85FE8430-B64C-4A9F-965C-4A79701BE43E}.Release|Any CPU.Build.0 = Release|Any CPU
{865770DA-1557-48D2-872A-E6962C0260CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{865770DA-1557-48D2-872A-E6962C0260CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{865770DA-1557-48D2-872A-E6962C0260CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{865770DA-1557-48D2-872A-E6962C0260CF}.Release|Any CPU.Build.0 = Release|Any CPU
{D5A8ABF2-E3FB-4824-A825-578B2B2C3AA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5A8ABF2-E3FB-4824-A825-578B2B2C3AA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5A8ABF2-E3FB-4824-A825-578B2B2C3AA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5A8ABF2-E3FB-4824-A825-578B2B2C3AA2}.Release|Any CPU.Build.0 = Release|Any CPU
{21A6E867-DD66-4EF6-BAD0-F9B45F733A19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21A6E867-DD66-4EF6-BAD0-F9B45F733A19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21A6E867-DD66-4EF6-BAD0-F9B45F733A19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21A6E867-DD66-4EF6-BAD0-F9B45F733A19}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal