summaryrefslogtreecommitdiff
path: root/Project-Unite/Project-Unite.csproj
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-07 12:50:25 -0400
committerMichael <[email protected]>2017-04-07 12:50:25 -0400
commit4e0948aa1925916edeaa1c2fce041af8c1b5ad8c (patch)
tree6980f8dfc71f5c74a0e0aad9a1ebbeb6b9bdf705 /Project-Unite/Project-Unite.csproj
parenteca15c91f8c4d09c036bf13202bd78a7b31bde1b (diff)
downloadproject-unite-4e0948aa1925916edeaa1c2fce041af8c1b5ad8c.tar.gz
project-unite-4e0948aa1925916edeaa1c2fce041af8c1b5ad8c.tar.bz2
project-unite-4e0948aa1925916edeaa1c2fce041af8c1b5ad8c.zip
Begin work on Unite API.
Diffstat (limited to 'Project-Unite/Project-Unite.csproj')
-rw-r--r--Project-Unite/Project-Unite.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/Project-Unite/Project-Unite.csproj b/Project-Unite/Project-Unite.csproj
index 3050e2a..36b45b0 100644
--- a/Project-Unite/Project-Unite.csproj
+++ b/Project-Unite/Project-Unite.csproj
@@ -106,6 +106,10 @@
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
+ <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>Bin\Newtonsoft.Json.dll</HintPath>
+ </Reference>
<Reference Include="Nito.AsyncEx, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.3.0.1\lib\net45\Nito.AsyncEx.dll</HintPath>
<Private>True</Private>
@@ -238,6 +242,7 @@
<Compile Include="App_Start\Startup.Auth.cs" />
<Compile Include="Controllers\AccountController.cs" />
<Compile Include="Controllers\AdminController.cs" />
+ <Compile Include="Controllers\APIController.cs" />
<Compile Include="Controllers\DeveloperController.cs" />
<Compile Include="Controllers\DownloadController.cs" />
<Compile Include="Controllers\ForumController.cs" />
@@ -553,6 +558,7 @@
<ItemGroup>
<Folder Include="App_Data\" />
<Folder Include="Properties\PublishProfiles\" />
+ <Folder Include="Views\API\" />
<Folder Include="Views\WikiController\" />
</ItemGroup>
<ItemGroup>