Parent Directory
|
Revision Log
|
Patch
--- trunk/MSBuild_CurrentVersion/MSBuild_CurrentVersion.csproj 2012/05/28 10:03:08 181 +++ trunk/MSBuild_CurrentVersion/MSBuild_CurrentVersion.csproj 2012/05/28 10:08:44 182 @@ -35,6 +35,9 @@ <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'"> + <OutputPath>bin\All Configurations\</OutputPath> + </PropertyGroup> <ItemGroup> <Reference Include="ManagedWinapi"> <HintPath>..\deps\managedwinapi-0.3\ManagedWinapi.dll</HintPath>
ViewVC Help | |
Powered by ViewVC 1.1.22 |