23.1.10

Snapping

 

xcopy "$(TargetPath)" "$(SolutionDir)DemoProject\GAC\" /Y /s

xcopy "$(TargetPath)" "$(ProjectDir)\DeploymentFiles\Assemblies\GAC" /y

xcopy "$(ProjectDir)*.ascx" "$(SolutionDir)DemoProject\12\TEMPLATE\CONTROLTEMPLATES\" /s /Y /R

public override string LoadResource(string id) {
ResourceManager rm = new ResourceManager(“projectname.MyResource”, this.GetType().Assembly);
return rm.GetString(id); }

No comments:

Post a Comment