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.
17 lines
835 B
Plaintext
17 lines
835 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>446cacfb-24f3-4f5b-820b-eb15dfe6f89d</SharedGUID>
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup Label="Configuration">
|
||
|
|
<Import_RootNamespace>Unplugged.IbmBits</Import_RootNamespace>
|
||
|
|
</PropertyGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Compile Include="$(MSBuildThisFileDirectory)BinaryReaderExtensionMethods.cs" />
|
||
|
|
<Compile Include="$(MSBuildThisFileDirectory)BinaryWriterExtensionMethods.cs" />
|
||
|
|
<Compile Include="$(MSBuildThisFileDirectory)IbmConverter.cs" />
|
||
|
|
<Compile Include="$(MSBuildThisFileDirectory)Properties\AssemblyInfo.cs" />
|
||
|
|
</ItemGroup>
|
||
|
|
</Project>
|