(t *testing.T)
| 84 | } |
| 85 | |
| 86 | func NewCrossPlatformProject(t *testing.T) *ProjectBuilder { |
| 87 | return &ProjectBuilder{ |
| 88 | t, |
| 89 | "MyProcess", |
| 90 | "9011ee47-8dd4-4726-8850-299bd6ef057c", |
| 91 | "Portable", |
| 92 | "", |
| 93 | } |
| 94 | } |
| 95 | |
| 96 | func NewWindowsProject(t *testing.T) *ProjectBuilder { |
| 97 | return &ProjectBuilder{ |
no outgoing calls