|
@@ -15,7 +15,7 @@
|
|
|
<DebugType>full</DebugType>
|
|
|
<Optimize>false</Optimize>
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
- <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
+ <DefineConstants>DEBUG;TRACE;Win32</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
@@ -23,7 +23,7 @@
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
<Optimize>true</Optimize>
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
- <DefineConstants>TRACE</DefineConstants>
|
|
|
+ <DefineConstants>TRACE;Win32</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
@@ -57,6 +57,7 @@
|
|
|
<Compile Include="Disks\VMDK\VirtualMachineDiskDescriptor.cs" />
|
|
|
<Compile Include="Disks\VMDK\VirtualMachineDiskExtentEntry.cs" />
|
|
|
<Compile Include="Disks\VMDK\VirtualMachineDiskType.cs" />
|
|
|
+ <Compile Include="Exceptions\CyclicRedundancyCheckException.cs" />
|
|
|
<Compile Include="Exceptions\DeviceNotReadyException.cs" />
|
|
|
<Compile Include="FileSystems\FileSystemHelper.cs" />
|
|
|
<Compile Include="FileSystems\IExtendableFileSystem.cs" />
|
|
@@ -150,6 +151,8 @@
|
|
|
<Compile Include="Volumes\SimpleVolume.cs" />
|
|
|
<Compile Include="Volumes\SpannedVolume.cs" />
|
|
|
<Compile Include="Volumes\StripedVolume.cs" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
<Compile Include="Win32\Disks\DiskImage.Win32.cs" />
|
|
|
<Compile Include="Win32\Disks\VMDK\SparseExtent.Win32.cs" />
|
|
|
<Compile Include="Win32\Disks\VMDK\VirtualMachineDisk.Win32.cs" />
|