Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets"/>
- <ItemGroup>
- <Compile Include="**\*.cs" />
- </ItemGroup>
- <ItemGroup>
- <StuffForUnity Include="$(OutDir)\*.dll" Exclude="$(OutDir)\UnityEngine.dll"/>
- </ItemGroup>
- <Target Name="AfterBuild">
- <Copy SourceFiles="@(StuffForUnity)" DestinationFolder="$(MSBuildStartupDirectory)\SendToUnity" />
- </Target>
- </Project>
Add Comment
Please, Sign In to add comment