Visual Studio

Build Event Macro

doublerabbits 2022. 9. 17. 21:24

 

이름 설명
$(OutDir) 출력 파일 디렉토리 경로 ..\bin\x86\Debug\
$(ConfigurationName) 프로젝트 구성 이름(Debug, Release) Debug
$(ProjectName) 프로젝트 이름 Test
$(TargetName) 출력 파일 이름 Test
$(TargetPath) 출력 파일 절대 경로 C:\WORK\Test\bin\x86\Debug\Test.exe
$(ProjectPath) 프로젝트 절대 경로 C:\WORK\Test\Test\Test.csproj
$(ProjectFileName) 프로젝트 파일명 Test.csproj
$(TargetExt) 출력 파일 확장명 .exe
$(TargetFileName) 출력 파일명 Test.exe
$(DevEnvDir) Visual Studio 설치 디렉토리 절대 경로 C:\Program files\Microsoft visual Studio\2022\Community\Common7\IDE\
$(TargetDir) 출력 파일 절대 경로 C:\WORK\Test\bin\x86\Debug
$(ProjectDir) 프로젝트 디렉토리 절대 경로 C:\WORK\Test\Test\
$(SolutionFileName) 솔루션 파일명 Test.sln
$(SolutionPath) 솔루션 파일명 절대 경로 C:\WORK\Test\Test.sln
$(SolutionDir) 솔루션 디렉토리 절대 경로 C:\WORK\Test\
$(SolutionName) 솔루션 파일 이름 Test
$(PlatformName) 플랫폼 이름 x86
$(ProjectExt) 프로젝트 파일 확장명 .csproj
$(SolutionExt) 솔루션 파일 확장명 .sln