Skip to content

Commit

Permalink
sedwqadqwd
Browse files Browse the repository at this point in the history
  • Loading branch information
3miliomc committed Oct 23, 2016
1 parent 4887c90 commit b0fa3cf
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 16 deletions.
7 changes: 0 additions & 7 deletions ConsoleApp1.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ConsoleApp1", "src\ConsoleApp1\ConsoleApp1.xproj", "{9DD38C1B-5884-4C16-946D-DC1AFBB98F83}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ConsoleApp1. Services", "src\ConsoleApp1. Services\ConsoleApp1. Services.xproj", "{1A2E1D24-8C8C-4F9F-8D71-B7DFC5B58BC5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -24,16 +22,11 @@ Global
{9DD38C1B-5884-4C16-946D-DC1AFBB98F83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DD38C1B-5884-4C16-946D-DC1AFBB98F83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DD38C1B-5884-4C16-946D-DC1AFBB98F83}.Release|Any CPU.Build.0 = Release|Any CPU
{1A2E1D24-8C8C-4F9F-8D71-B7DFC5B58BC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A2E1D24-8C8C-4F9F-8D71-B7DFC5B58BC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A2E1D24-8C8C-4F9F-8D71-B7DFC5B58BC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A2E1D24-8C8C-4F9F-8D71-B7DFC5B58BC5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9DD38C1B-5884-4C16-946D-DC1AFBB98F83} = {BAFF7D40-165B-4764-9B08-B4B9CFD3D859}
{1A2E1D24-8C8C-4F9F-8D71-B7DFC5B58BC5} = {BAFF7D40-165B-4764-9B08-B4B9CFD3D859}
EndGlobalSection
EndGlobal
19 changes: 19 additions & 0 deletions src/ConsoleApp1. Services/ConsoleApp1.Services.xproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">
<ProjectGuid>1a2e1d24-8c8c-4f9f-8d71-b7dfc5b58bc5</ProjectGuid>
<RootNamespace>ConsoleApp1.Services</RootNamespace>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions src/ConsoleApp1/Interprete.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace ConsoleApp1
{
public class Interprete
{
// private ServicePersona _servicio;

}
}
10 changes: 2 additions & 8 deletions src/ConsoleApp1/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using ConsoleApp1.Services;

using System;
using System.Collections.Generic;
using System.Linq;
Expand All @@ -8,13 +8,7 @@ namespace ConsoleApp1
{
public class Program
{
private ServicePersona _servicio;

public Program()
{
_servicio = new ServicePersona();

}

public static void Main(string[] args)
{

Expand Down
1 change: 0 additions & 1 deletion src/ConsoleApp1/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
},

"dependencies": {
"ConsoleApp1. Services": "1.0.0-*",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.1"
Expand Down

0 comments on commit b0fa3cf

Please sign in to comment.