diff options
Diffstat (limited to 'crypto/crypto.pcl.csproj')
-rw-r--r-- | crypto/crypto.pcl.csproj | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/crypto/crypto.pcl.csproj b/crypto/crypto.pcl.csproj index 42d6e3024..be6ee7c59 100644 --- a/crypto/crypto.pcl.csproj +++ b/crypto/crypto.pcl.csproj @@ -45,13 +45,14 @@ <BootstrapperEnabled>true</BootstrapperEnabled> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> - <OutputPath>bin\Debug\</OutputPath> + <OutputPath>bin\pcl\Debug\</OutputPath> + <IntermediateOutputPath>obj\pcl\Debug\</IntermediateOutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> <ConfigurationOverrideFile /> <DefineConstants>TRACE;DEBUG;SILVERLIGHT;PCL</DefineConstants> - <DocumentationFile>doc\crypto.xml</DocumentationFile> + <DocumentationFile>doc\pcl\crypto.xml</DocumentationFile> <DebugSymbols>true</DebugSymbols> <FileAlignment>4096</FileAlignment> <NoStdLib>false</NoStdLib> @@ -65,13 +66,14 @@ <ErrorReport>prompt</ErrorReport> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <OutputPath>bin\Release\</OutputPath> + <OutputPath>bin\pcl\Release\</OutputPath> + <IntermediateOutputPath>obj\pcl\Release\</IntermediateOutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> <ConfigurationOverrideFile /> <DefineConstants>TRACE;SILVERLIGHT;PCL</DefineConstants> - <DocumentationFile>doc\crypto.xml</DocumentationFile> + <DocumentationFile>doc\pcl\crypto.xml</DocumentationFile> <DebugSymbols>true</DebugSymbols> <FileAlignment>4096</FileAlignment> <NoStdLib>false</NoStdLib> |