forked from dotnet/ResXResourceManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResXResourceManager.sln
91 lines (91 loc) · 5.63 KB
/
ResXResourceManager.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8FE641FD-9430-4433-88D3-ABDD487E4397}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
License = License
README.md = README.md
Release notes.md = Release notes.md
Resources.Designer.t4 = Resources.Designer.t4
ResXResourceManager.sln.DotSettings = ResXResourceManager.sln.DotSettings
ResXManager.VSIX\source.extension.vsixmanifest = ResXManager.VSIX\source.extension.vsixmanifest
Version.cs = Version.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResXManager.Model", "ResXManager.Model\ResXManager.Model.csproj", "{6AF977DB-2C9F-4D9C-8C2D-CFDDF7E022FC}"
ProjectSection(ProjectDependencies) = postProject
{D8B0B04F-4273-45DB-AE2D-5A91C89E1225} = {D8B0B04F-4273-45DB-AE2D-5A91C89E1225}
{A20586DF-CBE9-4A6F-807C-10960D13E848} = {A20586DF-CBE9-4A6F-807C-10960D13E848}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResXManager.View", "ResXManager.View\ResXManager.View.csproj", "{32935FC5-1F28-419C-B67F-12D2014F8A8B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResXManager.VSIX", "ResXManager.VSIX\ResXManager.VSIX.csproj", "{41E0911D-7C82-4B4F-B905-BF0B549BC9C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResXManager", "ResXManager\ResXManager.csproj", "{40BE4188-6658-4DAC-B44E-DE4B7D0EE3A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResXManager.Translators", "ResXManager.Translators\ResXManager.Translators.csproj", "{D8B0B04F-4273-45DB-AE2D-5A91C89E1225}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResXManager.Infrastructure", "ResXManager.Infrastructure\ResXManager.Infrastructure.csproj", "{A20586DF-CBE9-4A6F-807C-10960D13E848}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{632FD104-D77C-4342-A4C1-2EEFFB8011E5}"
ProjectSection(SolutionItems) = preProject
Assets\ChooseColumns.png = Assets\ChooseColumns.png
Assets\CopyPasteExport.png = Assets\CopyPasteExport.png
Assets\DetectCodeReferences.png = Assets\DetectCodeReferences.png
Assets\DetectCodeReferencesConfig.png = Assets\DetectCodeReferencesConfig.png
Assets\Invariant.png = Assets\Invariant.png
Assets\ShowOnlyErrors.png = Assets\ShowOnlyErrors.png
Assets\Snapshots.png = Assets\Snapshots.png
Assets\Translations.png = Assets\Translations.png
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResXManager.Scripting", "ResXManager.Scripting\ResXManager.Scripting.csproj", "{4C82721F-0FFA-4D91-9C08-70D20115AC6A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6AF977DB-2C9F-4D9C-8C2D-CFDDF7E022FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AF977DB-2C9F-4D9C-8C2D-CFDDF7E022FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AF977DB-2C9F-4D9C-8C2D-CFDDF7E022FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AF977DB-2C9F-4D9C-8C2D-CFDDF7E022FC}.Release|Any CPU.Build.0 = Release|Any CPU
{32935FC5-1F28-419C-B67F-12D2014F8A8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32935FC5-1F28-419C-B67F-12D2014F8A8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32935FC5-1F28-419C-B67F-12D2014F8A8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32935FC5-1F28-419C-B67F-12D2014F8A8B}.Release|Any CPU.Build.0 = Release|Any CPU
{41E0911D-7C82-4B4F-B905-BF0B549BC9C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41E0911D-7C82-4B4F-B905-BF0B549BC9C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41E0911D-7C82-4B4F-B905-BF0B549BC9C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41E0911D-7C82-4B4F-B905-BF0B549BC9C4}.Release|Any CPU.Build.0 = Release|Any CPU
{40BE4188-6658-4DAC-B44E-DE4B7D0EE3A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40BE4188-6658-4DAC-B44E-DE4B7D0EE3A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40BE4188-6658-4DAC-B44E-DE4B7D0EE3A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40BE4188-6658-4DAC-B44E-DE4B7D0EE3A2}.Release|Any CPU.Build.0 = Release|Any CPU
{D8B0B04F-4273-45DB-AE2D-5A91C89E1225}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8B0B04F-4273-45DB-AE2D-5A91C89E1225}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8B0B04F-4273-45DB-AE2D-5A91C89E1225}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8B0B04F-4273-45DB-AE2D-5A91C89E1225}.Release|Any CPU.Build.0 = Release|Any CPU
{A20586DF-CBE9-4A6F-807C-10960D13E848}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A20586DF-CBE9-4A6F-807C-10960D13E848}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A20586DF-CBE9-4A6F-807C-10960D13E848}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A20586DF-CBE9-4A6F-807C-10960D13E848}.Release|Any CPU.Build.0 = Release|Any CPU
{4C82721F-0FFA-4D91-9C08-70D20115AC6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C82721F-0FFA-4D91-9C08-70D20115AC6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C82721F-0FFA-4D91-9C08-70D20115AC6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C82721F-0FFA-4D91-9C08-70D20115AC6A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {04A160C5-3AA5-4A9E-9D73-A227A07E3EE4}
EndGlobalSection
EndGlobal