diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-26 11:31:05 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-05-11 11:14:01 -0700 |
commit | df016066100df955d5ff98811e113fb2b1bd4b8a (patch) | |
tree | a27b35a3651ca7b1d8c4bb7c7483ec2f92583e08 /src/ext/Bal/test/examples/examples.proj | |
parent | dc6022da6cdbb9d7ca54c4a36485ceead07feaaf (diff) | |
download | wix-df016066100df955d5ff98811e113fb2b1bd4b8a.tar.gz wix-df016066100df955d5ff98811e113fb2b1bd4b8a.tar.bz2 wix-df016066100df955d5ff98811e113fb2b1bd4b8a.zip |
Implement integrated build process
Diffstat (limited to 'src/ext/Bal/test/examples/examples.proj')
-rw-r--r-- | src/ext/Bal/test/examples/examples.proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Bal/test/examples/examples.proj b/src/ext/Bal/test/examples/examples.proj index 08cb7511..5722cfcb 100644 --- a/src/ext/Bal/test/examples/examples.proj +++ b/src/ext/Bal/test/examples/examples.proj | |||
@@ -46,5 +46,5 @@ | |||
46 | <MSBuild Projects="%(ExampleBundleProject.Identity)" /> | 46 | <MSBuild Projects="%(ExampleBundleProject.Identity)" /> |
47 | </Target> | 47 | </Target> |
48 | 48 | ||
49 | <Import Project="..\..\Directory.Build.targets" /> | 49 | <Import Project="..\..\..\..\Directory.Build.targets" /> |
50 | </Project> \ No newline at end of file | 50 | </Project> \ No newline at end of file |