From c078ab54888ba76218dd75194ff8a38183c71c1b Mon Sep 17 00:00:00 2001 From: cignoni Date: Fri, 5 Mar 2004 15:43:51 +0000 Subject: [PATCH] Changed tree structure for apps --- apps/test/base/main.cpp | 24 ++++++ apps/test/base/smalltest.sln | 21 +++++ apps/test/base/smalltest.vcproj | 137 ++++++++++++++++++++++++++++++++ 3 files changed, 182 insertions(+) create mode 100644 apps/test/base/main.cpp create mode 100644 apps/test/base/smalltest.sln create mode 100644 apps/test/base/smalltest.vcproj diff --git a/apps/test/base/main.cpp b/apps/test/base/main.cpp new file mode 100644 index 00000000..ecf3a4a3 --- /dev/null +++ b/apps/test/base/main.cpp @@ -0,0 +1,24 @@ +#include +#include +#include +#include +#include + +using namespace vcg; + +int main(int argc, char *argv[]) +{ + printf("Hello Library!\n"); + Point3f pp0(0,1,2); + Point3f pp1(2,1,0); + Point3f pp2=pp1+pp0; + Point3i ppi=Point3i::Construct(pp1+pp0); + + Point4i size(0,0,1,1); + + Color4b cb(Color4b::LightBlue); + Color4f cf(Color4f::LightBlue); + Color4b cbi; cbi.Import(cf); + printf("ci %i %i %i %i\n",cbi.V(0),cbi.V(1),cbi.V(2),cbi.V(3)); + return -1; +} \ No newline at end of file diff --git a/apps/test/base/smalltest.sln b/apps/test/base/smalltest.sln new file mode 100644 index 00000000..acbd1b1d --- /dev/null +++ b/apps/test/base/smalltest.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "smalltest", "smalltest.vcproj", "{D33C33B0-8191-43E5-BBD8-357B631BE1BC}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {D33C33B0-8191-43E5-BBD8-357B631BE1BC}.Debug.ActiveCfg = Debug|Win32 + {D33C33B0-8191-43E5-BBD8-357B631BE1BC}.Debug.Build.0 = Debug|Win32 + {D33C33B0-8191-43E5-BBD8-357B631BE1BC}.Release.ActiveCfg = Release|Win32 + {D33C33B0-8191-43E5-BBD8-357B631BE1BC}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/apps/test/base/smalltest.vcproj b/apps/test/base/smalltest.vcproj new file mode 100644 index 00000000..c2ed78bc --- /dev/null +++ b/apps/test/base/smalltest.vcproj @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +