File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -242,4 +242,7 @@ ModelManifest.xml
242
242
.paket /paket.exe
243
243
244
244
# FAKE - F# Make
245
- .fake /
245
+ .fake /
246
+
247
+ # Foobar2000 portable installation directory
248
+ foobar2000 /
Original file line number Diff line number Diff line change 98
98
<OutputFile >$(OutDir)$(TargetName)$(TargetExt)</OutputFile >
99
99
</Link >
100
100
<PostBuildEvent >
101
- <Command >copy "$(TargetPath)" "$(SolutionDir)foobar2000\components"</Command >
101
+ <Command >if exist "$(SolutionDir)foobar2000\components" copy "$(TargetPath)" "$(SolutionDir)foobar2000\components"</Command >
102
102
</PostBuildEvent >
103
103
<PostBuildEvent >
104
104
<Message >Copy output to foobar2000 components folder</Message >
120
120
<OutputFile >$(OutDir)$(TargetName)$(TargetExt)</OutputFile >
121
121
</Link >
122
122
<PostBuildEvent >
123
- <Command >copy "$(TargetPath)" "$(SolutionDir)foobar2000\components"</Command >
123
+ <Command >if exist "$(SolutionDir)foobar2000\components" copy "$(TargetPath)" "$(SolutionDir)foobar2000\components"</Command >
124
124
</PostBuildEvent >
125
125
<PostBuildEvent >
126
126
<Message >Copy output to foobar2000 components folder</Message >
146
146
<OutputFile >$(OutDir)$(TargetName)$(TargetExt)</OutputFile >
147
147
</Link >
148
148
<PostBuildEvent >
149
- <Command >copy "$(TargetPath)" "$(SolutionDir)foobar2000\components"</Command >
149
+ <Command >if exist "$(SolutionDir)foobar2000\components" copy "$(TargetPath)" "$(SolutionDir)foobar2000\components"</Command >
150
150
</PostBuildEvent >
151
151
<PostBuildEvent >
152
152
<Message >Copy output to foobar2000 components folder</Message >
172
172
<OutputFile >$(OutDir)$(TargetName)$(TargetExt)</OutputFile >
173
173
</Link >
174
174
<PostBuildEvent >
175
- <Command >copy "$(TargetPath)" "$(SolutionDir)foobar2000\components"</Command >
175
+ <Command >if exist "$(SolutionDir)foobar2000\components" copy "$(TargetPath)" "$(SolutionDir)foobar2000\components"</Command >
176
176
</PostBuildEvent >
177
177
<PostBuildEvent >
178
178
<Message >Copy output to foobar2000 components folder</Message >
You can’t perform that action at this time.
0 commit comments