This repository was archived by the owner on Jul 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 44 <PropertyGroup >
55 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
66 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <OutDir Condition =" '$(OutDir)' == ''" >$(MsBuildThisFileDirectory)bin\</OutDir >
8- <IntermediateOutputPath Condition =" '$(IntermediateOutputPath)' == ''" >$(MsBuildThisFileDirectory)obj\$(MsBuildProjectName)\$(Configuration)\</IntermediateOutputPath >
9- <OutputPath Condition =" '$(OutputPath)' == ''" >$(IntermediateOutputPath)</OutputPath >
7+ <IntermediateOutputPath Condition =" '$(IntermediateOutputPath)' == ''" >$(MsBuildThisFileDirectory)obj\$(MSBuildProjectName)\$(Configuration)\</IntermediateOutputPath >
8+ <OutputPath Condition =" '$(OutputPath)' == ''" >$(MsBuildThisFileDirectory)bin\$(MSBuildProjectName)\$(Configuration)\</OutputPath >
109 <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
1110 <FileAlignment >512</FileAlignment >
1211 <RestorePackages >true</RestorePackages >
2827 <ErrorReport >prompt</ErrorReport >
2928 <WarningLevel >4</WarningLevel >
3029 </PropertyGroup >
31- </Project >
30+ </Project >
Original file line number Diff line number Diff line change 119119 <Target Name="BeforeBuild">
120120 </Target> -->
121121 <Target Name =" AfterBuild" >
122- <Copy SourceFiles =" $(ProjectDir)IllegalHeaders.md" DestinationFolder =" $(OutDir )" ContinueOnError =" true" />
123- <Copy SourceFiles =" $(ProjectDir)CopyrightHeader.md" DestinationFolder =" $(OutDir )" ContinueOnError =" true" />
122+ <Copy SourceFiles =" $(ProjectDir)IllegalHeaders.md" DestinationFolder =" $(OutputPath )" ContinueOnError =" true" />
123+ <Copy SourceFiles =" $(ProjectDir)CopyrightHeader.md" DestinationFolder =" $(OutputPath )" ContinueOnError =" true" />
124124 </Target >
125- </Project >
125+ </Project >
You can’t perform that action at this time.
0 commit comments