Skip to content

Commit 3e2ca82

Browse files
committed
First Beta Release
1 parent e8991aa commit 3e2ca82

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
26.5 KB
Binary file not shown.

LiveSplit.BfBBRehydrated/LiveSplit.BfBBRehydrated.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,13 @@
8484
<DependentUpon>SplitSettings.cs</DependentUpon>
8585
</EmbeddedResource>
8686
</ItemGroup>
87+
<ItemGroup>
88+
<Folder Include="Components" />
89+
</ItemGroup>
8790
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8891
<PropertyGroup>
8992
<PostBuildEvent>
93+
copy $(TargetPath) $(ProjectDir)Components\$(TargetFileName)
9094
copy $(TargetPath) C:\Users\Owner\Documents\Livesplit\Components\$(TargetFileName)
9195
</PostBuildEvent>
9296
</PropertyGroup>

0 commit comments

Comments
 (0)