DllExporter: Move under Build\ directory

Also makes InputText use an architecture specific version of DllExporter.
This commit is contained in:
Birunthan Mohanathas
2014-01-17 23:03:38 +02:00
parent 580d6de303
commit 351fcbce5d
5 changed files with 335 additions and 336 deletions

View File

@ -97,9 +97,9 @@
<DependentUpon>InputBox.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(SolutionDir)Build\VS\RainmeterPlugin.Cs.props"/>
<Import Project="$(SolutionDir)Build\VS\RainmeterPlugin.Cs.props" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>"$(SolutionDir)Plugins\API\DllExporter.exe" "$(ConfigurationName)" "$(PlatformName)" "$(TargetDir)\" "$(TargetFileName)"</PostBuildEvent>
<PostBuildEvent>"$(RmOutDirRoot)Tools\DllExporter.exe" "$(ConfigurationName)" "$(PlatformName)" "$(TargetDir)\" "$(TargetFileName)"</PostBuildEvent>
</PropertyGroup>
</Project>