SharpDevelop2.0.0 c#开发免费工具

源代码在线查看: sharpdevelop.build.msil.targets

软件大小: 14673 K
上传用户: yl810406
关键词: SharpDevelop
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				    
				    
				    
				        $(MSBuildAllProjects);$(SharpDevelopBinPath)\SharpDevelop.Build.MSIL.targets
				        .il
				        ILAsm
				    
				    
				    				        Name="CoreCompile"
				        Inputs="$(MSBuildAllProjects);
				                @(Compile);
				                @(ManifestResourceWithNoCulture);
				                $(ApplicationIcon);
				                $(AssemblyOriginatorKeyFile);
				                @(ManifestNonResxWithNoCultureOnDisk);
				                @(ReferencePath);
				                @(CompiledLicenseFile)"
				        Outputs="@(DocFileItem);
				                 @(IntermediateAssembly);
				                 $(NonExistentFile)"
				        DependsOnTargets="$(CoreCompileDependsOn)"
				    >
				
				        				              DebugType="$(DebugType)"
				              EmitDebugInformation="$(DebugSymbols)"
				              FileAlignment="$(FileAlignment)"
				              KeyContainer="$(KeyContainerName)"
				              KeyFile="$(KeyOriginatorFile)"
				              Optimize="$(Optimize)"
				              OutputAssembly="@(IntermediateAssembly)"
				              Resources="@(ManifestResourceWithNoCulture);@(ManifestNonResxWithNoCultureOnDisk);@(CompiledLicenseFile)"
				              Sources="@(Compile)"
				              TargetType="$(OutputType)"
				              />
				    
				    
				    
				
							

相关资源