jirentabu / crashrpt

Automatically exported from code.google.com/p/crashrpt
0 stars 0 forks source link

Patch: Move Solution dir to properties file variable CrashRptSolutionDir #223

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This patch defines a new properties file, CrashRpt.props.

This file defines CrashRptSolutionDir ($(CrashRptSolutionDir), default value 
$(SolutionDir)

Additionally, it includes the existing "version.props".

CrashRpt.props was added to all projects; version.props was removed (as it is 
now included via CrashRpt.props)

Purpose:

This allows us to include the CrashRpt solution inside another solution, in a 
"Solution Folder", and have it build properly.  Without this, the 
$(SolutionDir) variable is defined as the host solution, not the CrashRpt 
solution.

Tested builds Release/Debug/Release Lib x86

Original issue reported on code.google.com by cybert...@gmail.com on 22 Oct 2013 at 1:41

Attachments:

GoogleCodeExporter commented 9 years ago
OK, I'll try to integrate this.

Original comment by zexspect...@gmail.com on 13 Apr 2014 at 8:16