mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
msbuild: refactor stuff out of project files (for dolphin)
This commit is contained in:
parent
3a0d8c0208
commit
94bf48b67c
29 changed files with 252 additions and 810 deletions
7
Source/VSProps/Configuration.Utility.props
Normal file
7
Source/VSProps/Configuration.Utility.props
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="Configuration.Base.props" />
|
||||
<PropertyGroup Label="Configuration">
|
||||
<ConfigurationType>Utility</ConfigurationType>
|
||||
</PropertyGroup>
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue