|
|
@@ -114,7 +114,7 @@
|
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
|
</Midl>
|
|
|
<PostBuildEvent>
|
|
|
- <Command>copy $(TargetDir)*.dll ..\..\Debug\Addins</Command>
|
|
|
+ <Command>copy $(TargetDir)*.dll $(SolutionDir)Debug\Addins</Command>
|
|
|
</PostBuildEvent>
|
|
|
<ResourceCompile>
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
@@ -148,9 +148,9 @@
|
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
|
</Midl>
|
|
|
<PostBuildEvent>
|
|
|
- <Command>mkdir ..\..\Debug64
|
|
|
-mkdir ..\..\Debug64\Addins
|
|
|
-copy $(TargetDir)*.dll ..\..\Debug64\Addins</Command>
|
|
|
+ <Command>mkdir $(SolutionDir)Debug64
|
|
|
+mkdir $(SolutionDir)Debug64\Addins
|
|
|
+copy $(TargetDir)*.dll $(SolutionDir)Debug64\Addins</Command>
|
|
|
</PostBuildEvent>
|
|
|
<ResourceCompile>
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
@@ -185,7 +185,7 @@ copy $(TargetDir)*.dll ..\..\Debug64\Addins</Command>
|
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
|
</Midl>
|
|
|
<PostBuildEvent>
|
|
|
- <Command>copy $(TargetDir)*.dll ..\..\Release\Addins</Command>
|
|
|
+ <Command>copy $(TargetDir)*.dll $(SolutionDir)Release\Addins</Command>
|
|
|
</PostBuildEvent>
|
|
|
<ResourceCompile>
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
@@ -219,9 +219,9 @@ copy $(TargetDir)*.dll ..\..\Debug64\Addins</Command>
|
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
|
</Midl>
|
|
|
<PostBuildEvent>
|
|
|
- <Command>mkdir ..\..\Release64
|
|
|
-mkdir ..\..\Release64\Addins
|
|
|
-copy $(TargetDir)*.dll ..\..\Release64\Addins</Command>
|
|
|
+ <Command>mkdir $(SolutionDir)Release64
|
|
|
+mkdir $(SolutionDir)Release64\Addins
|
|
|
+copy $(TargetDir)*.dll $(SolutionDir)Release64\Addins</Command>
|
|
|
</PostBuildEvent>
|
|
|
<ResourceCompile>
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|