Merge.
This commit is contained in:
commit
eca59bdba3
21 changed files with 92 additions and 50 deletions
|
|
@ -1,4 +1,4 @@
|
|||
namespace YavscLib
|
||||
namespace Yavsc.Models
|
||||
{
|
||||
public interface IBlackListed
|
||||
{
|
||||
|
|
|
|||
|
|
@ -57,8 +57,8 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="project.json" />
|
||||
<Content Include="IBlackListed.cs" />
|
||||
<Content Include="IChatUserInfo.cs" />
|
||||
<Compile Include="IChatUserInfo.cs" />
|
||||
<Compile Include="IBlackListed.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
|
|
@ -73,4 +73,4 @@
|
|||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue