Skip to content

Commit 1970f90

Browse files
authored
Moved SLN file to the root of the repository (#72)
1 parent e794696 commit 1970f90

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

src/BlazorMeetsWebForms.sln renamed to BlazorMeetsWebForms.sln

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,40 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.29521.150
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWebFormsComponents", "BlazorWebFormsComponents\BlazorWebFormsComponents.csproj", "{7E35A14A-C0EF-4705-B892-F1704ECC6B31}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWebFormsComponents", "src\BlazorWebFormsComponents\BlazorWebFormsComponents.csproj", "{7E35A14A-C0EF-4705-B892-F1704ECC6B31}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{240E45D9-B9FF-42E8-B0C1-332861E02DBF}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeforeWebForms", "..\samples\BeforeWebForms\BeforeWebForms.csproj", "{CA277C6F-A3DD-4FAF-9B7C-56E7B844CEF7}"
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeforeWebForms", "samples\BeforeWebForms\BeforeWebForms.csproj", "{CA277C6F-A3DD-4FAF-9B7C-56E7B844CEF7}"
1111
EndProject
1212
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{FD758025-7F6D-4EE8-9837-98C0E0BFCB6B}"
1313
EndProject
14-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWebFormsComponents.Test", "BlazorWebFormsComponents.Test\BlazorWebFormsComponents.Test.csproj", "{70EC4DF2-FE9B-49F4-B385-040E45BC7764}"
14+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWebFormsComponents.Test", "src\BlazorWebFormsComponents.Test\BlazorWebFormsComponents.Test.csproj", "{70EC4DF2-FE9B-49F4-B385-040E45BC7764}"
1515
EndProject
1616
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Version", "Version", "{CF13A094-3FCB-470C-8450-1E1B4B05400D}"
1717
ProjectSection(SolutionItems) = preProject
18-
..\Directory.Build.props = ..\Directory.Build.props
19-
..\version.json = ..\version.json
18+
Directory.Build.props = Directory.Build.props
19+
version.json = version.json
2020
EndProjectSection
2121
EndProject
22-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharedSampleObjects", "..\samples\SharedSampleObjects\SharedSampleObjects.csproj", "{6C602B37-5FC9-43FF-A3D8-C92B42D62F0D}"
22+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharedSampleObjects", "samples\SharedSampleObjects\SharedSampleObjects.csproj", "{6C602B37-5FC9-43FF-A3D8-C92B42D62F0D}"
2323
EndProject
24-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AfterBlazorClientSide", "..\samples\AfterBlazorClientSide\AfterBlazorClientSide.csproj", "{7218D3E2-38BD-429D-9D84-15E688BDC4A1}"
24+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AfterBlazorClientSide", "samples\AfterBlazorClientSide\AfterBlazorClientSide.csproj", "{7218D3E2-38BD-429D-9D84-15E688BDC4A1}"
2525
EndProject
26-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AfterBlazorServerSide", "..\samples\AfterBlazorServerSide\AfterBlazorServerSide.csproj", "{1669CD22-5CCE-4D96-A02B-31D81B5EFB2B}"
26+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AfterBlazorServerSide", "samples\AfterBlazorServerSide\AfterBlazorServerSide.csproj", "{1669CD22-5CCE-4D96-A02B-31D81B5EFB2B}"
27+
EndProject
28+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionInfo", "SolutionInfo", "{230A010B-4503-4DBA-8F60-8EF13CA0A4DF}"
29+
ProjectSection(SolutionItems) = preProject
30+
.editorconfig = .editorconfig
31+
CODE-OF-CONDUCT.md = CODE-OF-CONDUCT.md
32+
CONTRIBUTING.md = CONTRIBUTING.md
33+
Directory.Build.props = Directory.Build.props
34+
global.json = global.json
35+
LICENSE = LICENSE
36+
nuget.config = nuget.config
37+
README.md = README.md
38+
version.json = version.json
39+
EndProjectSection
2740
EndProject
2841
Global
2942
GlobalSection(SolutionConfigurationPlatforms) = preSolution

samples/BeforeWebForms/BeforeWebForms.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<ProductVersion>
99
</ProductVersion>
1010
<SchemaVersion>2.0</SchemaVersion>
11+
<RuntimeIdentifiers>win</RuntimeIdentifiers>
1112
<ProjectGuid>{CA277C6F-A3DD-4FAF-9B7C-56E7B844CEF7}</ProjectGuid>
1213
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
1314
<OutputType>Library</OutputType>
@@ -307,4 +308,4 @@
307308
<Target Name="AfterBuild">
308309
</Target>
309310
-->
310-
</Project>
311+
</Project>

0 commit comments

Comments
 (0)