forked from XAMLMarkupExtensions/WPFLocalizeExtension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WPFLocalizeExtension.sln
70 lines (70 loc) · 4.38 KB
/
WPFLocalizeExtension.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPFLocalizeExtension", "WPFLocalizeExtension\WPFLocalizeExtension.csproj", "{E8C5B094-2CB4-4C26-87F0-351B03612179}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SLLocalizeExtension", "WPFLocalizeExtension\SLLocalizeExtension.csproj", "{7422AF3D-69D5-4862-90CF-62A8C5B23FBC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WP7LocalizeExtension", "WPFLocalizeExtension\WP7LocalizeExtension.csproj", "{D84F8F07-34AB-4652-ADDB-D9B4210FB58E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D47B0B03-878F-432D-B76B-414C42716C72}"
ProjectSection(SolutionItems) = preProject
nuspec.xsd = nuspec.xsd
StrongName.snk = StrongName.snk
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NugetPackage", "NugetPackage\NugetPackage.csproj", "{9547A32E-BAE8-48B3-A2E1-99BBEBDD0357}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8C5B094-2CB4-4C26-87F0-351B03612179}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8C5B094-2CB4-4C26-87F0-351B03612179}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8C5B094-2CB4-4C26-87F0-351B03612179}.Debug|ARM.ActiveCfg = Debug|Any CPU
{E8C5B094-2CB4-4C26-87F0-351B03612179}.Debug|x86.ActiveCfg = Debug|Any CPU
{E8C5B094-2CB4-4C26-87F0-351B03612179}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8C5B094-2CB4-4C26-87F0-351B03612179}.Release|Any CPU.Build.0 = Release|Any CPU
{E8C5B094-2CB4-4C26-87F0-351B03612179}.Release|ARM.ActiveCfg = Release|Any CPU
{E8C5B094-2CB4-4C26-87F0-351B03612179}.Release|x86.ActiveCfg = Release|Any CPU
{7422AF3D-69D5-4862-90CF-62A8C5B23FBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7422AF3D-69D5-4862-90CF-62A8C5B23FBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7422AF3D-69D5-4862-90CF-62A8C5B23FBC}.Debug|ARM.ActiveCfg = Debug|Any CPU
{7422AF3D-69D5-4862-90CF-62A8C5B23FBC}.Debug|x86.ActiveCfg = Debug|Any CPU
{7422AF3D-69D5-4862-90CF-62A8C5B23FBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7422AF3D-69D5-4862-90CF-62A8C5B23FBC}.Release|Any CPU.Build.0 = Release|Any CPU
{7422AF3D-69D5-4862-90CF-62A8C5B23FBC}.Release|ARM.ActiveCfg = Release|Any CPU
{7422AF3D-69D5-4862-90CF-62A8C5B23FBC}.Release|x86.ActiveCfg = Release|Any CPU
{D84F8F07-34AB-4652-ADDB-D9B4210FB58E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D84F8F07-34AB-4652-ADDB-D9B4210FB58E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D84F8F07-34AB-4652-ADDB-D9B4210FB58E}.Debug|ARM.ActiveCfg = Debug|ARM
{D84F8F07-34AB-4652-ADDB-D9B4210FB58E}.Debug|ARM.Build.0 = Debug|ARM
{D84F8F07-34AB-4652-ADDB-D9B4210FB58E}.Debug|x86.ActiveCfg = Debug|x86
{D84F8F07-34AB-4652-ADDB-D9B4210FB58E}.Debug|x86.Build.0 = Debug|x86
{D84F8F07-34AB-4652-ADDB-D9B4210FB58E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D84F8F07-34AB-4652-ADDB-D9B4210FB58E}.Release|Any CPU.Build.0 = Release|Any CPU
{D84F8F07-34AB-4652-ADDB-D9B4210FB58E}.Release|ARM.ActiveCfg = Release|ARM
{D84F8F07-34AB-4652-ADDB-D9B4210FB58E}.Release|ARM.Build.0 = Release|ARM
{D84F8F07-34AB-4652-ADDB-D9B4210FB58E}.Release|x86.ActiveCfg = Release|x86
{D84F8F07-34AB-4652-ADDB-D9B4210FB58E}.Release|x86.Build.0 = Release|x86
{9547A32E-BAE8-48B3-A2E1-99BBEBDD0357}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9547A32E-BAE8-48B3-A2E1-99BBEBDD0357}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9547A32E-BAE8-48B3-A2E1-99BBEBDD0357}.Debug|ARM.ActiveCfg = Debug|Any CPU
{9547A32E-BAE8-48B3-A2E1-99BBEBDD0357}.Debug|x86.ActiveCfg = Debug|Any CPU
{9547A32E-BAE8-48B3-A2E1-99BBEBDD0357}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9547A32E-BAE8-48B3-A2E1-99BBEBDD0357}.Release|Any CPU.Build.0 = Release|Any CPU
{9547A32E-BAE8-48B3-A2E1-99BBEBDD0357}.Release|ARM.ActiveCfg = Release|Any CPU
{9547A32E-BAE8-48B3-A2E1-99BBEBDD0357}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal