-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMrMeeseeks.ResXTranslationCombinator.sln
40 lines (40 loc) · 1.85 KB
/
MrMeeseeks.ResXTranslationCombinator.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
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31019.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Action", "Action\Action.csproj", "{6B7D8AB5-2EB6-4B9E-A219-44BAA2016BED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Main", "Main\Main.csproj", "{D9B838F7-E74B-4E4E-9999-138574845EAA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5F6905A4-928D-4A81-9D9B-B273A27B3A92}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.gitignore = .gitignore
action.yml = action.yml
Dockerfile = Dockerfile
LICENSE = LICENSE
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B7D8AB5-2EB6-4B9E-A219-44BAA2016BED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B7D8AB5-2EB6-4B9E-A219-44BAA2016BED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B7D8AB5-2EB6-4B9E-A219-44BAA2016BED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B7D8AB5-2EB6-4B9E-A219-44BAA2016BED}.Release|Any CPU.Build.0 = Release|Any CPU
{D9B838F7-E74B-4E4E-9999-138574845EAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9B838F7-E74B-4E4E-9999-138574845EAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9B838F7-E74B-4E4E-9999-138574845EAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9B838F7-E74B-4E4E-9999-138574845EAA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DD7716EC-6464-4FFB-837F-6E0390B1AC6A}
EndGlobalSection
EndGlobal