mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	Change build output to /{x32,x64}-{Debug,Release}/ instead of /TestBench/{x32,x64}/{Debug,Release}/
This additionally changes the intermediate directory to /{x32,x64}-{Debug,Release}/Obj/ to avoid cluttering the working tree.
			
			
This commit is contained in:
		| @@ -38,8 +38,6 @@ | ||||
|     <ErrorReport>prompt</ErrorReport> | ||||
|     <WarningLevel>4</WarningLevel> | ||||
|     <NoWarn>1607</NoWarn> | ||||
|     <StartAction>Program</StartAction> | ||||
|     <StartProgram>TestBench\x32\Debug\Rainmeter.exe</StartProgram> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | ||||
|     <PlatformTarget>x86</PlatformTarget> | ||||
| @@ -50,8 +48,6 @@ | ||||
|     <ErrorReport>prompt</ErrorReport> | ||||
|     <WarningLevel>4</WarningLevel> | ||||
|     <NoWarn>1607</NoWarn> | ||||
|     <StartAction>Program</StartAction> | ||||
|     <StartProgram>TestBench\x32\Release\Rainmeter.exe</StartProgram> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup> | ||||
|     <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent> | ||||
| @@ -64,8 +60,6 @@ | ||||
|     <PlatformTarget>x64</PlatformTarget> | ||||
|     <ErrorReport>prompt</ErrorReport> | ||||
|     <NoWarn>1607</NoWarn> | ||||
|     <StartAction>Program</StartAction> | ||||
|     <StartProgram>TestBench\x64\Debug\Rainmeter.exe</StartProgram> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> | ||||
|     <OutputPath>bin\x64\Release\</OutputPath> | ||||
| @@ -75,8 +69,6 @@ | ||||
|     <PlatformTarget>x64</PlatformTarget> | ||||
|     <ErrorReport>prompt</ErrorReport> | ||||
|     <NoWarn>1607</NoWarn> | ||||
|     <StartAction>Program</StartAction> | ||||
|     <StartProgram>TestBench\x64\Release\Rainmeter.exe</StartProgram> | ||||
|   </PropertyGroup> | ||||
|   <ItemGroup> | ||||
|     <Reference Include="Microsoft.Build.Utilities" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Birunthan Mohanathas
					Birunthan Mohanathas