Skip to content

Commit

Permalink
Added proj for Day7
Browse files Browse the repository at this point in the history
  • Loading branch information
afromogli committed Dec 15, 2019
1 parent 8b702fe commit 2f71f33
Show file tree
Hide file tree
Showing 7 changed files with 176 additions and 0 deletions.
Binary file added .vs/AdventOfCode/v15/Browse.VC.db
Binary file not shown.
Binary file modified .vs/AdventOfCode/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
66 changes: 66 additions & 0 deletions AdventOfCode.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,102 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntCode", "IntCode\IntCode.
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Day5", "Day5\Day5.csproj", "{93A3372C-1679-4C27-BF3E-EB6EB50D39BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Day7", "Day7\Day7.csproj", "{062B269B-577F-404E-8092-8AB8CD554CAF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5393850F-3888-4A08-8033-CED530DEC8B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5393850F-3888-4A08-8033-CED530DEC8B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5393850F-3888-4A08-8033-CED530DEC8B3}.Debug|x64.ActiveCfg = Debug|Any CPU
{5393850F-3888-4A08-8033-CED530DEC8B3}.Debug|x64.Build.0 = Debug|Any CPU
{5393850F-3888-4A08-8033-CED530DEC8B3}.Debug|x86.ActiveCfg = Debug|Any CPU
{5393850F-3888-4A08-8033-CED530DEC8B3}.Debug|x86.Build.0 = Debug|Any CPU
{5393850F-3888-4A08-8033-CED530DEC8B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5393850F-3888-4A08-8033-CED530DEC8B3}.Release|Any CPU.Build.0 = Release|Any CPU
{5393850F-3888-4A08-8033-CED530DEC8B3}.Release|x64.ActiveCfg = Release|Any CPU
{5393850F-3888-4A08-8033-CED530DEC8B3}.Release|x64.Build.0 = Release|Any CPU
{5393850F-3888-4A08-8033-CED530DEC8B3}.Release|x86.ActiveCfg = Release|Any CPU
{5393850F-3888-4A08-8033-CED530DEC8B3}.Release|x86.Build.0 = Release|Any CPU
{11B8FE59-2584-41B6-9A3F-5D8A201EF025}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11B8FE59-2584-41B6-9A3F-5D8A201EF025}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11B8FE59-2584-41B6-9A3F-5D8A201EF025}.Debug|x64.ActiveCfg = Debug|Any CPU
{11B8FE59-2584-41B6-9A3F-5D8A201EF025}.Debug|x64.Build.0 = Debug|Any CPU
{11B8FE59-2584-41B6-9A3F-5D8A201EF025}.Debug|x86.ActiveCfg = Debug|Any CPU
{11B8FE59-2584-41B6-9A3F-5D8A201EF025}.Debug|x86.Build.0 = Debug|Any CPU
{11B8FE59-2584-41B6-9A3F-5D8A201EF025}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11B8FE59-2584-41B6-9A3F-5D8A201EF025}.Release|Any CPU.Build.0 = Release|Any CPU
{11B8FE59-2584-41B6-9A3F-5D8A201EF025}.Release|x64.ActiveCfg = Release|Any CPU
{11B8FE59-2584-41B6-9A3F-5D8A201EF025}.Release|x64.Build.0 = Release|Any CPU
{11B8FE59-2584-41B6-9A3F-5D8A201EF025}.Release|x86.ActiveCfg = Release|Any CPU
{11B8FE59-2584-41B6-9A3F-5D8A201EF025}.Release|x86.Build.0 = Release|Any CPU
{5153B285-8C72-49D8-81FA-4835B91B0DEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5153B285-8C72-49D8-81FA-4835B91B0DEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5153B285-8C72-49D8-81FA-4835B91B0DEC}.Debug|x64.ActiveCfg = Debug|Any CPU
{5153B285-8C72-49D8-81FA-4835B91B0DEC}.Debug|x64.Build.0 = Debug|Any CPU
{5153B285-8C72-49D8-81FA-4835B91B0DEC}.Debug|x86.ActiveCfg = Debug|Any CPU
{5153B285-8C72-49D8-81FA-4835B91B0DEC}.Debug|x86.Build.0 = Debug|Any CPU
{5153B285-8C72-49D8-81FA-4835B91B0DEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5153B285-8C72-49D8-81FA-4835B91B0DEC}.Release|Any CPU.Build.0 = Release|Any CPU
{5153B285-8C72-49D8-81FA-4835B91B0DEC}.Release|x64.ActiveCfg = Release|Any CPU
{5153B285-8C72-49D8-81FA-4835B91B0DEC}.Release|x64.Build.0 = Release|Any CPU
{5153B285-8C72-49D8-81FA-4835B91B0DEC}.Release|x86.ActiveCfg = Release|Any CPU
{5153B285-8C72-49D8-81FA-4835B91B0DEC}.Release|x86.Build.0 = Release|Any CPU
{D67A1A24-D044-49FB-8AD5-E2C48AB3B493}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D67A1A24-D044-49FB-8AD5-E2C48AB3B493}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D67A1A24-D044-49FB-8AD5-E2C48AB3B493}.Debug|x64.ActiveCfg = Debug|Any CPU
{D67A1A24-D044-49FB-8AD5-E2C48AB3B493}.Debug|x64.Build.0 = Debug|Any CPU
{D67A1A24-D044-49FB-8AD5-E2C48AB3B493}.Debug|x86.ActiveCfg = Debug|Any CPU
{D67A1A24-D044-49FB-8AD5-E2C48AB3B493}.Debug|x86.Build.0 = Debug|Any CPU
{D67A1A24-D044-49FB-8AD5-E2C48AB3B493}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D67A1A24-D044-49FB-8AD5-E2C48AB3B493}.Release|Any CPU.Build.0 = Release|Any CPU
{D67A1A24-D044-49FB-8AD5-E2C48AB3B493}.Release|x64.ActiveCfg = Release|Any CPU
{D67A1A24-D044-49FB-8AD5-E2C48AB3B493}.Release|x64.Build.0 = Release|Any CPU
{D67A1A24-D044-49FB-8AD5-E2C48AB3B493}.Release|x86.ActiveCfg = Release|Any CPU
{D67A1A24-D044-49FB-8AD5-E2C48AB3B493}.Release|x86.Build.0 = Release|Any CPU
{7D32092C-902E-44F0-99D2-0326A7D65848}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D32092C-902E-44F0-99D2-0326A7D65848}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D32092C-902E-44F0-99D2-0326A7D65848}.Debug|x64.ActiveCfg = Debug|Any CPU
{7D32092C-902E-44F0-99D2-0326A7D65848}.Debug|x64.Build.0 = Debug|Any CPU
{7D32092C-902E-44F0-99D2-0326A7D65848}.Debug|x86.ActiveCfg = Debug|Any CPU
{7D32092C-902E-44F0-99D2-0326A7D65848}.Debug|x86.Build.0 = Debug|Any CPU
{7D32092C-902E-44F0-99D2-0326A7D65848}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D32092C-902E-44F0-99D2-0326A7D65848}.Release|Any CPU.Build.0 = Release|Any CPU
{7D32092C-902E-44F0-99D2-0326A7D65848}.Release|x64.ActiveCfg = Release|Any CPU
{7D32092C-902E-44F0-99D2-0326A7D65848}.Release|x64.Build.0 = Release|Any CPU
{7D32092C-902E-44F0-99D2-0326A7D65848}.Release|x86.ActiveCfg = Release|Any CPU
{7D32092C-902E-44F0-99D2-0326A7D65848}.Release|x86.Build.0 = Release|Any CPU
{93A3372C-1679-4C27-BF3E-EB6EB50D39BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93A3372C-1679-4C27-BF3E-EB6EB50D39BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93A3372C-1679-4C27-BF3E-EB6EB50D39BF}.Debug|x64.ActiveCfg = Debug|Any CPU
{93A3372C-1679-4C27-BF3E-EB6EB50D39BF}.Debug|x64.Build.0 = Debug|Any CPU
{93A3372C-1679-4C27-BF3E-EB6EB50D39BF}.Debug|x86.ActiveCfg = Debug|Any CPU
{93A3372C-1679-4C27-BF3E-EB6EB50D39BF}.Debug|x86.Build.0 = Debug|Any CPU
{93A3372C-1679-4C27-BF3E-EB6EB50D39BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93A3372C-1679-4C27-BF3E-EB6EB50D39BF}.Release|Any CPU.Build.0 = Release|Any CPU
{93A3372C-1679-4C27-BF3E-EB6EB50D39BF}.Release|x64.ActiveCfg = Release|Any CPU
{93A3372C-1679-4C27-BF3E-EB6EB50D39BF}.Release|x64.Build.0 = Release|Any CPU
{93A3372C-1679-4C27-BF3E-EB6EB50D39BF}.Release|x86.ActiveCfg = Release|Any CPU
{93A3372C-1679-4C27-BF3E-EB6EB50D39BF}.Release|x86.Build.0 = Release|Any CPU
{062B269B-577F-404E-8092-8AB8CD554CAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{062B269B-577F-404E-8092-8AB8CD554CAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{062B269B-577F-404E-8092-8AB8CD554CAF}.Debug|x64.ActiveCfg = Debug|Any CPU
{062B269B-577F-404E-8092-8AB8CD554CAF}.Debug|x64.Build.0 = Debug|Any CPU
{062B269B-577F-404E-8092-8AB8CD554CAF}.Debug|x86.ActiveCfg = Debug|Any CPU
{062B269B-577F-404E-8092-8AB8CD554CAF}.Debug|x86.Build.0 = Debug|Any CPU
{062B269B-577F-404E-8092-8AB8CD554CAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{062B269B-577F-404E-8092-8AB8CD554CAF}.Release|Any CPU.Build.0 = Release|Any CPU
{062B269B-577F-404E-8092-8AB8CD554CAF}.Release|x64.ActiveCfg = Release|Any CPU
{062B269B-577F-404E-8092-8AB8CD554CAF}.Release|x64.Build.0 = Release|Any CPU
{062B269B-577F-404E-8092-8AB8CD554CAF}.Release|x86.ActiveCfg = Release|Any CPU
{062B269B-577F-404E-8092-8AB8CD554CAF}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
6 changes: 6 additions & 0 deletions Day7/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
</configuration>
15 changes: 15 additions & 0 deletions Day7/Day7.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Day7
{
class Day7
{
static void Main(string[] args)
{
}
}
}
53 changes: 53 additions & 0 deletions Day7/Day7.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{062B269B-577F-404E-8092-8AB8CD554CAF}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Day7</RootNamespace>
<AssemblyName>Day7</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Day7.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
36 changes: 36 additions & 0 deletions Day7/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Day7")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Day7")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("062b269b-577f-404e-8092-8ab8cd554caf")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit 2f71f33

Please sign in to comment.