fixing the path for the editor control build to be into the presentation project

[TFS Changeset #67813]
This commit is contained in:
slace
2010-06-10 21:59:44 +00:00
parent 4e9fa21de1
commit 6492d6fd9b

View File

@@ -50,7 +50,7 @@
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\..\umbraco\presentation\bin\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>