Skip to content

Commit

Permalink
Corrected the directory name for the new EntityCore example and updat…
Browse files Browse the repository at this point in the history
…ed the installer to reflect new path.
  • Loading branch information
jeffovercash committed Mar 27, 2023
1 parent 3f8f4b8 commit eef670d
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 24 deletions.
File renamed without changes.
File renamed without changes.
48 changes: 24 additions & 24 deletions NETProvider/Provider/installer/Installer.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<ComponentRef Id="EVENTS_DEMO" />
<ComponentRef Id="Demos_EntityCore" />
<ComponentRef Id="Demos_EntityCode_Model" />
<ComponentRef Id="ENITYCOREEXAMPLE2_DEMO" />
<ComponentRef Id="ENITYCOREEXAMPLE2_DATASOURCES" />
<ComponentRef Id="EntityCoreExample2_DEMO" />
<ComponentRef Id="EntityCoreExample2_DATASOURCES" />
</Feature>
<Feature Id="GACInstallationFeature" Title="GAC installation" Level="1">
<ComponentRef Id="InterBaseClientGACComponent" />
Expand Down Expand Up @@ -137,31 +137,31 @@
<File Id="EVENT_PROGRAM.CS_3" Name="Program.cs" Source="..\..\Demos\EventDemo\Program.cs" />
</Component>
</Directory>
<Directory Id="ENITYCOREEXAMPLE2" Name="EnityCoreExample2">
<Component Id="ENITYCOREEXAMPLE2_DEMO" Guid="">
<File Id="COUNTRY.CS" Name="Country.cs" Source="..\..\Demos\EnityCoreExample2\Country.cs" />
<File Id="CUSTOMER.CS" Name="Customer.cs" Source="..\..\Demos\EnityCoreExample2\Customer.cs" />
<File Id="DEPARTMENT.CS" Name="Department.cs" Source="..\..\Demos\EnityCoreExample2\Department.cs" />
<File Id="EFCORE101.CSPROJ" Name="EFCore101.csproj" Source="..\..\Demos\EnityCoreExample2\EFCore101.csproj" />
<File Id="EFCORE101.SLN" Name="EFCore101.sln" Source="..\..\Demos\EnityCoreExample2\EFCore101.sln" />
<File Id="EMPLOYEE.CS_1" Name="Employee.cs" Source="..\..\Demos\EnityCoreExample2\Employee.cs" />
<File Id="EMPLOYEEFORM.CS" Name="EmployeeForm.cs" Source="..\..\Demos\EnityCoreExample2\EmployeeForm.cs" />
<File Id="EMPLOYEEFORM.DESIGNER.CS" Name="EmployeeForm.Designer.cs" Source="..\..\Demos\EnityCoreExample2\EmployeeForm.Designer.cs" />
<File Id="EMPLOYEEFORM.RESX" Name="EmployeeForm.resx" Source="..\..\Demos\EnityCoreExample2\EmployeeForm.resx" />
<File Id="JOB.CS" Name="Job.cs" Source="..\..\Demos\EnityCoreExample2\Job.cs" />
<File Id="MYEMPLOYEECONNECTIONCONTEXT.CS" Name="MyEmployeeConnectionContext.cs" Source="..\..\Demos\EnityCoreExample2\MyEmployeeConnectionContext.cs" />
<File Id="MYEMPLOYEEUTILS.CS" Name="MyEmployeeUtils.cs" Source="..\..\Demos\EnityCoreExample2\MyEmployeeUtils.cs" />
<File Id="PHONELIST.CS" Name="PhoneList.cs" Source="..\..\Demos\EnityCoreExample2\PhoneList.cs" />
<File Id="PROGRAM.CS_4" Name="Program.cs" Source="..\..\Demos\EnityCoreExample2\Program.cs" />
<File Id="PROJDEPTBUDGET.CS" Name="ProjDeptBudget.cs" Source="..\..\Demos\EnityCoreExample2\ProjDeptBudget.cs" />
<File Id="PROJECT.CS" Name="Project.cs" Source="..\..\Demos\EnityCoreExample2\Project.cs" />
<File Id="SALARYHISTORY.CS" Name="SalaryHistory.cs" Source="..\..\Demos\EnityCoreExample2\SalaryHistory.cs" />
<File Id="SALE.CS" Name="Sale.cs" Source="..\..\Demos\EnityCoreExample2\Sale.cs" />
<Directory Id="EntityCoreExample2" Name="EntityCoreExample2">
<Component Id="EntityCoreExample2_DEMO" Guid="">
<File Id="COUNTRY.CS" Name="Country.cs" Source="..\..\Demos\EntityCoreExample2\Country.cs" />
<File Id="CUSTOMER.CS" Name="Customer.cs" Source="..\..\Demos\EntityCoreExample2\Customer.cs" />
<File Id="DEPARTMENT.CS" Name="Department.cs" Source="..\..\Demos\EntityCoreExample2\Department.cs" />
<File Id="EFCORE101.CSPROJ" Name="EFCore101.csproj" Source="..\..\Demos\EntityCoreExample2\EFCore101.csproj" />
<File Id="EFCORE101.SLN" Name="EFCore101.sln" Source="..\..\Demos\EntityCoreExample2\EFCore101.sln" />
<File Id="EMPLOYEE.CS_1" Name="Employee.cs" Source="..\..\Demos\EntityCoreExample2\Employee.cs" />
<File Id="EMPLOYEEFORM.CS" Name="EmployeeForm.cs" Source="..\..\Demos\EntityCoreExample2\EmployeeForm.cs" />
<File Id="EMPLOYEEFORM.DESIGNER.CS" Name="EmployeeForm.Designer.cs" Source="..\..\Demos\EntityCoreExample2\EmployeeForm.Designer.cs" />
<File Id="EMPLOYEEFORM.RESX" Name="EmployeeForm.resx" Source="..\..\Demos\EntityCoreExample2\EmployeeForm.resx" />
<File Id="JOB.CS" Name="Job.cs" Source="..\..\Demos\EntityCoreExample2\Job.cs" />
<File Id="MYEMPLOYEECONNECTIONCONTEXT.CS" Name="MyEmployeeConnectionContext.cs" Source="..\..\Demos\EntityCoreExample2\MyEmployeeConnectionContext.cs" />
<File Id="MYEMPLOYEEUTILS.CS" Name="MyEmployeeUtils.cs" Source="..\..\Demos\EntityCoreExample2\MyEmployeeUtils.cs" />
<File Id="PHONELIST.CS" Name="PhoneList.cs" Source="..\..\Demos\EntityCoreExample2\PhoneList.cs" />
<File Id="PROGRAM.CS_4" Name="Program.cs" Source="..\..\Demos\EntityCoreExample2\Program.cs" />
<File Id="PROJDEPTBUDGET.CS" Name="ProjDeptBudget.cs" Source="..\..\Demos\EntityCoreExample2\ProjDeptBudget.cs" />
<File Id="PROJECT.CS" Name="Project.cs" Source="..\..\Demos\EntityCoreExample2\Project.cs" />
<File Id="SALARYHISTORY.CS" Name="SalaryHistory.cs" Source="..\..\Demos\EntityCoreExample2\SalaryHistory.cs" />
<File Id="SALE.CS" Name="Sale.cs" Source="..\..\Demos\EntityCoreExample2\Sale.cs" />
</Component>
<Directory Id="Properties">
<Directory Id="DataSources">
<Component Id="ENITYCOREEXAMPLE2_DATASOURCES" Guid="">
<File Id="EMPLOYEE.DATASOURCE" Name="Employee.datasource" Source="..\..\Demos\EnityCoreExample2\Properties\DataSources\Employee.datasource" />
<Component Id="EntityCoreExample2_DATASOURCES" Guid="">
<File Id="EMPLOYEE.DATASOURCE" Name="Employee.datasource" Source="..\..\Demos\EntityCoreExample2\Properties\DataSources\Employee.datasource" />
</Component>
</Directory>
</Directory>
Expand Down

0 comments on commit eef670d

Please sign in to comment.