mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-31 03:58:38 -05:00 
			
		
		
		
	tools: use dotnet build in VS2015 CI
This commit is contained in:
		| @@ -9,25 +9,9 @@ | ||||
|     <RootNamespace>Fsp</RootNamespace> | ||||
|     <AssemblyName>$(MyProductFileName)-msil</AssemblyName> | ||||
|     <FileAlignment>512</FileAlignment> | ||||
| 	<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||||
| 	<DocumentationFile>$(BaseIntermediateOutputPath)$(Configuration)\$(MyProductFileName)-msil.xml</DocumentationFile> | ||||
|     <GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||
|     <DebugSymbols>true</DebugSymbols> | ||||
|     <DebugType>full</DebugType> | ||||
|     <Optimize>false</Optimize> | ||||
|     <DefineConstants>DEBUG;TRACE</DefineConstants> | ||||
|     <ErrorReport>prompt</ErrorReport> | ||||
|     <WarningLevel>4</WarningLevel> | ||||
|     <DocumentationFile>$(BaseIntermediateOutputPath)$(Configuration)\$(MyProductFileName)-msil.xml</DocumentationFile> | ||||
|     <NoWarn>1591</NoWarn> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||
|     <DebugType>pdbonly</DebugType> | ||||
|     <Optimize>true</Optimize> | ||||
|     <DefineConstants>TRACE</DefineConstants> | ||||
|     <ErrorReport>prompt</ErrorReport> | ||||
|     <WarningLevel>4</WarningLevel> | ||||
|     <DocumentationFile>$(BaseIntermediateOutputPath)$(Configuration)\$(MyProductFileName)-msil.xml</DocumentationFile> | ||||
|     <NoWarn>1591</NoWarn> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user