forked from robert-j-engdahl/ngettext-wpf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NGettext.Wpf.sln
executable file
·50 lines (50 loc) · 2.71 KB
/
NGettext.Wpf.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NGettext.Wpf", "NGettext.Wpf\NGettext.Wpf.csproj", "{4BB0EB35-FE32-4295-BF39-4DA1C9B67BB8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NGettext.Wpf.Tests", "NGettext.Wpf.Tests\NGettext.Wpf.Tests.csproj", "{6412072C-16E3-45EC-98C0-26516F475C43}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NGettext.Wpf.Example", "NGettext.Wpf.Example\NGettext.Wpf.Example.csproj", "{33C46AC9-74F3-456B-8FF5-176847C9C2EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{296B6C7B-D983-4576-BBF4-3C6221A7E1E4}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NGettext.Xaml", "NGettext.Xaml", "{81B869D7-5EB9-4ECE-AD18-D2EE382A6797}"
ProjectSection(SolutionItems) = preProject
XGetText.Xaml\Init.ps1 = XGetText.Xaml\Init.ps1
XGetText.Xaml\XGetText-Xaml.ps1 = XGetText.Xaml\XGetText-Xaml.ps1
XGetText.Xaml\XGetText-Xaml.Tests.ps1 = XGetText.Xaml\XGetText-Xaml.Tests.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4BB0EB35-FE32-4295-BF39-4DA1C9B67BB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BB0EB35-FE32-4295-BF39-4DA1C9B67BB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BB0EB35-FE32-4295-BF39-4DA1C9B67BB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BB0EB35-FE32-4295-BF39-4DA1C9B67BB8}.Release|Any CPU.Build.0 = Release|Any CPU
{6412072C-16E3-45EC-98C0-26516F475C43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6412072C-16E3-45EC-98C0-26516F475C43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6412072C-16E3-45EC-98C0-26516F475C43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6412072C-16E3-45EC-98C0-26516F475C43}.Release|Any CPU.Build.0 = Release|Any CPU
{33C46AC9-74F3-456B-8FF5-176847C9C2EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33C46AC9-74F3-456B-8FF5-176847C9C2EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33C46AC9-74F3-456B-8FF5-176847C9C2EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33C46AC9-74F3-456B-8FF5-176847C9C2EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {89BC804A-54D2-453D-A1CD-E3DDF3E400B2}
EndGlobalSection
EndGlobal