2019-03-13 14:31:11 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-03-13 14:19:38 +01:00
|
|
|
|
<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>
|
2019-03-13 14:31:11 +01:00
|
|
|
|
<ProjectGuid>{F2E11FEE-C5AC-47D2-BA9C-819909B6DFF7}</ProjectGuid>
|
2019-03-13 14:19:38 +01:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>CzokoŚmieciarka.DataModels</RootNamespace>
|
|
|
|
|
<AssemblyName>CzokoŚmieciarka.DataModels</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<Deterministic>true</Deterministic>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<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' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2019-03-13 16:45:38 +01:00
|
|
|
|
<Reference Include="PresentationCore" />
|
|
|
|
|
<Reference Include="PresentationFramework" />
|
2019-03-13 14:31:11 +01:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2019-03-13 17:23:52 +01:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2019-03-13 14:31:11 +01:00
|
|
|
|
<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" />
|
2019-03-13 14:19:38 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-03-13 16:55:34 +01:00
|
|
|
|
<Compile Include="Exceptions.cs" />
|
2019-03-13 17:23:52 +01:00
|
|
|
|
<Compile Include="Enums\Directions.cs" />
|
2019-03-13 14:31:11 +01:00
|
|
|
|
<Compile Include="Interfaces\GarbageCollector\AGarbageCollector.cs" />
|
|
|
|
|
<Compile Include="Interfaces\GarbageCollector\IGarbageCollector.cs" />
|
|
|
|
|
<Compile Include="Interfaces\Garbage\AGarbage.cs" />
|
|
|
|
|
<Compile Include="Interfaces\Garbage\IGarbage.cs" />
|
2019-03-13 15:42:14 +01:00
|
|
|
|
<Compile Include="Interfaces\TrashCans\ADump.cs" />
|
2019-03-13 14:31:11 +01:00
|
|
|
|
<Compile Include="Interfaces\IGarbageLocalization.cs" />
|
|
|
|
|
<Compile Include="Interfaces\ITypeOfGarbage.cs" />
|
|
|
|
|
<Compile Include="Interfaces\RoutePlanningEngine\IRoutePlanningEngine.cs" />
|
|
|
|
|
<Compile Include="Interfaces\TrashCans\AGarbageCollectorContainer.cs" />
|
|
|
|
|
<Compile Include="Interfaces\TrashCans\ATrashCan.cs" />
|
2019-03-13 16:55:34 +01:00
|
|
|
|
<Compile Include="Interfaces\IStep.cs" />
|
2019-03-13 14:31:11 +01:00
|
|
|
|
<Compile Include="Models\Coords.cs" />
|
|
|
|
|
<Compile Include="Models\Map.cs" />
|
2019-03-13 15:31:33 +01:00
|
|
|
|
<Compile Include="Models\Steps\CollectStep.cs" />
|
|
|
|
|
<Compile Include="Models\Steps\MoveStep.cs" />
|
2019-03-13 16:55:34 +01:00
|
|
|
|
<Compile Include="Models\Steps\SpillStep.cs" />
|
2019-03-13 14:19:38 +01:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2019-03-13 14:31:11 +01:00
|
|
|
|
</Project>
|