Skip to content

Commit

Permalink
Add project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jreina committed Sep 7, 2017
1 parent 6579cad commit 6c91813
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
22 changes: 22 additions & 0 deletions ThingsThatAreNotAggregate_WithAggregate.sln
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThingsThatAreNotAggregate_WithAggregate", "ThingsThatAreNotAggregate_WithAggregate\ThingsThatAreNotAggregate_WithAggregate.csproj", "{FCD385D1-040D-4FFE-90BE-BEE265BB566C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FCD385D1-040D-4FFE-90BE-BEE265BB566C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCD385D1-040D-4FFE-90BE-BEE265BB566C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCD385D1-040D-4FFE-90BE-BEE265BB566C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCD385D1-040D-4FFE-90BE-BEE265BB566C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
8 changes: 8 additions & 0 deletions ThingsThatAreNotAggregate_WithAggregate/Class1.cs
@@ -0,0 +1,8 @@
using System;

namespace ThingsThatAreNotAggregate_WithAggregate
{
public class Class1
{
}
}
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup>

</Project>

0 comments on commit 6c91813

Please sign in to comment.