diff options
author | wuestholz <unknown> | 2013-08-05 10:23:41 -0700 |
---|---|---|
committer | wuestholz <unknown> | 2013-08-05 10:23:41 -0700 |
commit | f89732676bc18182314f91a77821e2194a2616dc (patch) | |
tree | 3066125d01b810ee26382098629995fac7e13616 /Source/BVD | |
parent | d5a32ffd75e5723a5f2a6f9d6a5b50b3e692a0ff (diff) |
Fixed several build errors in the 'Checked' configuration.
Diffstat (limited to 'Source/BVD')
-rw-r--r-- | Source/BVD/BVD.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/BVD/BVD.csproj b/Source/BVD/BVD.csproj index 448adff7..687e83fb 100644 --- a/Source/BVD/BVD.csproj +++ b/Source/BVD/BVD.csproj @@ -42,7 +42,7 @@ <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
+ <OutputPath>..\..\Binaries\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
|