-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathABetterTranslator.sln
More file actions
41 lines (41 loc) · 2.17 KB
/
ABetterTranslator.sln
File metadata and controls
41 lines (41 loc) · 2.17 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32721.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ABetterTranslator", "ABetterTranslator\ABetterTranslator.csproj", "{622E8D50-5A40-4754-8255-33624C64FA05}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GTranslate", "GTranslate\GTranslate.csproj", "{415F40DF-5AE1-4C52-9A6D-530D7CDFFCD0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5D9F4BC5-2BB1-44E8-B4E5-729B053B105D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "ABetterTranslator_Setup", "ABetterTranslator_Setup\ABetterTranslator_Setup.vdproj", "{499D88D5-180B-4E8A-A72B-5F0D0A55B77B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{622E8D50-5A40-4754-8255-33624C64FA05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{622E8D50-5A40-4754-8255-33624C64FA05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{622E8D50-5A40-4754-8255-33624C64FA05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{622E8D50-5A40-4754-8255-33624C64FA05}.Release|Any CPU.Build.0 = Release|Any CPU
{415F40DF-5AE1-4C52-9A6D-530D7CDFFCD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{415F40DF-5AE1-4C52-9A6D-530D7CDFFCD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{415F40DF-5AE1-4C52-9A6D-530D7CDFFCD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{415F40DF-5AE1-4C52-9A6D-530D7CDFFCD0}.Release|Any CPU.Build.0 = Release|Any CPU
{499D88D5-180B-4E8A-A72B-5F0D0A55B77B}.Debug|Any CPU.ActiveCfg = Debug
{499D88D5-180B-4E8A-A72B-5F0D0A55B77B}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
RESX_PrefixFieldType = Comment
SolutionGuid = {65BFCF04-F02C-4C45-99EC-37A655949D3B}
EndGlobalSection
EndGlobal