Debug AnyCPU {972876A8-3ACA-4FA3-9650-C999A67AE435} Library Properties Omada.ODW.Logging Omada.ODW.Logging v4.6.1 512 true full false bin\Debug\ DEBUG;TRACE prompt 4 AllRules.ruleset pdbonly true bin\Release\ TRACE prompt 4 true ..\..\Omada.snk False ..\..\Components\Microsoft\SQL 2012\Microsoft.SqlServer.ManagedDTS.dll False ..\..\Components\Logging\Omada.Logging.dll False ..\Omada.ODW.Script\bin\Debug\Omada.ODW.Script.dll del /Q "$(ProjectDir)\obj\$(ConfigurationName)\*.*" GOTO SkipIt @echo off whoami /groups | find "S-1-16-12288" > nul if "%25errorlevel%25"=="0" ( echo Running as elevated user. Continuing script. "%25ProgramFiles(x86)%25\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\GACUtil.exe" -u $(TargetName) COPY "$(TargetDir)$(TargetName).*" "%25ProgramFiles(x86)%25\Microsoft SQL Server\110\DTS\LogProviders\" "%25ProgramFiles(x86)%25\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\GACUtil.exe" -i "$(TargetDir)$(TargetName).DLL" ) else ( echo Not running as elevated user. Skipping installation... cmd /c exit 0 ) :SkipIt