This commit is contained in:
de4dot 2016-10-05 19:31:06 +02:00
Родитель 34f63fb950
Коммит 57ca3672cf
7 изменённых файлов: 11 добавлений и 18 удалений

Просмотреть файл

@ -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&gt; NUL
copy "$(ProjectDir)FileLists\*.FileList.xml" "$(TargetDir)FileLists"
mkdir "$(TargetDir)LicenseInfo" 2&gt; 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>