-
Notifications
You must be signed in to change notification settings - Fork 0
/
Jameson.fsproj.user
23 lines (23 loc) · 1.09 KB
/
Jameson.fsproj.user
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup>
<ActiveDebugProfile>Wrong</ActiveDebugProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Substation' ">
<StartAction>Project</StartAction>
<StartArguments>-t ./ko/index.json ./en/index.json --v</StartArguments>
<StartWorkingDirectory>~\git\substation-frontend\src\i18n</StartWorkingDirectory>
<ExternalConsole>true</ExternalConsole>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Motor' ">
<StartAction>Project</StartAction>
<StartArguments>-t ./ko/index.json ./en/index.json --v --s</StartArguments>
<StartWorkingDirectory>..\motor-frontend\src\i18n</StartWorkingDirectory>
<ExternalConsole>true</ExternalConsole>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
</Project>