Skip to content

Commit

Permalink
Add project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobJohnston committed Oct 10, 2018
1 parent 83e1a48 commit 738b60d
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
25 changes: 25 additions & 0 deletions AlphaPoint.Api.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlphaPoint.Api", "AlphaPoint.Api\AlphaPoint.Api.csproj", "{72D4524F-9A60-474A-B5C0-0C2A543C7364}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{72D4524F-9A60-474A-B5C0-0C2A543C7364}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72D4524F-9A60-474A-B5C0-0C2A543C7364}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72D4524F-9A60-474A-B5C0-0C2A543C7364}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72D4524F-9A60-474A-B5C0-0C2A543C7364}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {20590062-FDDA-4C3A-86D3-A90ED9E9C62E}
EndGlobalSection
EndGlobal
7 changes: 7 additions & 0 deletions AlphaPoint.Api/AlphaPoint.Api.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

</Project>
8 changes: 8 additions & 0 deletions AlphaPoint.Api/Class1.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using System;

namespace AlphaPoint.Api
{
public class Class1
{
}
}

0 comments on commit 738b60d

Please sign in to comment.