Add axc file to project and paths changed.

This commit is contained in:
PAL\cbo
2022-04-21 09:55:52 +02:00
parent 621a053a11
commit 7a6e93b97e
8 changed files with 29 additions and 7 deletions
+5 -5
View File
@@ -33,19 +33,19 @@ namespace wpf_ax_utility
switch (((Button)sender).Name)
{
case "LIVE":
AxArgs = @"-regConfig=L:\Link\PAL_LIVE_USR.axc";
AxArgs = @"-regConfig=axc\PAL_LIVE_USR.axc";
break;
case "LIVE02":
AxArgs = @"-regConfig=L:\Link\PAL_LIVE_02_USR.axc";
AxArgs = @"-regConfig=axc\PAL_LIVE_02_USR.axc";
break;
case "DEV":
AxArgs = @"-regConfig=L:\Link\PAL_DEVELOP_USR.axc";
AxArgs = @"-regConfig=axc\PAL_DEVELOP_USR.axc";
break;
case "TEST":
AxArgs = @"-regConfig=L:\Link\PAL_TEST_USR.axc";
AxArgs = @"-regConfig=axc\PAL_TEST_USR.axc";
break;
case "STAGING":
AxArgs = @"-regConfig=L:\Link\PAL_STAGING_USR.axc";
AxArgs = @"-regConfig=axc\PAL_STAGING_USR.axc";
break; ;
}
+2 -2
View File
@@ -33,10 +33,10 @@ namespace wpf_ax_utility
switch (((Button)sender).Name)
{
case "LIVE":
AxArgs = @"-regConfig=L:\Link\PAL_LIVE_USR.axc";
AxArgs = @"-regConfig=axc\PAL_LIVE_USR.axc";
break;
case "TEST":
AxArgs = @"-regConfig=L:\Link\PAL_TEST_USR.axc";
AxArgs = @"-regConfig=axc\PAL_TEST_USR.axc";
break; ;
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+22
View File
@@ -31,4 +31,26 @@
</Resource>
</ItemGroup>
<ItemGroup>
<Folder Include="axc\" />
</ItemGroup>
<ItemGroup>
<None Update="axc\PAL_DEVELOP_USR.axc">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="axc\PAL_LIVE_02_USR.axc">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="axc\PAL_LIVE_USR.axc">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="axc\PAL_STAGING_USR.axc">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="axc\PAL_TEST_USR.axc">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>