-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReSource.sln
54 lines (54 loc) · 3.34 KB
/
ReSource.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReSource.Core", "ReSource.Core\ReSource.Core.csproj", "{E3943074-CED8-410F-964D-E50185220BC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReSource.CLI", "ReSource.CLI\ReSource.CLI.csproj", "{11C46E86-7726-425C-8A53-1003BA746E13}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReSource.SvgViewer", "ReSource.SvgViewer\ReSource.SvgViewer.csproj", "{4D6BEE60-6A73-4023-BAEF-C36B07E04429}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1103ED87-F20F-48AE-AFCB-09232422A11A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReSource.ResXKeyGenerator", "ReSource.ResXKeyGenerator\ReSource.ResXKeyGenerator.csproj", "{1C9E50D3-BDD0-41F0-AFDC-E7903D212C92}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReSource.XamlParser", "ReSource.XamlParser\ReSource.XamlParser.csproj", "{BC66BEC6-B1E3-4DAC-88FE-766149495CEC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E3943074-CED8-410F-964D-E50185220BC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3943074-CED8-410F-964D-E50185220BC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3943074-CED8-410F-964D-E50185220BC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3943074-CED8-410F-964D-E50185220BC5}.Release|Any CPU.Build.0 = Release|Any CPU
{11C46E86-7726-425C-8A53-1003BA746E13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11C46E86-7726-425C-8A53-1003BA746E13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11C46E86-7726-425C-8A53-1003BA746E13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11C46E86-7726-425C-8A53-1003BA746E13}.Release|Any CPU.Build.0 = Release|Any CPU
{4D6BEE60-6A73-4023-BAEF-C36B07E04429}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D6BEE60-6A73-4023-BAEF-C36B07E04429}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D6BEE60-6A73-4023-BAEF-C36B07E04429}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D6BEE60-6A73-4023-BAEF-C36B07E04429}.Release|Any CPU.Build.0 = Release|Any CPU
{1C9E50D3-BDD0-41F0-AFDC-E7903D212C92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C9E50D3-BDD0-41F0-AFDC-E7903D212C92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C9E50D3-BDD0-41F0-AFDC-E7903D212C92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C9E50D3-BDD0-41F0-AFDC-E7903D212C92}.Release|Any CPU.Build.0 = Release|Any CPU
{BC66BEC6-B1E3-4DAC-88FE-766149495CEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC66BEC6-B1E3-4DAC-88FE-766149495CEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC66BEC6-B1E3-4DAC-88FE-766149495CEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC66BEC6-B1E3-4DAC-88FE-766149495CEC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {44C011F3-1B7B-4775-8304-859307341D55}
EndGlobalSection
EndGlobal