Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. SolutionDirectory
  2. |- MainProject
  3. |- MainProject.csproj
  4. |- Main.cs
  5. ...
  6. |- FirstSlaveProject
  7. |- FirstSlaveProject.csproj
  8. ...
  9. |- SecondSlaveProject
  10. |- SecondSlaveProject.csproj
  11. ...
  12. |- BuildFolder
  13. |- MainProject
  14. |- bin
  15. |- obj
  16. |- FirstSlaveProject
  17. |- bin
  18. |- obj
  19. |- SecondSlaveProject
  20. |- bin
  21. |- obj
  22. ...
  23.  
  24. <PropertyGroup>
  25. <OutputPath>$(SolutionDir)BuildFolder$(MSBuildProjectName)$(Configuration)-$(Platform)bin</OutputPath>
  26. <IntermediateOutputPath>$(SolutionDir)BuildFolder$(MSBuildProjectName)$(Configuration)-$(Platform)obj</IntermediateOutputPath>
  27. </PropertyGroup>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement