-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathYamatoDaiwa.CSharpExtensions.sln
More file actions
43 lines (43 loc) · 2.37 KB
/
YamatoDaiwa.CSharpExtensions.sln
File metadata and controls
43 lines (43 loc) · 2.37 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.1.11312.151 d18.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamatoDaiwa.CSharpExtensions", "YamatoDaiwa.CSharpExtensions.csproj", "{94D65D8E-645F-4B24-A7CD-FC39581C9FA1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Japanese", "OfficialLocalizations\Japanese\Japanese.csproj", "{3B04A278-FE83-41AB-8592-609C34F8527D}"
ProjectSection(ProjectDependencies) = postProject
{94D65D8E-645F-4B24-A7CD-FC39581C9FA1} = {94D65D8E-645F-4B24-A7CD-FC39581C9FA1}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Russian", "OfficialLocalizations\Russian\Russian.csproj", "{C467623C-0B8F-4CB1-898D-F832288C5B38}"
ProjectSection(ProjectDependencies) = postProject
{94D65D8E-645F-4B24-A7CD-FC39581C9FA1} = {94D65D8E-645F-4B24-A7CD-FC39581C9FA1}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94D65D8E-645F-4B24-A7CD-FC39581C9FA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94D65D8E-645F-4B24-A7CD-FC39581C9FA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94D65D8E-645F-4B24-A7CD-FC39581C9FA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94D65D8E-645F-4B24-A7CD-FC39581C9FA1}.Release|Any CPU.Build.0 = Release|Any CPU
{3B04A278-FE83-41AB-8592-609C34F8527D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B04A278-FE83-41AB-8592-609C34F8527D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B04A278-FE83-41AB-8592-609C34F8527D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B04A278-FE83-41AB-8592-609C34F8527D}.Release|Any CPU.Build.0 = Release|Any CPU
{C467623C-0B8F-4CB1-898D-F832288C5B38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C467623C-0B8F-4CB1-898D-F832288C5B38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C467623C-0B8F-4CB1-898D-F832288C5B38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C467623C-0B8F-4CB1-898D-F832288C5B38}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5218834-B2C4-4FDD-9EA5-42F432E52554}
EndGlobalSection
EndGlobal