зеркало из https://github.com/jsuarezruiz/dnSpy.git
Update proj file
This commit is contained in:
Родитель
34f63fb950
Коммит
57ca3672cf
|
@ -224,6 +224,6 @@ See the [Wiki](https://github.com/0xd4d/dnSpy/wiki) for build instructions and o
|
|||
|
||||
# License
|
||||
|
||||
dnSpy is licensed under [GPLv3](LicenseInfo/GPLv3.txt).
|
||||
dnSpy is licensed under [GPLv3](dnSpy/dnSpy/LicenseInfo/GPLv3.txt).
|
||||
|
||||
# [Credits](LicenseInfo/CREDITS.txt)
|
||||
# [Credits](dnSpy/dnSpy/LicenseInfo/CREDITS.txt)
|
||||
|
|
|
@ -207,7 +207,7 @@ namespace dnSpy.MainApp {
|
|||
WriteShortInfo(output, info.ShortDescription);
|
||||
}
|
||||
output.WriteLine();
|
||||
WriteResourceFile(output, "dnSpy.CREDITS.txt");
|
||||
WriteResourceFile(output, "dnSpy.LicenseInfo.CREDITS.txt");
|
||||
}
|
||||
|
||||
void WriteResourceFile(IDecompilerOutput output, string name, bool addNewLine = true) {
|
||||
|
|
|
@ -798,8 +798,8 @@
|
|||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="..\..\LicenseInfo\CREDITS.txt">
|
||||
<Link>CREDITS.txt</Link>
|
||||
<EmbeddedResource Include="LicenseInfo\CREDITS.txt">
|
||||
<Visible>false</Visible>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
@ -882,17 +882,10 @@
|
|||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="..\..\EmbedInteropTypes.targets" />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>mkdir "$(TargetDir)FileLists" 2> NUL
|
||||
copy "$(ProjectDir)FileLists\*.FileList.xml" "$(TargetDir)FileLists"
|
||||
mkdir "$(TargetDir)LicenseInfo" 2> NUL
|
||||
copy "$(SolutionDir)LicenseInfo\*" "$(TargetDir)LicenseInfo"</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
<ItemGroup>
|
||||
<None Include="FileLists\*.FileList.xml;LicenseInfo\*">
|
||||
<Visible>false</Visible>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
</Project>
|
Загрузка…
Ссылка в новой задаче