Skip to content

Commit

Permalink
Merge pull request dotnet#505 from mmitche/fix-unsafe-release
Browse files Browse the repository at this point in the history
Allow unsafe in release builds.
  • Loading branch information
mmitche committed Jan 22, 2015
2 parents c334dd7 + a08c9a1 commit 1b92a67
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@
<RootNamespace>System.IO.FileSystem.DriveInfo</RootNamespace>
<AssemblyName>System.IO.FileSystem.DriveInfo</AssemblyName>
<ProjectGuid>{29C14AD7-DC03-45DC-897D-8DACC762707E}</ProjectGuid>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup>
<!-- References are resolved from packages.config -->
<ItemGroup Condition=" '$(OS)' == 'Unix' ">
<Compile Include="Interop\Interop.Linux.cs" />
Expand Down

0 comments on commit 1b92a67

Please sign in to comment.