diff --git a/examples/libnyquist-examples.vcxproj/libnyquist-examples.sln b/examples/libnyquist-examples.vcxproj/libnyquist-examples.sln new file mode 100644 index 0000000..8ce69bd --- /dev/null +++ b/examples/libnyquist-examples.vcxproj/libnyquist-examples.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.30723.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libnyquist-examples", "libnyquist-examples.vcxproj", "{C0C0C270-FB9E-4EEB-8F22-180BB2FA800B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C0C0C270-FB9E-4EEB-8F22-180BB2FA800B}.Debug|Win32.ActiveCfg = Debug|Win32 + {C0C0C270-FB9E-4EEB-8F22-180BB2FA800B}.Debug|Win32.Build.0 = Debug|Win32 + {C0C0C270-FB9E-4EEB-8F22-180BB2FA800B}.Release|Win32.ActiveCfg = Release|Win32 + {C0C0C270-FB9E-4EEB-8F22-180BB2FA800B}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/examples/libnyquist-examples.vcxproj/libnyquist-examples.vcxproj b/examples/libnyquist-examples.vcxproj/libnyquist-examples.vcxproj new file mode 100644 index 0000000..09953b0 --- /dev/null +++ b/examples/libnyquist-examples.vcxproj/libnyquist-examples.vcxproj @@ -0,0 +1,78 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {C0C0C270-FB9E-4EEB-8F22-180BB2FA800B} + libnyquistexamples + + + + Application + true + v120 + MultiByte + + + Application + false + v120 + true + MultiByte + + + + + + + + + + + + + + + Level3 + Disabled + true + $(SolutionDir)../../include;$(SolutionDir)../../third_party;%(AdditionalIncludeDirectories) + + + true + + + + + Level3 + MaxSpeed + true + true + true + $(SolutionDir)../../include;$(SolutionDir)../../third_party;%(AdditionalIncludeDirectories) + + + true + true + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/libnyquist-examples.vcxproj/libnyquist-examples.vcxproj.filters b/examples/libnyquist-examples.vcxproj/libnyquist-examples.vcxproj.filters new file mode 100644 index 0000000..8e6e979 --- /dev/null +++ b/examples/libnyquist-examples.vcxproj/libnyquist-examples.vcxproj.filters @@ -0,0 +1,26 @@ + + + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + src + + + third_party + + + + + third_party + + + \ No newline at end of file