Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jhthurber authored Apr 24, 2020
1 parent 4e15f66 commit 5613388
Show file tree
Hide file tree
Showing 20 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.5")]
[assembly: AssemblyFileVersion("1.0.0.5")]
[assembly: AssemblyVersion("1.0.0.6")]
[assembly: AssemblyFileVersion("1.0.0.6")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>C:\VS-Output\</OutputPath>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<StartArguments>S=10.20.49.139 P=9235</StartArguments>
<StartArguments>S=192.168.91.128 P=9235</StartArguments>
</PropertyGroup>
<PropertyGroup>
<PublishUrlHistory>publish\</PublishUrlHistory>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ private void frmEditRules_Load(object sender, EventArgs e)

res3 = GlobalVars.RunRPC("C9C WARDS AND UNITS", NO_ARG);
results = Common.Split(res3);

GlobalVars.listUniqueUnits = new List<string>(); //April 21,2020 JHT
if (results.GetLength(0) > 0)
{
int arrayLen = results.GetLength(0);
GlobalVars.arrayWards = new string[arrayLen, 4];
GlobalVars.listUniqueUnits = new List<string>();
//GlobalVars.listUniqueUnits = new List<string>(); //commented April 21,2020 JHT

for (int i = 0; i < results.GetLength(0); i++)
{
Expand Down Expand Up @@ -127,7 +127,7 @@ private void frmEditRules_Load(object sender, EventArgs e)
}
else
{
GlobalVars.arrayWards = new string[1, 3];
GlobalVars.arrayWards = new string[1, 4]; //April 21,2020 JHT
GlobalVars.arrayWards[0, 0] = "";
GlobalVars.arrayWards[0, 1] = "";
GlobalVars.arrayWards[0, 2] = "";
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4bb16b9a9b9dc7a0db21395b0329f01a3bc63230
d334ba1877f7fd6c2c0936461b7598047f01daa0
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ C:\VS-Output\RulesEngine.pdb
\\ncwhhchapap05\users\jhthurber\My Documents\RulesEngine - For Open Source Release\RulesEngine\obj\Debug\RulesEngine.csproj.CopyComplete
\\ncwhhchapap05\users\jhthurber\My Documents\RulesEngine - For Open Source Release\RulesEngine\obj\Debug\RulesEngine.exe
\\ncwhhchapap05\users\jhthurber\My Documents\RulesEngine - For Open Source Release\RulesEngine\obj\Debug\RulesEngine.pdb
\\ncwhhchapap05\users\jhthurber\My Documents\RulesEngine - For Open Source Release\RulesEngine\bin\Debug\RulesEngine.exe.config
\\ncwhhchapap05\users\jhthurber\My Documents\RulesEngine - For Open Source Release\RulesEngine\bin\Debug\RulesEngine.exe
\\ncwhhchapap05\users\jhthurber\My Documents\RulesEngine - For Open Source Release\RulesEngine\bin\Debug\RulesEngine.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
67efff157783c35ceb45195579d2c8b8ac564a34
6cf48b3f8b7895d52bd0d2e5577bc0b7aaa28bef
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
\\ncwhhchapap05\users\jhthurber\My Documents\RulesEngine - For Open Source Release\RulesEngine\bin\Release\RulesEngine.exe.config
\\ncwhhchapap05\users\jhthurber\My Documents\RulesEngine - For Open Source Release\RulesEngine\bin\Release\RulesEngine.exe
\\ncwhhchapap05\users\jhthurber\My Documents\RulesEngine - For Open Source Release\RulesEngine\bin\Release\RulesEngine.pdb
\\ncwhhchapap05\users\jhthurber\My Documents\RulesEngine - For Open Source Release\RulesEngine\bin\Release\Medsphere.OpenVista.Remoting.dll
\\ncwhhchapap05\users\jhthurber\My Documents\RulesEngine - For Open Source Release\RulesEngine\bin\Release\Medsphere.OpenVista.Shared.dll
\\ncwhhchapap05\users\jhthurber\My Documents\RulesEngine - For Open Source Release\RulesEngine\bin\Release\Mono.Addins.dll
\\ncwhhchapap05\users\jhthurber\My Documents\RulesEngine - For Open Source Release\RulesEngine\obj\Release\RulesEngine.csprojAssemblyReference.cache
\\ncwhhchapap05\users\jhthurber\My Documents\RulesEngine - For Open Source Release\RulesEngine\obj\Release\RulesEngine.FormRule.resources
\\ncwhhchapap05\users\jhthurber\My Documents\RulesEngine - For Open Source Release\RulesEngine\obj\Release\RulesEngine.FormSelectCohort.resources
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 5613388

Please sign in to comment.