From 4278b2dd515dcef6590fa293b70448e20d83887d Mon Sep 17 00:00:00 2001 From: Leonardo de Moura Date: Sun, 28 Oct 2012 10:50:36 -0700 Subject: [PATCH] dotnet example Signed-off-by: Leonardo de Moura --- examples/dotnet/README | 7 ++ examples/dotnet/test_mapi.csproj | 133 ------------------------------- 2 files changed, 7 insertions(+), 133 deletions(-) create mode 100644 examples/dotnet/README delete mode 100644 examples/dotnet/test_mapi.csproj diff --git a/examples/dotnet/README b/examples/dotnet/README new file mode 100644 index 000000000..3f7e989df --- /dev/null +++ b/examples/dotnet/README @@ -0,0 +1,7 @@ +Small example using the .Net bindings. +This example is only built if you have Visual Studio. +To build the example execute + make examples +in the build directory. + +It will create the executable dotnet_example.exe diff --git a/examples/dotnet/test_mapi.csproj b/examples/dotnet/test_mapi.csproj deleted file mode 100644 index 9b8a935ec..000000000 --- a/examples/dotnet/test_mapi.csproj +++ /dev/null @@ -1,133 +0,0 @@ - - - - Debug - x86 - 8.0.30703 - 2.0 - {D350BC78-8455-45D3-9759-073394378BF2} - Exe - Properties - test_mapi - test_mapi - v4.0 - Client - 512 - - - x86 - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - x86 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - test_mapi.Program - - - true - bin\Debug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\test_mapi.exe.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - MinimumRecommendedRules.ruleset - ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true - - - bin\Release\ - TRACE - true - pdbonly - AnyCPU - bin\Release\test_mapi.exe.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - MinimumRecommendedRules.ruleset - ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - bin\Debug\test_mapi.exe.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - MinimumRecommendedRules.ruleset - ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true - false - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - bin\Release\test_mapi.exe.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - MinimumRecommendedRules.ruleset - ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true - - - - - - - - - - - - - - - {EC3DB697-B734-42F7-9468-5B62821EEB5A} - Microsoft.Z3 - - - - - - - - - \ No newline at end of file