diff --git a/.gitignore b/.gitignore index 1ea575c..36854cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ /.vs -/Win32 -/x64 diff --git a/WLANSetEAPUserData/.gitignore b/WLANSetEAPUserData/.gitignore index ff67303..4149bba 100644 --- a/WLANSetEAPUserData/.gitignore +++ b/WLANSetEAPUserData/.gitignore @@ -1,4 +1,3 @@ /*.user -/Win32 -/x64 +/temp /WLANSetEAPUserData.aps diff --git a/WLANSetEAPUserData/WLANSetEAPUserData.props b/WLANSetEAPUserData/WLANSetEAPUserData.props new file mode 100644 index 0000000..abf4446 --- /dev/null +++ b/WLANSetEAPUserData/WLANSetEAPUserData.props @@ -0,0 +1,14 @@ + + + + + + ..\output\$(Platform).$(Configuration)\ + + + + Windows + + + + \ No newline at end of file diff --git a/WLANSetEAPUserData/WLANSetEAPUserData.vcxproj b/WLANSetEAPUserData/WLANSetEAPUserData.vcxproj index 36814ff..ed1b821 100644 --- a/WLANSetEAPUserData/WLANSetEAPUserData.vcxproj +++ b/WLANSetEAPUserData/WLANSetEAPUserData.vcxproj @@ -56,89 +56,45 @@ + + + + + + + + - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ NativeRecommendedRules.ruleset true - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ NativeRecommendedRules.ruleset true - $(Platform)\$(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\ NativeRecommendedRules.ruleset true - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ NativeRecommendedRules.ruleset true - - - Level4 - WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDebug - true - - - Windows - - - - - Level4 - WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDebug - true - - - Windows - - - - - Level4 - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreaded - true - - - Windows - true - true - - - - - Level4 - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreaded - true - - - Windows - true - true - - + + + + diff --git a/include/Common.props b/include/Common.props new file mode 100644 index 0000000..0e8b4e5 --- /dev/null +++ b/include/Common.props @@ -0,0 +1,16 @@ + + + + + + temp\$(MSBuildProjectName).$(Platform).$(Configuration).$(PlatformToolset)\ + temp\$(MSBuildProjectName).$(Platform).$(Configuration).$(PlatformToolset)\ + + + + Level4 + true + + + + \ No newline at end of file diff --git a/include/Debug.props b/include/Debug.props new file mode 100644 index 0000000..f6e49cc --- /dev/null +++ b/include/Debug.props @@ -0,0 +1,15 @@ + + + + + + + + + + _DEBUG;%(PreprocessorDefinitions) + MultiThreadedDebug + + + + \ No newline at end of file diff --git a/include/Release.props b/include/Release.props new file mode 100644 index 0000000..7a4c5ca --- /dev/null +++ b/include/Release.props @@ -0,0 +1,19 @@ + + + + + + + + + + NDEBUG;%(PreprocessorDefinitions) + MultiThreaded + + + true + true + + + + \ No newline at end of file diff --git a/output/.gitignore b/output/.gitignore new file mode 100644 index 0000000..720eceb --- /dev/null +++ b/output/.gitignore @@ -0,0 +1,4 @@ +/Win32.Debug +/Win32.Release +/x64.Debug +/x64.Release