Skip to content

Commit 3ac04bd

Browse files
committed
removing binplacing azure DNS in to stack folder, fixing merge conflicts
1 parent 2c1f786 commit 3ac04bd

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

src/ResourceManager/Dns/Commands.Dns/Commands.Dns.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
<ItemGroup>
115115
<OutFiles Include="$(OutDir)\**\*.*" />
116116
</ItemGroup>
117-
<Copy SourceFiles="@(OutFiles)" DestinationFiles="@(OutFiles->'..\..\..\Stack\$(Configuration)\ResourceManager\AzureResourceManager\AzureRM.Dns\%(RecursiveDir)%(Filename)%(Extension)')" />
118117
<Copy SourceFiles="@(MarkdownFiles)" DestinationFolder="$(OutputPath)\help\" ContinueOnError="false" />
119118
</Target>
120119
</Project>

src/StackAdmin/Dns/Commands.Dns.Test/Commands.Dns.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<Compile Include="ScenarioTests\DnsTestsBase.cs" />
6363
</ItemGroup>
6464
<ItemGroup>
65-
<ProjectReference Include="..\..\..\Resources\Commands.Resources\Commands.Resources.csproj">
65+
<ProjectReference Include="..\..\Resources\Commands.Resources\Commands.Resources.csproj">
6666
<Project>{e1f5201d-6067-430e-b303-4e367652991b}</Project>
6767
<Name>Commands.Resources</Name>
6868
</ProjectReference>

src/StackAdmin/Stack.sln

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Resources.Test", "
7777
EndProject
7878
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Storage", "Storage\Commands.Storage\Commands.Storage.csproj", "{08CF7DA7-0392-4A19-B79B-E1FF67CDB81A}"
7979
EndProject
80+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Dns", "Dns\Commands.Dns\Commands.Dns.csproj", "{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}"
81+
EndProject
82+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Dns.Test", "Dns\Commands.Dns.Test\Commands.Dns.Test.csproj", "{81E4373B-42EC-445E-9A40-06C44F29099A}"
83+
EndProject
8084
Global
8185
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8286
Debug|Any CPU = Debug|Any CPU
@@ -483,6 +487,30 @@ Global
483487
{08CF7DA7-0392-4A19-B79B-E1FF67CDB81A}.Release|x64.Build.0 = Release|Any CPU
484488
{08CF7DA7-0392-4A19-B79B-E1FF67CDB81A}.Release|x86.ActiveCfg = Release|Any CPU
485489
{08CF7DA7-0392-4A19-B79B-E1FF67CDB81A}.Release|x86.Build.0 = Release|Any CPU
490+
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
491+
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
492+
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Debug|x64.ActiveCfg = Debug|Any CPU
493+
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Debug|x64.Build.0 = Debug|Any CPU
494+
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Debug|x86.ActiveCfg = Debug|Any CPU
495+
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Debug|x86.Build.0 = Debug|Any CPU
496+
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
497+
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Release|Any CPU.Build.0 = Release|Any CPU
498+
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Release|x64.ActiveCfg = Release|Any CPU
499+
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Release|x64.Build.0 = Release|Any CPU
500+
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Release|x86.ActiveCfg = Release|Any CPU
501+
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Release|x86.Build.0 = Release|Any CPU
502+
{81E4373B-42EC-445E-9A40-06C44F29099A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
503+
{81E4373B-42EC-445E-9A40-06C44F29099A}.Debug|Any CPU.Build.0 = Debug|Any CPU
504+
{81E4373B-42EC-445E-9A40-06C44F29099A}.Debug|x64.ActiveCfg = Debug|Any CPU
505+
{81E4373B-42EC-445E-9A40-06C44F29099A}.Debug|x64.Build.0 = Debug|Any CPU
506+
{81E4373B-42EC-445E-9A40-06C44F29099A}.Debug|x86.ActiveCfg = Debug|Any CPU
507+
{81E4373B-42EC-445E-9A40-06C44F29099A}.Debug|x86.Build.0 = Debug|Any CPU
508+
{81E4373B-42EC-445E-9A40-06C44F29099A}.Release|Any CPU.ActiveCfg = Release|Any CPU
509+
{81E4373B-42EC-445E-9A40-06C44F29099A}.Release|Any CPU.Build.0 = Release|Any CPU
510+
{81E4373B-42EC-445E-9A40-06C44F29099A}.Release|x64.ActiveCfg = Release|Any CPU
511+
{81E4373B-42EC-445E-9A40-06C44F29099A}.Release|x64.Build.0 = Release|Any CPU
512+
{81E4373B-42EC-445E-9A40-06C44F29099A}.Release|x86.ActiveCfg = Release|Any CPU
513+
{81E4373B-42EC-445E-9A40-06C44F29099A}.Release|x86.Build.0 = Release|Any CPU
486514
EndGlobalSection
487515
GlobalSection(SolutionProperties) = preSolution
488516
HideSolutionNode = FALSE
@@ -502,6 +530,7 @@ Global
502530
{E3F4FE4B-108C-4369-8237-0EDBD9DDA369} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
503531
{BDF9F606-E419-4F24-B84F-B3BE6A92E9FA} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
504532
{4C2FE49A-09E1-4979-AD46-CD64FD04C8F7} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
533+
{81E4373B-42EC-445E-9A40-06C44F29099A} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
505534
EndGlobalSection
506535
GlobalSection(ExtensibilityGlobals) = postSolution
507536
SolutionGuid = {E3BEFC51-2FF1-4E69-B5D2-36E4D7446B7C}

0 commit comments

Comments
 (0)