File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 8282 <Compile Include =" Program.cs" />
8383 <Compile Include =" Properties\AssemblyInfo.cs" />
8484 </ItemGroup >
85+ <ItemGroup >
86+ <Content Include =" CopyrightHeader.md" >
87+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
88+ </Content >
89+ <Content Include =" IllegalHeaders.md" >
90+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
91+ </Content >
92+ </ItemGroup >
8593 <ItemGroup >
8694 <None Include =" App.config" />
87- <None Include =" CopyrightHeader.md" />
88- <None Include =" IllegalHeaders.md" />
8995 <None Include =" packages.config" />
9096 </ItemGroup >
9197 <ItemGroup >
103109 Other similar extension points exist, see Microsoft.Common.targets.
104110 <Target Name="BeforeBuild">
105111 </Target> -->
106- <Target Name =" AfterBuild" >
107- <Copy SourceFiles =" $(ProjectDir)IllegalHeaders.md" DestinationFolder =" $(OutputPath)" ContinueOnError =" true" />
108- <Copy SourceFiles =" $(ProjectDir)CopyrightHeader.md" DestinationFolder =" $(OutputPath)" ContinueOnError =" true" />
109- </Target >
110112</Project >
You can’t perform that action at this time.
0 commit comments