Last active
February 11, 2020 04:46
-
-
Save snluu/4b4fc66caa5d637500c8aa4526a9072f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
... | |
<Reference Include="System.Xml.Linq" /> | |
<Reference Include="System.Web" /> | |
<Reference Include="System.Web.Extensions" /> | |
<Reference Include="System.Web.Abstractions" /> | |
<Reference Include="System.Web.Routing" /> | |
<Reference Include="System.Xml" /> | |
<Reference Include="System.Configuration" /> | |
<Reference Include="System.Web.Services" /> | |
<Reference Include="System.EnterpriseServices" /> | |
... | |
<ItemGroup> | |
<Compile Include="Controllers\ManageAccountsController.cs" /> | |
<Compile Include="Controllers\AdminController.cs" /> | |
<Compile Include="Controllers\AuthController.cs" /> | |
<Compile Include="Models\AccountListModel.cs" /> | |
<Compile Include="Startup.cs" /> | |
</ItemGroup> | |
... | |
<ItemGroup> | |
<Content Include="Content\images\thumbnail-sunset.png" /> | |
<Content Include="Content\images\sabbath.png" /> | |
<Content Include="Content\images\subscribe.png" /> | |
</ItemGroup> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment