rename api

This commit is contained in:
2015-03-20 19:45:22 +01:00
parent 1fe2db2f6b
commit e27285a69d
4 changed files with 13 additions and 26 deletions
-13
View File
@@ -1,13 +0,0 @@
using System;
namespace OnePeek
{
public class Program
{
public void Main(string[] args)
{
Console.WriteLine("onepeek");
Console.ReadLine();
}
}
}
@@ -7,8 +7,8 @@
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">
<ProjectGuid>b3230130-6190-4fe6-b783-aa63bf6ce4d0</ProjectGuid>
<RootNamespace>OnePeek</RootNamespace>
<ProjectGuid>e20e3e83-5d8a-4e63-8e71-45aa3607f301</ProjectGuid>
<RootNamespace>OnePeek.Api</RootNamespace>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
<OutputPath Condition="'$(OutputPath)'=='' ">..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
</PropertyGroup>
@@ -2,14 +2,15 @@
"version": "1.0.0-*",
"dependencies": {
},
"commands": {
"run" : "run"
},
"frameworks" : {
"aspnet50" : { },
"aspnet50" : {
"dependencies": {
}
},
"aspnetcore50" : {
"dependencies": {
"System.Console": "4.0.0-beta-22231"
"System.Runtime": "4.0.20-beta-22231"
}
}
}
+5 -6
View File
@@ -1,9 +1,8 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22310.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "OnePeek.Api.Spotlight", "OnePeek.Api.Spotlight\OnePeek.Api.Spotlight.kproj", "{B3230130-6190-4FE6-B783-AA63BF6CE4D0}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "OnePeek.Models", "OnePeek.Models\OnePeek.Models.kproj", "{CD522111-F999-4693-A55F-8A4D0E6DC7B5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -11,10 +10,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3230130-6190-4FE6-B783-AA63BF6CE4D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3230130-6190-4FE6-B783-AA63BF6CE4D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3230130-6190-4FE6-B783-AA63BF6CE4D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3230130-6190-4FE6-B783-AA63BF6CE4D0}.Release|Any CPU.Build.0 = Release|Any CPU
{CD522111-F999-4693-A55F-8A4D0E6DC7B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD522111-F999-4693-A55F-8A4D0E6DC7B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD522111-F999-4693-A55F-8A4D0E6DC7B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD522111-F999-4693-A55F-8A4D0E6DC7B5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE