2022-12-05 12:43:11 +01:00
|
|
|
|
<?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>{7F620304-6022-4939-A6D9-01A9BBC907A9}</ProjectGuid>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<RootNamespace>Kalender</RootNamespace>
|
|
|
|
|
<AssemblyName>Kalender</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.7.2</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="day1.cs" />
|
|
|
|
|
<Compile Include="day2.cs" />
|
|
|
|
|
<Compile Include="day3.cs" />
|
2022-12-06 08:00:59 +01:00
|
|
|
|
<Compile Include="day4.cs" />
|
2022-12-05 12:43:11 +01:00
|
|
|
|
<Compile Include="day5.cs" />
|
2022-12-06 08:00:59 +01:00
|
|
|
|
<Compile Include="day6.cs" />
|
2022-12-07 14:40:02 +01:00
|
|
|
|
<Compile Include="day7.cs" />
|
2022-12-08 12:55:33 +01:00
|
|
|
|
<Compile Include="day8.cs" />
|
2022-12-05 12:43:11 +01:00
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="App.config" />
|
|
|
|
|
</ItemGroup>
|
2022-12-05 12:47:13 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="files\day1.txt" />
|
|
|
|
|
<Content Include="files\day2.txt" />
|
|
|
|
|
<Content Include="files\day3.txt" />
|
2022-12-06 08:00:59 +01:00
|
|
|
|
<Content Include="files\day4.txt" />
|
2022-12-05 12:47:13 +01:00
|
|
|
|
<Content Include="files\day5.txt" />
|
|
|
|
|
<Content Include="files\day5_base.txt" />
|
2022-12-06 08:00:59 +01:00
|
|
|
|
<Content Include="files\day6.txt" />
|
2022-12-07 14:40:02 +01:00
|
|
|
|
<Content Include="files\day7.txt" />
|
2022-12-08 12:55:33 +01:00
|
|
|
|
<Content Include="files\day8.txt" />
|
2022-12-05 12:47:13 +01:00
|
|
|
|
</ItemGroup>
|
2022-12-05 12:43:11 +01:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|