This commit is contained in:
Paul Schneider 2016-12-15 01:56:22 +01:00
commit eca59bdba3
21 changed files with 92 additions and 50 deletions

View file

@ -1,4 +1,4 @@
namespace YavscLib
namespace Yavsc.Models
{
public interface IBlackListed
{

View file

@ -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>