You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
780 B
Plaintext
16 lines
780 B
Plaintext
|
1 month ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
<PropertyGroup>
|
||
|
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||
|
|
<HasSharedItems>true</HasSharedItems>
|
||
|
|
<SharedGUID>1e75fbbb-265d-4413-bf08-0f83c6e86edf</SharedGUID>
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup Label="Configuration">
|
||
|
|
<Import_RootNamespace>Unplugged.IbmBits.Tests.Shared</Import_RootNamespace>
|
||
|
|
</PropertyGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Compile Include="$(MSBuildThisFileDirectory)BinaryReaderExtensionMethodsTest.cs" />
|
||
|
|
<Compile Include="$(MSBuildThisFileDirectory)BinaryWriterExtensionMethodsTest.cs" />
|
||
|
|
<Compile Include="$(MSBuildThisFileDirectory)IbmConverterTest.cs" />
|
||
|
|
</ItemGroup>
|
||
|
|
</Project>
|