0
0
mirror of https://github.com/sp-tarkov/launcher.git synced 2025-02-12 17:10:44 -05:00

Merge pull request 'add-rider-build-target' (!26) from waffle.lord/Launcher:add-rider-build-target into master

Reviewed-on: SPT-AKI/Launcher#26
This commit is contained in:
IsWaffle 2023-10-10 14:40:40 +00:00
commit 97ff9b8a18
2 changed files with 5 additions and 1 deletions

View File

@ -15,4 +15,8 @@
<Exec Command="dotnet cake &quot;../build.cake&quot; --config=&quot;$(ConfigurationName)&quot; --vsbuilt=true" />
</Target>
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(BuildingByReSharper)' == 'true'">
<Exec Command="dotnet cake &quot;../build.cake&quot; --config=&quot;$(ConfigurationName)&quot; --vsbuilt=true" />
</Target>
</Project>

View File

@ -51,7 +51,7 @@
/>
<!-- LocaleCollection reloads the locale from file when the selected loacle changes -->
<ComboBox Items="{Binding Locales.AvailableLocales}" MinWidth="200"
SelectedItem="{Binding Locales.SelectedLocale, Mode=TwoWay, }"
SelectedItem="{Binding Locales.SelectedLocale, Mode=TwoWay }"
/>
</StackPanel>