From fd733201b82f39655488a286c89142f321ef9dc9 Mon Sep 17 00:00:00 2001 From: Sylvain Chiron Date: Sat, 1 Jul 2017 13:36:41 +0200 Subject: Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; changed the code to match the new API Signed-off-by: Sylvain Chiron --- src/libavoid/tests/msctests/example.vcxproj | 152 ++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100755 src/libavoid/tests/msctests/example.vcxproj (limited to 'src/libavoid/tests/msctests/example.vcxproj') diff --git a/src/libavoid/tests/msctests/example.vcxproj b/src/libavoid/tests/msctests/example.vcxproj new file mode 100755 index 000000000..f2d9ba780 --- /dev/null +++ b/src/libavoid/tests/msctests/example.vcxproj @@ -0,0 +1,152 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {6943E11D-22DE-4F6A-A30E-C7D23681B507} + Win32Proj + example + + + + Application + true + Unicode + + + Application + true + Unicode + + + Application + false + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + $(SolutionDir).. + + + Console + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + $(SolutionDir).. + + + Console + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + $(SolutionDir).. + + + Console + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + $(SolutionDir).. + + + Console + true + true + true + + + + + + + + {798c3d94-bf71-4c72-a29d-0e74c2eb296a} + + + + + + \ No newline at end of file -- cgit v1.2.3