Skip to content

Commit

Permalink
Include Ionic in src package so unit tests build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvire committed Apr 7, 2014
1 parent 78d7fe5 commit ee1313b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.mono.proj
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<Source Include="$(RootDir)/src/**/*" Exclude="$(RootDir)/src/**/obj/**/*;$(RootDir)/src/**/bin/**/*;$(RootDir)/src/**/test-results/**/*" />
<Source Include="$(RootDir)/lib/DebugMono/**" Exclude="$(RootDir)/lib/DebugMono/Palaso*" />
<Source Include="$(RootDir)/lib/ReleaseMono/**" Exclude="$(RootDir)/lib/ReleaseMono/Palaso*" />
<Source Include="$(RootDir)/lib/common/**" Exclude="$(RootDir)/lib/common/Ionic*" />
<Source Include="$(RootDir)/lib/common/**" />
<Source Include="$(RootDir)/artwork/**" />
<Source Include="$(RootDir)/design/**/*" />
<Source Include="$(RootDir)/build/*.proj" />
Expand Down

0 comments on commit ee1313b

Please sign in to comment.