2017-12-27 21:36:57 +00:00
<?xml version="1.0" encoding="utf-8"?>
2016-08-18 22:08:40 +01:00
<Project DefaultTargets= "Build" ToolsVersion= "4.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2019-04-23 22:43:50 +01:00
<Import Project= "..\packages\NUnit.3.11.0\build\NUnit.props" Condition= "Exists('..\packages\NUnit.3.11.0\build\NUnit.props')" />
2016-08-18 22:08:40 +01:00
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {94C931C5-EA3A-4AB2-80F5-1BE083C237C3}</ProjectGuid>
<OutputType > Library</OutputType>
<RootNamespace > Claunia.Encoding.Tests</RootNamespace>
<AssemblyName > Claunia.Encoding.Tests</AssemblyName>
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
2018-03-07 18:58:31 +00:00
<ReleaseVersion > 1.6</ReleaseVersion>
2016-08-18 22:08:40 +01:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug</OutputPath>
<DefineConstants > DEBUG;</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<ConsolePause > false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<Optimize > true</Optimize>
<OutputPath > bin\Release</OutputPath>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<ConsolePause > false</ConsolePause>
</PropertyGroup>
<ItemGroup >
2019-04-23 22:43:50 +01:00
<Reference Include= "nunit.framework, Version=3.11.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb" >
<HintPath > ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll</HintPath>
<Private > True</Private>
2016-08-18 22:08:40 +01:00
</Reference>
2019-04-23 22:43:50 +01:00
<Reference Include= "System" />
2016-08-18 22:08:40 +01:00
</ItemGroup>
<ItemGroup >
<Compile Include= "LisaRoman.cs" />
2016-08-19 00:59:19 +01:00
<Compile Include= "ATASCII.cs" />
2016-08-19 05:15:20 +01:00
<Compile Include= "AtariST.cs" />
2017-10-12 21:11:04 +01:00
<Compile Include= "GetEncs.cs" />
2017-12-27 21:36:57 +00:00
<Compile Include= "Radix50.cs" />
2016-08-18 22:08:40 +01:00
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\Claunia.Encoding\Claunia.Encoding.csproj" >
<Project > {85DA90BC-9F49-4579-B4D1-4FF2D5925D7F}</Project>
<Name > Claunia.Encoding</Name>
</ProjectReference>
</ItemGroup>
2017-10-12 21:16:04 +01:00
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
2016-08-18 22:08:40 +01:00
<Import Project= "$(MSBuildBinPath)\Microsoft.CSharp.targets" />
2019-04-23 22:43:50 +01:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\NUnit.3.11.0\build\NUnit.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.11.0\build\NUnit.props'))" />
</Target>
2016-08-18 22:08:40 +01:00
</Project>