Add axc file to project and paths changed.
This commit is contained in:
@@ -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; ;
|
||||
}
|
||||
|
||||
|
||||
@@ -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.
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user