mirror of
https://github.com/sp-tarkov/launcher.git
synced 2025-02-12 22:30:43 -05:00
add rider post build target
This commit is contained in:
parent
3e73329cf7
commit
fdc31fbcf9
@ -15,4 +15,8 @@
|
|||||||
<Exec Command="dotnet cake "../build.cake" --config="$(ConfigurationName)" --vsbuilt=true" />
|
<Exec Command="dotnet cake "../build.cake" --config="$(ConfigurationName)" --vsbuilt=true" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
|
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(BuildingByReSharper)' == 'true'">
|
||||||
|
<Exec Command="dotnet cake "../build.cake" --config="$(ConfigurationName)" --vsbuilt=true" />
|
||||||
|
</Target>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
/>
|
/>
|
||||||
<!-- LocaleCollection reloads the locale from file when the selected loacle changes -->
|
<!-- LocaleCollection reloads the locale from file when the selected loacle changes -->
|
||||||
<ComboBox Items="{Binding Locales.AvailableLocales}" MinWidth="200"
|
<ComboBox Items="{Binding Locales.AvailableLocales}" MinWidth="200"
|
||||||
SelectedItem="{Binding Locales.SelectedLocale, Mode=TwoWay, }"
|
SelectedItem="{Binding Locales.SelectedLocale, Mode=TwoWay }"
|
||||||
/>
|
/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user