forked from rainersigwald/resx-experiments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResxExperiments.sln
37 lines (37 loc) · 2.06 KB
/
ResxExperiments.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28726.283
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VS2019_WindowsFormsApp1", "VS2019_WindowsFormsApp1\VS2019_WindowsFormsApp1.csproj", "{57C6399B-E7AF-4769-BF79-825BAB11D03B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Winforms", "Netcore_Winforms\Winforms.csproj", "{D42E3B0E-D89B-4901-8E34-7299DD452844}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "resx2resx", "resx2resx\resx2resx.csproj", "{85AD1FC5-8852-4844-975A-7D58A24457A4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57C6399B-E7AF-4769-BF79-825BAB11D03B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57C6399B-E7AF-4769-BF79-825BAB11D03B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57C6399B-E7AF-4769-BF79-825BAB11D03B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57C6399B-E7AF-4769-BF79-825BAB11D03B}.Release|Any CPU.Build.0 = Release|Any CPU
{D42E3B0E-D89B-4901-8E34-7299DD452844}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D42E3B0E-D89B-4901-8E34-7299DD452844}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D42E3B0E-D89B-4901-8E34-7299DD452844}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D42E3B0E-D89B-4901-8E34-7299DD452844}.Release|Any CPU.Build.0 = Release|Any CPU
{85AD1FC5-8852-4844-975A-7D58A24457A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85AD1FC5-8852-4844-975A-7D58A24457A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85AD1FC5-8852-4844-975A-7D58A24457A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85AD1FC5-8852-4844-975A-7D58A24457A4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2395ACF-1819-4A81-A601-3BAED2E6670A}
EndGlobalSection
EndGlobal