C# 클래스 CCNet.ProjectChecker.Program

Checks project during build process.
파일 보기 프로젝트 열기: shuruev/CCNet.Extensions

공개 메소드들

메소드 설명
CheckForbiddenFiles ( ) : void

Checks "ForbiddenFiles" condition.

CheckWrongAssemblyInfoContents ( ) : void

Checks "WrongAssemblyInfoContents" condition.

CheckWrongConfig ( ) : void

Checks "WrongConfig" condition.

CheckWrongDefaultConfig ( ) : void

Checks "WrongDefaultConfig" condition.

CheckWrongFileSet ( ) : void

Checks "WrongFileSet" condition.

CheckWrongReferences ( ) : void

Checks "WrongReferences" condition.

Main ( string args ) : int

Main program.

비공개 메소드들

메소드 설명
BuildConfigProperties ( ProjectItemType type, CopyToOutputDirectory copyToOutput ) : string>.Dictionary

Builds properties collection for configuration file.

CheckConfigProperties ( string configFileName, ProjectItemType type, CopyToOutputDirectory copyToOutput ) : void

Checks properties for configuration file.

CheckDirectlySpecifiedProperties ( Reference reference, StringBuilder message ) : void

Checks properties that should not be specified directly.

CheckReferenceProperties ( IEnumerable references, StringBuilder message ) : void

Checks properties that should not be specified directly.

CheckUnknownConfiguration ( ) : void

Checks "UnknownConfiguration" condition.

CheckWrongAssemblyInfoFileLocation ( ) : void

Checks "WrongAssemblyInfoFileLocation" condition.

CheckWrongCommonProperties ( ) : void
CheckWrongDebugProperties ( ) : void

Checks "WrongDebugProperties" condition.

CheckWrongManifestContents ( ) : void
CheckWrongManifestFileLocation ( ) : void

Checks "WrongManifestFileLocation" condition.

CheckWrongPlatform ( ) : void

Checks "WrongPlatform" condition.

CheckWrongProjectFileLocation ( ) : void

Checks "WrongProjectFileLocation" condition.

CheckWrongReleaseProperties ( ) : void

Checks "WrongReleaseProperties" condition.

CheckWrongVisualStudioVersion ( ) : void

Checks "WrongVisualStudioVersion" condition.

DisplayUsage ( ) : void

Displays usage text.

PerformChecks ( ) : void

Performs all checks.

메소드 상세

CheckForbiddenFiles() 공개 정적인 메소드

Checks "ForbiddenFiles" condition.
public static CheckForbiddenFiles ( ) : void
리턴 void

CheckWrongAssemblyInfoContents() 공개 정적인 메소드

Checks "WrongAssemblyInfoContents" condition.
public static CheckWrongAssemblyInfoContents ( ) : void
리턴 void

CheckWrongConfig() 공개 정적인 메소드

Checks "WrongConfig" condition.
public static CheckWrongConfig ( ) : void
리턴 void

CheckWrongDefaultConfig() 공개 정적인 메소드

Checks "WrongDefaultConfig" condition.
public static CheckWrongDefaultConfig ( ) : void
리턴 void

CheckWrongFileSet() 공개 정적인 메소드

Checks "WrongFileSet" condition.
public static CheckWrongFileSet ( ) : void
리턴 void

CheckWrongReferences() 공개 정적인 메소드

Checks "WrongReferences" condition.
public static CheckWrongReferences ( ) : void
리턴 void

Main() 공개 정적인 메소드

Main program.
public static Main ( string args ) : int
args string
리턴 int