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 4
4
<PropertyGroup >
5
5
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
6
<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 >
10
9
<TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
11
10
<FileAlignment >512</FileAlignment >
12
11
<RestorePackages >true</RestorePackages >
28
27
<ErrorReport >prompt</ErrorReport >
29
28
<WarningLevel >4</WarningLevel >
30
29
</PropertyGroup >
31
- </Project >
30
+ </Project >
Original file line number Diff line number Diff line change 119
119
<Target Name="BeforeBuild">
120
120
</Target> -->
121
121
<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" />
124
124
</Target >
125
- </Project >
125
+ </Project >
You can’t perform that action at this time.
0 commit comments