Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbf48525

Browse files
committed
Fix solution file
1 parent781a85e commitbf48525

File tree

1 file changed

+13
-19
lines changed

1 file changed

+13
-19
lines changed

‎pythonnet.sln

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
21
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio15
4-
VisualStudioVersion =15.0.26124.0
2+
# Visual StudioVersion 16
3+
VisualStudioVersion =16.0.30717.126
54
MinimumVisualStudioVersion =15.0.26124.0
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") ="Python.Runtime","src\runtime\Python.Runtime.csproj","{4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}"
5+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") ="Python.Runtime","src\runtime\Python.Runtime.csproj","{4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}"
76
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") ="Console","src\console\Console.csproj","{E6B01706-00BA-4144-9029-186AC42FBE9A}"
7+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") ="Console","src\console\Console.csproj","{E6B01706-00BA-4144-9029-186AC42FBE9A}"
98
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") ="clrmodule","src\clrmodule\clrmodule.csproj","{F9F5FA13-BC52-4C0B-BC1C-FE3C0B8FCCDD}"
9+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") ="clrmodule","src\clrmodule\clrmodule.csproj","{F9F5FA13-BC52-4C0B-BC1C-FE3C0B8FCCDD}"
1110
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") ="Python.EmbeddingTest","src\embed_tests\Python.EmbeddingTest.csproj","{819E089B-4770-400E-93C6-4F7A35F0EA12}"
11+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") ="Python.EmbeddingTest","src\embed_tests\Python.EmbeddingTest.csproj","{819E089B-4770-400E-93C6-4F7A35F0EA12}"
1312
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") ="Python.Test","src\testing\Python.Test.csproj","{14EF9518-5BB7-4F83-8686-015BD2CC788E}"
13+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") ="Python.Test","src\testing\Python.Test.csproj","{14EF9518-5BB7-4F83-8686-015BD2CC788E}"
1514
EndProject
16-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") ="Python.PerformanceTests","src\perf_tests\Python.PerformanceTests.csproj","{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}"
15+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") ="Python.PerformanceTests","src\perf_tests\Python.PerformanceTests.csproj","{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}"
1716
EndProject
1817
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") ="Repo","Repo","{441A0123-F4C6-4EE4-9AEE-315FD79BE2D5}"
1918
ProjectSection(SolutionItems) =preProject
@@ -57,9 +56,6 @@ Global
5756
Release|x64=Release|x64
5857
Release|x86=Release|x86
5958
EndGlobalSection
60-
GlobalSection(SolutionProperties) =preSolution
61-
HideSolutionNode =FALSE
62-
EndGlobalSection
6359
GlobalSection(ProjectConfigurationPlatforms) =postSolution
6460
{4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}.Debug|Any CPU.ActiveCfg=Debug|Any CPU
6561
{4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}.Debug|Any CPU.Build.0=Debug|Any CPU
@@ -134,12 +130,10 @@ Global
134130
{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}.Release|x86.ActiveCfg=Release|x86
135131
{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}.Release|x86.Build.0=Release|x86
136132
EndGlobalSection
137-
GlobalSection(NestedProjects) =preSolution
138-
{4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B} ={9DC2D4F9-830B-42E3-8716-66E27023B75F}
139-
{E6B01706-00BA-4144-9029-186AC42FBE9A} ={9DC2D4F9-830B-42E3-8716-66E27023B75F}
140-
{F9F5FA13-BC52-4C0B-BC1C-FE3C0B8FCCDD} ={9DC2D4F9-830B-42E3-8716-66E27023B75F}
141-
{819E089B-4770-400E-93C6-4F7A35F0EA12} ={9DC2D4F9-830B-42E3-8716-66E27023B75F}
142-
{14EF9518-5BB7-4F83-8686-015BD2CC788E} ={9DC2D4F9-830B-42E3-8716-66E27023B75F}
143-
{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931} ={9DC2D4F9-830B-42E3-8716-66E27023B75F}
133+
GlobalSection(SolutionProperties) =preSolution
134+
HideSolutionNode =FALSE
135+
EndGlobalSection
136+
GlobalSection(ExtensibilityGlobals) =postSolution
137+
SolutionGuid ={C8845072-C642-4858-8627-27E862AD21BB}
144138
EndGlobalSection
145139
EndGlobal

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp