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:
commit
97ff9b8a18
@ -15,4 +15,8 @@
|
||||
<Exec Command="dotnet cake "../build.cake" --config="$(ConfigurationName)" --vsbuilt=true" />
|
||||
</Target>
|
||||
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(BuildingByReSharper)' == 'true'">
|
||||
<Exec Command="dotnet cake "../build.cake" --config="$(ConfigurationName)" --vsbuilt=true" />
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user