mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
move packages.config
This commit is contained in:
parent
2a41519be6
commit
38bb0ce9d0
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@ SubtitleEdit-*.zip
|
|||||||
SubtitleEditBeta
|
SubtitleEditBeta
|
||||||
/src/SubtitleEdit.sln.DotSettings
|
/src/SubtitleEdit.sln.DotSettings
|
||||||
/packages/NHunspell.1.2.5554.16953
|
/packages/NHunspell.1.2.5554.16953
|
||||||
|
/packages/ILRepack.2.0.18
|
||||||
|
@ -1933,11 +1933,11 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup />
|
<ItemGroup />
|
||||||
<Target Name="BeforeCompile">
|
<Target Name="BeforeCompile">
|
||||||
<XmlPeek XmlInputPath="$(SolutionDir)packages.config" Query="//package[@id='NHunspell']/@version">
|
<XmlPeek XmlInputPath="$(SolutionDir)\src\ui\packages.config" Query="//package[@id='NHunspell']/@version">
|
||||||
<Output TaskParameter="Result" PropertyName="HunspellVersion" />
|
<Output TaskParameter="Result" PropertyName="HunspellVersion" />
|
||||||
</XmlPeek>
|
</XmlPeek>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<HunspellDir>$(SolutionDir)packages\NHunspell.$(HunspellVersion)\content\</HunspellDir>
|
<HunspellDir>$(SolutionDir)\src\ui\packages\NHunspell.$(HunspellVersion)\content\</HunspellDir>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Copy SourceFiles="@(HunspellAssemblies -> '$(HunspellDir)%(Identity)')" DestinationFolder="$(OutputPath)" SkipUnchangedFiles="True" />
|
<Copy SourceFiles="@(HunspellAssemblies -> '$(HunspellDir)%(Identity)')" DestinationFolder="$(OutputPath)" SkipUnchangedFiles="True" />
|
||||||
<Exec Command="%22$(SolutionDir)\build_helpers.bat%22 rev %22$(ConfigurationName)%22" />
|
<Exec Command="%22$(SolutionDir)\build_helpers.bat%22 rev %22$(ConfigurationName)%22" />
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="ILRepack" version="2.0.18" targetFramework="net40-client" />
|
<package id="ILRepack" version="2.0.18" targetFramework="net462" />
|
||||||
<package id="NHunspell" version="1.2.5554.16953" targetFramework="net40-Client" />
|
<package id="NHunspell" version="1.2.5554.16953" targetFramework="net462" />
|
||||||
</packages>
|
</packages>
|
Loading…
Reference in New Issue
Block a user