File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -413,4 +413,7 @@ Icon?
413
413
# Dolphin
414
414
.directory
415
415
416
- .idea /
416
+ .idea /
417
+
418
+ # Game specific build prop files
419
+ Directory.Build.Game. * .props
Original file line number Diff line number Diff line change 11
11
<Import Project =" $(MSBuildThisFileDirectory)build\VSCompatibleLayer.props" Condition =" '$(BuildingInsideVisualStudio)' == 'True'" />
12
12
<Import Project =" $(MSBuildThisFileDirectory)build\Framework.props" />
13
13
14
+ <!-- Allow a game specific build prop file to be imported, if available -->
15
+ <Import Project =" $(MSBuildThisFileDirectory)Directory.Build.Game.$(Game).props" Condition =" Exists('$(MSBuildThisFileDirectory)Directory.Build.Game.$(Game).props')" />
16
+
14
17
<!-- Visual Studio -->
15
18
<PropertyGroup Condition =" '$(BuildingInsideVisualStudio)' == 'True'" >
16
19
<OutputPath Condition =" '$(_OutputConfiguration)' != ''" >$(BaseOutputPath)bin\$(_OutputConfiguration)\$(Game)\$(Engine)\</OutputPath >
27
30
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
28
31
</PackageReference >
29
32
</ItemGroup >
30
- </Project >
33
+ </Project >
You can’t perform that action at this time.
0 commit comments