Skip to content

Commit

Permalink
Clean up C# solution (#116)
Browse files Browse the repository at this point in the history
* Clean up solution.
1. remove script folder from solution since scripts should not be referenced by solution. 
2. remove certificate folder that doesn't exist from Microsoft.Azure.Devices.Edge.Util project.
  • Loading branch information
philipktlin authored Aug 6, 2018
1 parent cd1fa09 commit e854f9d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
27 changes: 0 additions & 27 deletions Microsoft.Azure.Devices.Edge.sln
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{A9F6AF55-719
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{372C8639-B8B6-4063-80A1-3064A452372B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "linux", "linux", "{FA2C8688-A8E2-433A-A28D-64836F677EDB}"
ProjectSection(SolutionItems) = preProject
scripts\linux\buildBranch.sh = scripts\linux\buildBranch.sh
scripts\linux\buildImage.sh = scripts\linux\buildImage.sh
scripts\linux\buildManifest.sh = scripts\linux\buildManifest.sh
scripts\linux\downloadAndInstallCert.sh = scripts\linux\downloadAndInstallCert.sh
scripts\linux\InstallCert.ps1 = scripts\linux\InstallCert.ps1
scripts\linux\installKvPrereqs_Ubuntu.sh = scripts\linux\installKvPrereqs_Ubuntu.sh
scripts\linux\installPrereqs.sh = scripts\linux\installPrereqs.sh
scripts\linux\runDeployTests.sh = scripts\linux\runDeployTests.sh
scripts\linux\runTests.sh = scripts\linux\runTests.sh
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Devices.Edge.Agent.Service", "edge-agent\src\Microsoft.Azure.Devices.Edge.Agent.Service\Microsoft.Azure.Devices.Edge.Agent.Service.csproj", "{37129265-046F-4A46-A1BD-C067E6C06264}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Devices.Edge.Hub.CloudProxy", "edge-hub\src\Microsoft.Azure.Devices.Edge.Hub.CloudProxy\Microsoft.Azure.Devices.Edge.Hub.CloudProxy.csproj", "{F3F1EFBD-CCD0-4579-99EE-C91A1B6D5C5D}"
Expand All @@ -84,16 +69,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Devices.Edg
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Devices.Edge.Agent.Docker.E2E.Test", "edge-agent\test\Microsoft.Azure.Devices.Edge.Agent.Docker.E2E.Test\Microsoft.Azure.Devices.Edge.Agent.Docker.E2E.Test.csproj", "{A03ECC50-84E7-49FE-9190-840F8DD64A1B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "windows", "windows", "{DB969106-709B-428B-A6E5-B86E44ADFED2}"
ProjectSection(SolutionItems) = preProject
scripts\windows\buildBranch.bat = scripts\windows\buildBranch.bat
scripts\windows\buildDockerImage.ps1 = scripts\windows\buildDockerImage.ps1
scripts\windows\DownloadAndInstallCertificate.ps1 = scripts\windows\DownloadAndInstallCertificate.ps1
scripts\windows\installPrereqs.ps1 = scripts\windows\installPrereqs.ps1
scripts\windows\runTests.bat = scripts\windows\runTests.bat
scripts\windows\runTests.ps1 = scripts\windows\runTests.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Devices.Routing.Core", "edge-hub\src\Microsoft.Azure.Devices.Routing.Core\Microsoft.Azure.Devices.Routing.Core.csproj", "{9479C3D7-F565-4135-97C9-1B5D1199C259}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Devices.Routing.Core.Test", "edge-hub\test\Microsoft.Azure.Devices.Routing.Core.Test\Microsoft.Azure.Devices.Routing.Core.Test.csproj", "{5CCA3701-7090-47C7-A7FC-BD73C46F2F64}"
Expand Down Expand Up @@ -447,7 +422,6 @@ Global
{48F30397-9D10-4305-8E9D-35F7AE4ACE7C} = {373FFF5E-E84C-4789-B768-676FFF51E7A6}
{84B77973-0092-4DC9-87E3-F16FC2F4E9AE} = {54351E51-19CB-4DE3-8302-99846AB216CF}
{2C5EE730-8AAC-4927-8C68-E470D0AF5649} = {F5E37327-3AA9-4CC2-9FE3-B28271ADB5E3}
{FA2C8688-A8E2-433A-A28D-64836F677EDB} = {372C8639-B8B6-4063-80A1-3064A452372B}
{37129265-046F-4A46-A1BD-C067E6C06264} = {54351E51-19CB-4DE3-8302-99846AB216CF}
{F3F1EFBD-CCD0-4579-99EE-C91A1B6D5C5D} = {AB4285D8-CF1D-4B20-95F6-CB80892C8321}
{6157F348-7C98-469F-A32F-46002E79F155} = {AB4285D8-CF1D-4B20-95F6-CB80892C8321}
Expand All @@ -461,7 +435,6 @@ Global
{6EDCED3D-F7E4-4830-872B-E4D1C24EC591} = {F5E37327-3AA9-4CC2-9FE3-B28271ADB5E3}
{7F52F459-7B00-452B-96AD-D85BA05C3DDC} = {63969606-14B2-4D9D-AB72-A5D60D22037C}
{A03ECC50-84E7-49FE-9190-840F8DD64A1B} = {F5E37327-3AA9-4CC2-9FE3-B28271ADB5E3}
{DB969106-709B-428B-A6E5-B86E44ADFED2} = {372C8639-B8B6-4063-80A1-3064A452372B}
{9479C3D7-F565-4135-97C9-1B5D1199C259} = {AB4285D8-CF1D-4B20-95F6-CB80892C8321}
{5CCA3701-7090-47C7-A7FC-BD73C46F2F64} = {63969606-14B2-4D9D-AB72-A5D60D22037C}
{09391D32-FC84-4532-A658-F2952AFD26AF} = {54351E51-19CB-4DE3-8302-99846AB216CF}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,4 @@
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
</ItemGroup>

<ItemGroup>
<Folder Include="certificate\" />
</ItemGroup>

</Project>

0 comments on commit e854f9d

Please # to comment.