forked from PowerBiDevCamp/TranslationsBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTranslationsBuilder.sln
38 lines (38 loc) · 2.12 KB
/
TranslationsBuilder.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
36
37
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TranslationsBuilder", "TranslationsBuilder\TranslationsBuilder.csproj", "{762E38DD-B9E1-4CDB-8A48-983B461E164D}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "TranslationsBuilderInstaller", "TranslationsBuilderInstaller\TranslationsBuilderInstaller.vdproj", "{E3E89B5B-67A6-429B-A587-6B81EE8461EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TranslationsBuilderConsole", "TranslationBuilderConsole\TranslationsBuilderConsole.csproj", "{B7809DB4-BA73-4B39-8548-80496EE1C121}"
ProjectSection(ProjectDependencies) = postProject
{762E38DD-B9E1-4CDB-8A48-983B461E164D} = {762E38DD-B9E1-4CDB-8A48-983B461E164D}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{762E38DD-B9E1-4CDB-8A48-983B461E164D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{762E38DD-B9E1-4CDB-8A48-983B461E164D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{762E38DD-B9E1-4CDB-8A48-983B461E164D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{762E38DD-B9E1-4CDB-8A48-983B461E164D}.Release|Any CPU.Build.0 = Release|Any CPU
{E3E89B5B-67A6-429B-A587-6B81EE8461EF}.Debug|Any CPU.ActiveCfg = Debug
{E3E89B5B-67A6-429B-A587-6B81EE8461EF}.Release|Any CPU.ActiveCfg = Release
{B7809DB4-BA73-4B39-8548-80496EE1C121}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7809DB4-BA73-4B39-8548-80496EE1C121}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7809DB4-BA73-4B39-8548-80496EE1C121}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7809DB4-BA73-4B39-8548-80496EE1C121}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD739261-069A-485A-B63A-AC08D91798AD}
EndGlobalSection
EndGlobal