Skip to content

Commit

Permalink
Adding shared assembly details
Browse files Browse the repository at this point in the history
Removing dead class
  • Loading branch information
ebekker committed Oct 26, 2017
1 parent 8b70cc6 commit 2544206
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Class1.cs" />
<Compile Include="..\shared\SharedAssemblyVersionInfo.cs">
<Link>Properties\SharedAssemblyVersionInfo.cs</Link>
</Compile>
<Compile Include="..\shared\SharedGlobalSuppressions.cs">
<Link>Properties\SharedGlobalSuppressions.cs</Link>
</Compile>
<Compile Include="DnsMadeEasyChallengeHandler.cs" />
<Compile Include="DnsMadeEasyChallengeHandlerProvider.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
Expand All @@ -56,6 +61,9 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="ACMESharp.Providers.DNSMadeEasy.psd1">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit 2544206

Please sign in to comment.