Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Learning-Windows-WiX-Installer/Scenarios/Windows_Wix_Installer/Logging/Matrix-V002000000.wxs
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
6157 lines (4759 sloc)
278 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='windows-1252'?> | |
<!-- Learning Edition Installer --> | |
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~ --> | |
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'> | |
<!-- Filename: Matrix-V002000000.wxs --> | |
<Product | |
Id='7FCD9D3F-E18F-4839-8438-1A6C0FED0B33' | |
Name='Matrix Model Compiler' | |
UpgradeCode='F3AC0ABE-32A2-4FD6-922D-A319971682DA' | |
Language='1033' | |
Codepage='1252' | |
Version='2.0.0' | |
Manufacturer='Dark Matter Systems'> | |
<!-- Prologe --> | |
<!-- ~~~~~~~ --> | |
<Package | |
Id='*' | |
Keywords='Installer' | |
Description='Dark Matter Systems Installer' | |
Comments='Matrix is not a registered trademark of Dark Matter Systems Ltd.' | |
Manufacturer='Dark Matter Systems' | |
InstallerVersion='100' | |
Languages='1033' | |
Compressed='yes' | |
SummaryCodepage='1252'/> | |
<Property | |
Id='DiskPrompt' | |
Value='Matrix Modeling Langauge Installation'/> | |
<Property | |
Id='WIXUI_INSTALLDIR' | |
Value='INSTALLDIR'/> | |
<Property | |
Id='ARPPRODUCTICON' | |
Value='Matrix.ico'/> | |
<Icon | |
Id='Web.ico' | |
SourceFile='Source\Icons\Web.ico'/> | |
<Icon | |
Id='Text.ico' | |
SourceFile='Source\Icons\Text.ico'/> | |
<Icon | |
Id='Batch.ico' | |
SourceFile='Source\Icons\Batch.ico'/> | |
<Icon | |
Id='VisualStudio.ico' | |
SourceFile='Source\Icons\VisualStudio.ico'/> | |
<Icon | |
Id='Matrix.ico' | |
SourceFile='Source\Icons\Matrix.ico'/> | |
<!-- Install Directory Folders --> | |
<Directory | |
Id='TARGETDIR' | |
Name='SourceDir'> | |
<!-- Program Files Folder --> | |
<Directory | |
Id='ProgramFilesFolder' | |
Name='PFiles'> | |
<Directory | |
Id='DarkMatterSystems' | |
Name='Dark Matter Systems'> | |
<Directory | |
Id='INSTALLDIR' | |
Name='Matrix Compiler'> | |
<Component | |
Id='MainExecutable' | |
Guid='BDE7A5B5-0014-44CC-8D7C-5068838D66E4'> | |
<File | |
Id='MatrixEXE' | |
Name='Matrix.exe' | |
DiskId='1' | |
Source='Source\Matrix.exe' | |
KeyPath='yes'/> | |
<Environment | |
Id='ADMMATRIXINSTALL' | |
Action='set' | |
Part='all' | |
Name='ADM_MATRIX_BASE' | |
Permanent='no' | |
System='yes' | |
Value='[INSTALLDIR]'/> | |
</Component> | |
<Component | |
Id='VS2010SimulatorLibrary' | |
Guid='B8A6F09C-3129-44D6-AA96-2CEA8E9FDEA6'> | |
<Condition> | |
VersionNT < 601 | |
</Condition> | |
<File | |
Id='VS2010SimulatorLibrary' | |
Name='Simulator.lib' | |
DiskId='1' | |
Source='Source\Simulator.lib' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='VS2015SimulatorLibrary' | |
Guid='B1319CD3-DF48-4178-86D7-AF151B59BA44'> | |
<Condition> | |
VersionNT >= 601 | |
</Condition> | |
<File | |
Id='VS2015SimulatorLibrary' | |
Name='Simulator.lib' | |
DiskId='1' | |
Source='Source\Build VS2015\Simulator\Simulator.lib' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='LicenceText' | |
Guid='D0F0BF94-B5CA-46C7-89D2-84FD6F55B4B3'> | |
<File | |
Id='LicenceTXT' | |
Name='Licence.txt' | |
DiskId='1' | |
Source='Source\Licence.txt' | |
KeyPath='yes'> | |
<Shortcut | |
Id='StartMenuLicence' | |
Directory='ProgramMenuDir' | |
Name='Text Document - Licence' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Text.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Matrix Licence terms'/> | |
</File> | |
</Component> | |
<Component | |
Id='ReadMeText' | |
Guid='C008BD86-EAB7-40AB-9F5B-A59D6E9D7C4C'> | |
<File | |
Id='ReadMeTXT' | |
Name='ReadMe.txt' | |
DiskId='1' | |
Source='Source\ReadMe.txt' | |
KeyPath='yes'> | |
<Shortcut | |
Id='StartMenuReadMe' | |
Directory='ProgramMenuDir' | |
Name='Text Document - ReadMe' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Text.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Useful stuff to know'/> | |
</File> | |
</Component> | |
<Component | |
Id='VersionsText' | |
Guid='2953E2E4-6E37-45A1-B86C-900044F566F8'> | |
<File | |
Id='VersionsTXT' | |
Name='Versions.txt' | |
DiskId='1' | |
Source='Source\Versions.txt' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='MatrixWebsite' | |
Guid='AF6DF949-EB18-4A38-A48A-989E75BE97EF'> | |
<File | |
Id='MatrixWebsite' | |
Name='Matrix Website.url' | |
DiskId='1' | |
Source='Source\Matrix 0 Website.txt' | |
KeyPath='yes'> | |
<Shortcut | |
Id='MatrixWebsite' | |
Directory='ProgramMenuDir' | |
Name='Matrix - 0 Website' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Web.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Visit the Matrix website for the latest news and updates'/> | |
</File> | |
</Component> | |
<Component | |
Id='MatrixGettingStarted' | |
Guid='5822AA29-7613-4A91-8F9F-084565B0D99A'> | |
<File | |
Id='MatrixGettingStarted' | |
Name='Matrix Getting Started.url' | |
DiskId='1' | |
Source='Source\Matrix 1 Getting Started.txt' | |
KeyPath='yes'> | |
<Shortcut | |
Id='MatrixGettingStarted' | |
Directory='ProgramMenuDir' | |
Name='Matrix - 1 Getting Started' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Web.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='What to do after installing Matrix'/> | |
</File> | |
</Component> | |
<Component | |
Id='MatrixIntroduction' | |
Guid='9008A4A4-16A2-4851-94B9-06AFCF263E01'> | |
<File | |
Id='MatrixIntroduction' | |
Name='Matrix Introduction.url' | |
DiskId='1' | |
Source='Source\Matrix 2 Introduction.txt' | |
KeyPath='yes'> | |
<Shortcut | |
Id='MatrixIntroduction' | |
Directory='ProgramMenuDir' | |
Name='Matrix - 2 Introduction' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Web.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Introducing Matrix and setting the context'/> | |
</File> | |
</Component> | |
<Component | |
Id='MatrixModelingLanguage' | |
Guid='0CB97F08-BC91-4984-AC48-7CFDFE76DE90'> | |
<File | |
Id='MatrixModelingLanguage' | |
Name='Matrix Modeling Language.url' | |
DiskId='1' | |
Source='Source\Matrix 3 Modeling Language.txt' | |
KeyPath='yes'> | |
<Shortcut | |
Id='MatrixModelingLanguage' | |
Directory='ProgramMenuDir' | |
Name='Matrix - 3 Modeling Language' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Web.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Overview of the modeling language and operation'/> | |
</File> | |
</Component> | |
<Component | |
Id='MatrixModelWalkthroughs' | |
Guid='0D9C38EC-39D0-4E86-95CA-B481EA59B471'> | |
<File | |
Id='MatrixModelWalkthroughs' | |
Name='Matrix Model Walkthroughs.url' | |
DiskId='1' | |
Source='Source\Matrix 4 Model Walkthroughs.txt' | |
KeyPath='yes'> | |
<Shortcut | |
Id='MatrixModelWalkthroughs' | |
Directory='ProgramMenuDir' | |
Name='Matrix - 4 Model Walkthroughs' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Web.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Matrix example models explained in detail'/> | |
</File> | |
</Component> | |
<Component | |
Id='MatrixLanguageStructure' | |
Guid='DE36F9DD-DCC7-4838-A4EA-E548131B3A95'> | |
<File | |
Id='MatrixLanguageStructure' | |
Name='Matrix Language Structure.url' | |
DiskId='1' | |
Source='Source\Matrix 5 Language Structure.txt' | |
KeyPath='yes'> | |
<Shortcut | |
Id='MatrixLanguageStructure' | |
Directory='ProgramMenuDir' | |
Name='Matrix - 5 Language Structure' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Web.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Language structure overview'/> | |
</File> | |
</Component> | |
<Component | |
Id='MatrixLanguageStatements' | |
Guid='119F1954-0E23-4020-87BC-66D032A798BC'> | |
<File | |
Id='MatrixLanguageStatements' | |
Name='Matrix Language Statements.url' | |
DiskId='1' | |
Source='Source\Matrix 6 Language Statements.txt' | |
KeyPath='yes'> | |
<Shortcut | |
Id='MatrixLanguageStatements' | |
Directory='ProgramMenuDir' | |
Name='Matrix - 6 Language Statements' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Web.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Language Reference Guide'/> | |
</File> | |
</Component> | |
<Component | |
Id='MatrixSimulator' | |
Guid='23CED560-13BB-43C6-8480-42400DBEB685'> | |
<File | |
Id='MatrixSimulator' | |
Name='Matrix Simulator.url' | |
DiskId='1' | |
Source='Source\Matrix 7 Using the Simulator.txt' | |
KeyPath='yes'> | |
<Shortcut | |
Id='MatrixSimulator' | |
Directory='ProgramMenuDir' | |
Name='Matrix - 7 Using the Simulator' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Web.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Execute Matrix models with the Simulator'/> | |
</File> | |
</Component> | |
<Component | |
Id='MatrixRewardScheme' | |
Guid='D2D5F310-2872-4300-B540-9D22E18733E6'> | |
<File | |
Id='MatrixRewardScheme' | |
Name='Matrix Reward Scheme.url' | |
DiskId='1' | |
Source='Source\Matrix 8 Reward Scheme.txt' | |
KeyPath='yes'> | |
<Shortcut | |
Id='MatrixRewardScheme' | |
Directory='ProgramMenuDir' | |
Name='Matrix - 8 Reward Scheme' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Web.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Report bugs and get rewarded'/> | |
</File> | |
</Component> | |
</Directory> | |
</Directory> | |
</Directory> | |
<!-- Start Menu Folder --> | |
<Directory | |
Id='ProgramMenuFolder' | |
Name='Programs'> | |
<Directory | |
Id='ProgramMenuDir' | |
Name='Analysis Design Matrix'> | |
<Component | |
Id='ProgramMenuDir' | |
Guid='E08D7ADE-70D5-4ACA-A7ED-02CE06277798'> | |
<RemoveFolder | |
Id='ProgramMenuDir' | |
On='uninstall'/> | |
<RegistryValue | |
Root='HKCU' | |
Key='Software\[Manufacturer]\[ProductName]' | |
Value='' | |
Type='string' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='UninstallShortcutComponent' | |
Guid='98EA101F-2EDD-4AFF-AB57-59B90DE89025'> | |
<Shortcut | |
Id='UninstallProduct' | |
Name='Uninstall Matrix' | |
Target='[System64Folder]msiexec.exe' | |
Arguments='/x [ProductCode]' | |
Description='Removes Matrix'/> | |
<RegistryKey | |
Root='HKCU' | |
Key='Software\[Manufacturer]\Uninstall'> | |
<RegistryValue | |
Value='Thanks RobMen.' | |
Type='string' | |
KeyPath='yes'/> | |
</RegistryKey> | |
</Component> | |
<Directory | |
Id='ProgramMenuCompileModelsDir' | |
Name='Compile Models'> | |
<Component | |
Id='ProgramMenuCompileModelsDir' | |
Guid='40DE7767-FD01-463B-8CCA-D13E16E55FF8'> | |
<CreateFolder/> | |
<RemoveFolder | |
Id='ProgramMenuCompileModelsDir' | |
On='uninstall'/> | |
<RegistryValue | |
Root='HKCU' | |
Key='Software\[Manufacturer]\[ProductName]' | |
Value='' | |
Type='string' | |
KeyPath='yes'/> | |
</Component> | |
</Directory> | |
<Directory | |
Id='ProgramMenuExecuteModelsDir' | |
Name='Execute Models'> | |
<Component | |
Id='ProgramMenuExecuteModelsDir' | |
Guid='FF9F4F9F-C15B-4478-82E6-F2D4AE293440'> | |
<CreateFolder/> | |
<RemoveFolder | |
Id='ProgramMenuExecuteModelsDir' | |
On='uninstall'/> | |
<RegistryValue | |
Root='HKCU' | |
Key='Software\[Manufacturer]\[ProductName]' | |
Value='' | |
Type='string' | |
KeyPath='yes'/> | |
</Component> | |
</Directory> | |
</Directory> | |
</Directory> | |
<!-- Top Level Matrix Folder --> | |
<Directory | |
Id='C' | |
Name='Matrix'> | |
<Component | |
Id='EnvironmentADMMATRIXHOMEBASE' | |
Guid='DD7BADD3-F214-4656-B846-7AED18606DD1'> | |
<CreateFolder/> | |
<Environment | |
Id='ADMMATRIXHOMEBASE' | |
Action='set' | |
Part='all' | |
Name='ADM_MATRIX_HOME' | |
Permanent='no' | |
System='yes' | |
Value='[C]'/> | |
</Component> | |
<!-- Top Level Matrix Folder - Build Folder --> | |
<Directory | |
Id='Build' | |
Name='Build'> | |
<Component | |
Id='BuildSDF' | |
Guid='7477281F-0F86-4465-8429-ADA9E5AA76AB'> | |
<File | |
Id='BuildSDF' | |
Name='Build.sdf' | |
DiskId='1' | |
Source='Source\Build VS2010\Build.sdf' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BuildSLN' | |
Guid='4A0463BE-04FE-4BD3-8283-5AC6F14E46F9'> | |
<File | |
Id='BuildSLN' | |
Name='Build.sln' | |
DiskId='1' | |
Source='Source\Build VS2010\Build.sln' | |
KeyPath='yes'> | |
<Shortcut | |
Id='BuildSLN' | |
Directory='ProgramMenuDir' | |
Name='Compile Generated Code' | |
WorkingDirectory='INSTALLDIR' | |
Icon='VisualStudio.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='View all generated code with Visual Studio'/> | |
<Shortcut | |
Id='DesktopBuildSLN' | |
Directory='DesktopFolder' | |
Name='Compile Generated' | |
WorkingDirectory='INSTALLDIR' | |
Icon='VisualStudio.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='View all generated code with Visual Studio'/> | |
</File> | |
</Component> | |
<Component | |
Id='BuildSUO' | |
Guid='84B83778-DD33-49AE-B41C-9BCB7BE72604'> | |
<File | |
Id='BuildSUO' | |
Name='Build.suo' | |
DiskId='1' | |
Source='Source\Build VS2010\Build.suo' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_VS2015_Build_VC_DB' | |
Guid='0CDF3B94-3FA9-4BCD-8E28-55ED1E919B88'> | |
<Condition> | |
VersionNT >= 601 | |
</Condition> | |
<File | |
Id='Build_VS2015_BUILD_VC_DB' | |
Name='Build.VC.db' | |
DiskId='1' | |
Source='Source\Build VS2015\Matrix\Build.VC.db' | |
KeyPath='yes'/> | |
</Component> | |
<Directory | |
Id='Build_Banking_Application' | |
Name='Banking_Application'> | |
<Component | |
Id='Build_Banking_Application_Vcxproj' | |
Guid='F4BE9760-4E7E-4998-8B8F-875CA81C9E2C'> | |
<Condition> | |
VersionNT < 601 | |
</Condition> | |
<File | |
Id='Build_Banking_Application_Vcxproj' | |
Name='Banking_Application.vcxproj' | |
DiskId='1' | |
Source='Source\Build VS2010\Banking_Application\Banking_Application.vcxproj' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_Banking_Application_Vcxproj_Filters' | |
Guid='FAFF1D0D-5557-4412-97A5-21DFB4C0C21B'> | |
<File | |
Id='Build_Banking_Application_Vcxproj_Filters' | |
Name='Banking_Application.vcxproj.filters' | |
DiskId='1' | |
Source='Source\Build VS2010\Banking_Application\Banking_Application.vcxproj.filters' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_Banking_Application_Vcxproj_User' | |
Guid='A5C989B6-DDE0-4E4B-9DFF-90E043B3B2C2'> | |
<File | |
Id='Build_Banking_Application_Vcxproj_User' | |
Name='Banking_Application.vcxproj.user' | |
DiskId='1' | |
Source='Source\Build VS2010\Banking_Application\Banking_Application.vcxproj.user' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_VS2015_Banking_Application_Vcxproj' | |
Guid='65FC7E7C-FDC7-4CAD-8870-10DF47FFB4BC'> | |
<Condition> | |
VersionNT >= 601 | |
</Condition> | |
<File | |
Id='Build_VS2015_Banking_Application_Vcxproj' | |
Name='Banking_Application.vcxproj' | |
DiskId='1' | |
Source='Source\Build VS2015\Matrix\Banking_Application.vcxproj' | |
KeyPath='yes'/> | |
</Component> | |
</Directory> | |
<Directory | |
Id='Build_Hello_World' | |
Name='Hello_World'> | |
<Component | |
Id='Build_Hello_World_Vcxproj' | |
Guid='3639AB9C-6765-497F-838A-1D223CF858A2'> | |
<Condition> | |
VersionNT < 601 | |
</Condition> | |
<File | |
Id='Build_Hello_World_Vcxproj' | |
Name='Hello_World.vcxproj' | |
DiskId='1' | |
Source='Source\Build VS2010\Hello_World\Hello_World.vcxproj' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_Hello_World_Vcxproj_Filters' | |
Guid='8F163D23-2EF5-4604-A213-C7C3337B4581'> | |
<File | |
Id='Build_Hello_World_Vcxproj_Filters' | |
Name='Hello_World.vcxproj.filters' | |
DiskId='1' | |
Source='Source\Build VS2010\Hello_World\Hello_World.vcxproj.filters' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_Hello_World_Vcxproj_User' | |
Guid='B333ED33-55FD-4DAB-8EA1-2A4A001E4280'> | |
<File | |
Id='Build_Hello_World_Vcxproj_User' | |
Name='Hello_World.vcxproj.user' | |
DiskId='1' | |
Source='Source\Build VS2010\Hello_World\Hello_World.vcxproj.user' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_VS2015_Hello_World_Vcxproj' | |
Guid='341A1855-F6AF-40EF-B2F2-F6B5AFD9CECA'> | |
<Condition> | |
VersionNT >= 601 | |
</Condition> | |
<File | |
Id='Build_VS2015_Hello_World_Vcxproj' | |
Name='Hello_World.vcxproj' | |
DiskId='1' | |
Source='Source\Build VS2015\Matrix\Hello_World.vcxproj' | |
KeyPath='yes'/> | |
</Component> | |
</Directory> | |
<Directory | |
Id='Build_Passenger_Elevator' | |
Name='Passenger_Elevator'> | |
<Component | |
Id='Build_Passenger_Elevator_Vcxproj' | |
Guid='458F0850-75AB-4D64-9F51-6292A28D02C4'> | |
<Condition> | |
VersionNT < 601 | |
</Condition> | |
<File | |
Id='Build_Passenger_Elevator_Vcxproj' | |
Name='Passenger_Elevator.vcxproj' | |
DiskId='1' | |
Source='Source\Build VS2010\Passenger_Elevator\Passenger_Elevator.vcxproj' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_Passenger_Elevator_Vcxproj_Filters' | |
Guid='CD604259-C914-41D3-8148-1D33DA50508C'> | |
<File | |
Id='Build_Passenger_Elevator_Vcxproj_Filters' | |
Name='Passenger_Elevator.vcxproj.filters' | |
DiskId='1' | |
Source='Source\Build VS2010\Passenger_Elevator\Passenger_Elevator.vcxproj.filters' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_Passenger_Elevator_Vcxproj_User' | |
Guid='2079CCFF-2E38-4A48-9531-1908DD8B46F7'> | |
<File | |
Id='Build_Passenger_Elevator_Vcxproj_User' | |
Name='Passenger_Elevator.vcxproj.user' | |
DiskId='1' | |
Source='Source\Build VS2010\Passenger_Elevator\Passenger_Elevator.vcxproj.user' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_VS2015_Passenger_Elevator_Vcxproj' | |
Guid='D58C0FAE-6559-46EE-B1DE-A357140A7FEE'> | |
<Condition> | |
VersionNT >= 601 | |
</Condition> | |
<File | |
Id='Build_VS2015_Passenger_Elevator_Vcxproj' | |
Name='Passenger_Elevator.vcxproj' | |
DiskId='1' | |
Source='Source\Build VS2015\Matrix\Passenger_Elevator.vcxproj' | |
KeyPath='yes'/> | |
</Component> | |
</Directory> | |
<Directory | |
Id='Build_Ping_Pong' | |
Name='Ping_Pong'> | |
<Component | |
Id='Build_Ping_Pong_Vcxproj' | |
Guid='A6D9BDFF-B40B-4EAE-995B-10BDF59BE61C'> | |
<Condition> | |
VersionNT < 601 | |
</Condition> | |
<File | |
Id='Build_Ping_Pong_Vcxproj' | |
Name='Ping_Pong.vcxproj' | |
DiskId='1' | |
Source='Source\Build VS2010\Ping_Pong\Ping_Pong.vcxproj' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_Ping_Pong_Vcxproj_Filters' | |
Guid='D7D6266B-55CC-46AB-99EE-BAA051EA9F51'> | |
<File | |
Id='Build_Ping_Pong_Vcxproj_Filters' | |
Name='Ping_Pong.vcxproj.filters' | |
DiskId='1' | |
Source='Source\Build VS2010\Ping_Pong\Ping_Pong.vcxproj.filters' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_Ping_Pong_Vcxproj_User' | |
Guid='AFECDC9E-D793-4D13-9F69-D84BDEA37ACD'> | |
<File | |
Id='Build_Ping_Pong_Vcxproj_User' | |
Name='Ping_Pong.vcxproj.user' | |
DiskId='1' | |
Source='Source\Build VS2010\Ping_Pong\Ping_Pong.vcxproj.user' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_VS2015_Ping_Pong_Vcxproj' | |
Guid='6709E8DD-A350-447A-9FF6-75233E24B1AD'> | |
<Condition> | |
VersionNT >= 601 | |
</Condition> | |
<File | |
Id='Build_VS2015_Ping_Pong_Vcxproj' | |
Name='Ping_Pong.vcxproj' | |
DiskId='1' | |
Source='Source\Build VS2015\Matrix\Ping_Pong.vcxproj' | |
KeyPath='yes'/> | |
</Component> | |
</Directory> | |
<Directory | |
Id='Build_Zig_Zag' | |
Name='Zig_Zag'> | |
<Component | |
Id='Build_Zig_Zag_Vcxproj' | |
Guid='40622189-CC1D-44F2-9712-3B1FE167C864'> | |
<Condition> | |
VersionNT < 601 | |
</Condition> | |
<File | |
Id='Build_Zig_Zag_Vcxproj' | |
Name='Zig_Zag.vcxproj' | |
DiskId='1' | |
Source='Source\Build VS2010\Zig_Zag\Zig_Zag.vcxproj' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_Zig_Zag_Vcxproj_Filters' | |
Guid='A302270D-B635-40F6-91A2-ACF7C76A07DF'> | |
<File | |
Id='Build_Zig_Zag_Vcxproj_Filters' | |
Name='Zig_Zag.vcxproj.filters' | |
DiskId='1' | |
Source='Source\Build VS2010\Zig_Zag\Zig_Zag.vcxproj.filters' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_Zig_Zag_Vcxproj_User' | |
Guid='84386BEB-2D55-47DF-B9E5-0F798E771B07'> | |
<File | |
Id='Build_Zig_Zag_Vcxproj_User' | |
Name='Zig_Zag.vcxproj.user' | |
DiskId='1' | |
Source='Source\Build VS2010\Zig_Zag\Zig_Zag.vcxproj.user' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_VS2015_Zig_Zag_Vcxproj' | |
Guid='E1AD7FCD-5315-4228-895D-628579E23D9C'> | |
<Condition> | |
VersionNT >= 601 | |
</Condition> | |
<File | |
Id='Build_VS2015_Zig_Zag_Vcxproj' | |
Name='Zig_Zag.vcxproj' | |
DiskId='1' | |
Source='Source\Build VS2015\Matrix\Zig_Zag.vcxproj' | |
KeyPath='yes'/> | |
</Component> | |
</Directory> | |
<Directory | |
Id='Build_Release' | |
Name='Release'> | |
<Component | |
Id='Build_Release_Banking_Application' | |
Guid='47FE3EBF-6D06-441F-8CAC-0AD315A75B79'> | |
<File | |
Id='Build_Release_Banking_Application' | |
Name='Banking_Application.exe' | |
DiskId='1' | |
Source='Source\Build VS2010\Release\Banking_Application.exe' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_Release_Hello_World' | |
Guid='A2DC84EB-958F-4E91-A9C8-A940687ACE8E'> | |
<File | |
Id='Build_Release_Hello_World' | |
Name='Hello_World.exe' | |
DiskId='1' | |
Source='Source\Build VS2010\Release\Hello_World.exe' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_Release_Passenger_Elevator' | |
Guid='DC4147C0-AFCF-41B1-A791-18C2E4A8B687'> | |
<File | |
Id='Build_Release_Passenger_Elevator' | |
Name='Passenger_Elevator.exe' | |
DiskId='1' | |
Source='Source\Build VS2010\Release\Passenger_Elevator.exe' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_Release_Ping_Pong' | |
Guid='828522EC-0467-4049-BE44-1E02F7C533EC'> | |
<File | |
Id='Build_Release_Ping_Pong' | |
Name='Ping_Pong.exe' | |
DiskId='1' | |
Source='Source\Build VS2010\Release\Ping_Pong.exe' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_Release_Zig_Zag' | |
Guid='FA2AF116-CCED-4B7B-842D-86D22192F6E9'> | |
<File | |
Id='Build_Release_Zig_Zag' | |
Name='Zig_Zag.exe' | |
DiskId='1' | |
Source='Source\Build VS2010\Release\Zig_Zag.exe' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_Release_vc100_PDB' | |
Guid='658C5BDA-CBAF-483C-82F6-DD2633BC1EE6'> | |
<Condition> | |
VersionNT < 601 | |
</Condition> | |
<File | |
Id='Build_Release_vc100_PDB' | |
Name='vc100.pdb' | |
DiskId='1' | |
Source='Source\Build VS2010\Release\vc100.pdb' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='Build_Release_Simulator_PDB' | |
Guid='8F617F93-02B1-4B37-AABC-9287BD6901E5'> | |
<Condition> | |
VersionNT >= 601 | |
</Condition> | |
<File | |
Id='Build_Release_Simulator_PDB' | |
Name='Simulator.pdb' | |
DiskId='1' | |
Source='Source\Build VS2015\Simulator\Simulator.pdb' | |
KeyPath='yes'/> | |
</Component> | |
</Directory> | |
<!-- Visual Studio 2015 --> | |
<Directory | |
Id='Build_VS' | |
Name='.vs'> | |
<Directory | |
Id='Build_VS_Build' | |
Name='Build'> | |
<Directory | |
Id='Build_VS_Build_VC' | |
Name='v14'> | |
<Component | |
Id='Build_VS2015_SUO' | |
Guid='F99F7E9A-9B09-41D2-B3A7-178376547DA4'> | |
<Condition> | |
VersionNT >= 601 | |
</Condition> | |
<File | |
Id='Build_VS_Build_V14_SUO' | |
Name='.suo' | |
DiskId='1' | |
Source='Source\Build VS2015\Matrix\suo' | |
KeyPath='yes'/> | |
</Component> | |
</Directory> | |
</Directory> | |
</Directory> | |
</Directory> | |
<!-- Top Level Matrix Folder - Command Folder --> | |
<Directory | |
Id='CommandFolder' | |
Name='Command'> | |
<Component | |
Id='CompileBankingApplicationBatFile' | |
Guid='07133499-1094-4DB1-9D53-0709A91499A4'> | |
<File | |
Id='CompileBankingApplicationBat' | |
Name='CompileBankingApplication.bat' | |
DiskId='1' | |
Source='Source\Command\CompileBankingApplication.bat' | |
KeyPath='yes'> | |
<Shortcut | |
Id='CompileBankingApplicationBat' | |
Directory='ProgramMenuCompileModelsDir' | |
Name='xCompile - Banking Application' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Batch.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Generate Banking Application code from Matrix model'/> | |
</File> | |
</Component> | |
<Component | |
Id='CompileHelloWorldBatFile' | |
Guid='89C26205-6681-42BC-960A-BD565BA46E6D'> | |
<File | |
Id='CompileHelloWorldBat' | |
Name='CompileHelloWorld.bat' | |
DiskId='1' | |
Source='Source\Command\CompileHelloWorld.bat' | |
KeyPath='yes'> | |
<Shortcut | |
Id='CompileHelloWorldBat' | |
Directory='ProgramMenuCompileModelsDir' | |
Name='xCompile - Hello World' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Batch.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Generate Hello World code from Matrix model'/> | |
</File> | |
</Component> | |
<Component | |
Id='CompilePassengerElevatorBatFile' | |
Guid='C9FE167E-6137-47F6-A4F1-5D3439104802'> | |
<File | |
Id='CompilePassengerElevatorBat' | |
Name='CompilePassengerElevator.bat' | |
DiskId='1' | |
Source='Source\Command\CompilePassengerElevator.bat' | |
KeyPath='yes'> | |
<Shortcut | |
Id='CompilePassengerElevatorBat' | |
Directory='ProgramMenuCompileModelsDir' | |
Name='xCompile - Passenger Elevator' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Batch.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Generate Passenger Elevator code from Matrix model'/> | |
</File> | |
</Component> | |
<Component | |
Id='CompilePingPongBatFile' | |
Guid='0AC9871F-A023-4202-BC7F-C5CEEA39FF0A'> | |
<File | |
Id='CompilePingPongBat' | |
Name='CompilePingPong.bat' | |
DiskId='1' | |
Source='Source\Command\CompilePingPong.bat' | |
KeyPath='yes'> | |
<Shortcut | |
Id='CompilePingPongBat' | |
Directory='ProgramMenuCompileModelsDir' | |
Name='xCompile - Ping Pong' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Batch.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Generate Ping Pong code from Matrix model'/> | |
</File> | |
</Component> | |
<Component | |
Id='CompileZigZagBatFile' | |
Guid='19ECA5A3-5BB7-4CCD-A998-F1174A8CA57D'> | |
<File | |
Id='CompileZigZagBat' | |
Name='CompileZigZag.bat' | |
DiskId='1' | |
Source='Source\Command\CompileZigZag.bat' | |
KeyPath='yes'> | |
<Shortcut | |
Id='CompileZigZagBat' | |
Directory='ProgramMenuCompileModelsDir' | |
Name='xCompile - Zig Zag' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Batch.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Generate Zig Zag code from Matrix model'/> | |
</File> | |
</Component> | |
<Component | |
Id='ExecuteBankingApplicationBatFile' | |
Guid='5AEED4ED-BC82-4404-8307-63DA4541F73B'> | |
<File | |
Id='ExecuteBankingApplicationBat' | |
Name='ExecuteBankingApplication.bat' | |
DiskId='1' | |
Source='Source\Command\ExecuteBankingApplication.bat' | |
KeyPath='yes'> | |
<Shortcut | |
Id='ExecuteBankingApplicationBat' | |
Directory='ProgramMenuExecuteModelsDir' | |
Name='xExecute - Banking Application' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Batch.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Run Banking Application generated code'/> | |
</File> | |
</Component> | |
<Component | |
Id='ExecuteHelloWorldBatFile' | |
Guid='4C9F2723-1351-47BC-BB76-E29D46F7B7AB'> | |
<File | |
Id='ExecuteHelloWorldBat' | |
Name='ExecuteHelloWorld.bat' | |
DiskId='1' | |
Source='Source\Command\ExecuteHelloWorld.bat' | |
KeyPath='yes'> | |
<Shortcut | |
Id='ExecuteHelloWorldBat' | |
Directory='ProgramMenuExecuteModelsDir' | |
Name='xExecute - Hello World' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Batch.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Run Hello World generated code'/> | |
</File> | |
</Component> | |
<Component | |
Id='ExecutePassengerElevatorBatFile' | |
Guid='C0CCA9E9-451F-43E2-AEC9-49A486F94A84'> | |
<File | |
Id='ExecutePassengerElevatorBat' | |
Name='ExecutePassengerElevator.bat' | |
DiskId='1' | |
Source='Source\Command\ExecutePassengerElevator.bat' | |
KeyPath='yes'> | |
<Shortcut | |
Id='ExecutePassengerElevatorBat' | |
Directory='ProgramMenuExecuteModelsDir' | |
Name='xExecute - Passenger Elevator' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Batch.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Run Passenger Elevator generated code'/> | |
</File> | |
</Component> | |
<Component | |
Id='ExecutePingPongBatFile' | |
Guid='55D9FC3C-606C-44C6-B189-F64B71DCBAE5'> | |
<File | |
Id='ExecutePingPongBat' | |
Name='ExecutePingPong.bat' | |
DiskId='1' | |
Source='Source\Command\ExecutePingPong.bat' | |
KeyPath='yes'> | |
<Shortcut | |
Id='ExecutePingPongBat' | |
Directory='ProgramMenuExecuteModelsDir' | |
Name='xExecute - Ping Pong' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Batch.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Run Ping Pong generated code'/> | |
</File> | |
</Component> | |
<Component | |
Id='ExecuteZigZagBatFile' | |
Guid='82E6AB5E-8D87-4F23-8E5B-732CF2DDF1E2'> | |
<File | |
Id='ExecuteZigZagBat' | |
Name='ExecuteZigZag.bat' | |
DiskId='1' | |
Source='Source\Command\ExecuteZigZag.bat' | |
KeyPath='yes'> | |
<Shortcut | |
Id='ExecuteZigZagBat' | |
Directory='ProgramMenuExecuteModelsDir' | |
Name='xExecute - Zig Zag' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Batch.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Run Zig Zag generated code'/> | |
</File> | |
</Component> | |
<Component | |
Id='CommandAllMatrixCompileBatFile' | |
Guid='57E8D7C8-7B50-467C-BB42-751523128EE5'> | |
<File | |
Id='AllMatrixCompileBat' | |
Name='AllMatrixCompile.bat' | |
DiskId='1' | |
Source='Source\Command\AllMatrixCompile.bat' | |
KeyPath='yes'> | |
<Shortcut | |
Id='StartMenuMatrixBat' | |
Directory='ProgramMenuDir' | |
Name='Generate All Code' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Batch.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Generate code from all Matrix models'/> | |
<Shortcut | |
Id='DesktopMatrixBat' | |
Directory='DesktopFolder' | |
Name='Generate All Code' | |
WorkingDirectory='INSTALLDIR' | |
Icon='Batch.ico' | |
IconIndex='0' | |
Advertise='yes' | |
Description='Generate code from all Matrix models'/> | |
</File> | |
</Component> | |
<Component | |
Id='CommandRunMatrixCompileBatFile' | |
Guid='FF81DDAF-89E8-484E-BA6B-BD2FC0B5A36E'> | |
<File | |
Id='RunMatrixCompileBat' | |
Name='RunMatrixCompile.bat' | |
DiskId='1' | |
Source='Source\Command\RunMatrixCompile.bat' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='CommandAllMatrixExecuteBatFile' | |
Guid='BE74C162-9C33-4E95-ABE0-D9B6139551A8'> | |
<File | |
Id='AllMatrixExecuteBat' | |
Name='AllMatrixExecute.bat' | |
DiskId='1' | |
Source='Source\Command\AllMatrixExecute.bat' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='CommandRunMatrixExecuteBatFile' | |
Guid='75D1BE13-D9B5-424B-94C3-4012B7A44B83'> | |
<File | |
Id='RunMatrixExecuteBat' | |
Name='RunMatrixExecute.bat' | |
DiskId='1' | |
Source='Source\Command\RunMatrixExecute.bat' | |
KeyPath='yes'/> | |
</Component> | |
</Directory> | |
<!-- Top Level Matrix Folder - Generated Folder --> | |
<Directory | |
Id='GeneratedFolder' | |
Name='Generated'> | |
<Directory | |
Id='GeneratedBankingApplicationFolder' | |
Name='Banking_Application'> | |
<Component | |
Id='BankingApplicationFile00000000' | |
Guid='97BAF0DF-884A-44FE-B8FF-5D1A10E22787'> | |
<File | |
Id='BankingApplicationFile00000000' | |
Name='~BankingApplication.0000.0000.Header.h' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0000.0000.Header.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile00000001' | |
Guid='F645085B-EF1F-4766-9513-033A28215DE3'> | |
<File | |
Id='BankingApplicationFile00000001' | |
Name='~BankingApplication.0000.0001.Standard.h' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0000.0001.Standard.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile00000002' | |
Guid='08B6EC68-32E4-44FB-81F1-9DDC7341CA30'> | |
<File | |
Id='BankingApplicationFile00000002' | |
Name='~BankingApplication.0000.0002.Defines.h' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0000.0002.Defines.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile00000003' | |
Guid='0EA2E287-547C-4480-9793-6AD945B1C5CE'> | |
<File | |
Id='BankingApplicationFile00000003' | |
Name='~BankingApplication.0000.0003.TypeDefines.h' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0000.0003.TypeDefines.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile00000004' | |
Guid='56FB9802-8894-4F6F-9CEA-FDADA607E9C6'> | |
<File | |
Id='BankingApplicationFile00000004' | |
Name='~BankingApplication.0000.0004.EntityTypeDefines.h' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0000.0004.EntityTypeDefines.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile00000005' | |
Guid='70F15854-5688-4817-8BC1-FF8018DD13E2'> | |
<File | |
Id='BankingApplicationFile00000005' | |
Name='~BankingApplication.0000.0005.GlobalData.h' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0000.0005.GlobalData.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile00000006' | |
Guid='6A4CBBB3-94ED-48E3-A3B6-3D1BD26C3914'> | |
<File | |
Id='BankingApplicationFile00000006' | |
Name='~BankingApplication.0000.0006.ErrorMessages.h' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0000.0006.ErrorMessages.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile00000007' | |
Guid='D6A3063B-F58E-4117-B37F-B97D717E9A87'> | |
<File | |
Id='BankingApplicationFile00000007' | |
Name='~BankingApplication.0000.0007.Prototypes.h' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0000.0007.Prototypes.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile00010001' | |
Guid='D70FC331-1290-445E-84AC-02AA68B1F9FB'> | |
<File | |
Id='BankingApplicationFile00010001' | |
Name='~BankingApplication.0001.0001.Library.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0001.0001.Library.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile00010002' | |
Guid='34FDCC8B-39EE-43EC-9FEB-193639FC3329'> | |
<File | |
Id='BankingApplicationFile00010002' | |
Name='~BankingApplication.0001.0002.ErrorHandler.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0001.0002.ErrorHandler.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile00010003' | |
Guid='6F619321-B823-4FA5-8FF5-1597602098B1'> | |
<File | |
Id='BankingApplicationFile00010003' | |
Name='~BankingApplication.0001.0003.MainProgram.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0001.0003.MainProgram.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile00010004' | |
Guid='FEE4FD3B-9F61-4F7F-A777-2D86F837A089'> | |
<File | |
Id='BankingApplicationFile00010004' | |
Name='~BankingApplication.0001.0004.Initialisation.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0001.0004.Initialisation.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile00010005' | |
Guid='5EB2E2D1-86CA-4F11-BBE9-6888756ECCEA'> | |
<File | |
Id='BankingApplicationFile00010005' | |
Name='~BankingApplication.0001.0005.Scheduler.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0001.0005.Scheduler.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile00010006' | |
Guid='EB979870-E2E3-4038-B413-025B76D2A21D'> | |
<File | |
Id='BankingApplicationFile00010006' | |
Name='~BankingApplication.0001.0006.LiteralStrings.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0001.0006.LiteralStrings.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile00010007' | |
Guid='F07227E5-1745-479D-8339-7C2CEDDE8D30'> | |
<File | |
Id='BankingApplicationFile00010007' | |
Name='~BankingApplication.0001.0007.Enumerations.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0001.0007.Enumerations.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile00020001' | |
Guid='868C64C8-B8F7-471A-BCC7-8D05D2291795'> | |
<File | |
Id='BankingApplicationFile00020001' | |
Name='~BankingApplication.0002.0001.Initialisation.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0002.0001.Initialisation.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile00020002' | |
Guid='BFED6E37-1777-4AF2-BEC4-AFF59817954F'> | |
<File | |
Id='BankingApplicationFile00020002' | |
Name='~BankingApplication.0002.0002.Scheduler.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0002.0002.Scheduler.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile00020003' | |
Guid='845A1658-65BF-4544-8F20-6A50E787D0AC'> | |
<File | |
Id='BankingApplicationFile00020003' | |
Name='~BankingApplication.0002.0003.SchedulerInitialisation.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0002.0003.SchedulerInitialisation.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile00020004' | |
Guid='E5AAB06F-7C39-40EB-A2BD-74A1F4FDA5C0'> | |
<File | |
Id='BankingApplicationFile00020004' | |
Name='~BankingApplication.0002.0004.ProcessIncludes.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0002.0004.ProcessIncludes.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile000300010001' | |
Guid='DFD45F71-EDAB-4E68-A41D-5AFBE1B4DD29'> | |
<File | |
Id='BankingApplicationFile000300010001' | |
Name='~BankingApplication.0003.0001.Customer.DataAccess.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0003.0001.Customer.DataAccess.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile000300010002' | |
Guid='C9EB397A-FC08-43C1-A724-288883E643D4'> | |
<File | |
Id='BankingApplicationFile000300010002' | |
Name='~BankingApplication.0003.0001.Customer.Dispatcher.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0003.0001.Customer.Dispatcher.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile000300010003' | |
Guid='A4CB0DE2-9F73-4644-BF68-5965A77D722A'> | |
<File | |
Id='BankingApplicationFile000300010003' | |
Name='~BankingApplication.0003.0001.Customer.EventSenders.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0003.0001.Customer.EventSenders.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile000300010004' | |
Guid='DC880A4F-6179-42EC-9E95-C914AD012EB9'> | |
<File | |
Id='BankingApplicationFile000300010004' | |
Name='~BankingApplication.0003.0001.Customer.Identifiers.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0003.0001.Customer.Identifiers.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile000300010005' | |
Guid='52342203-63D3-4895-A178-34C3A6070722'> | |
<File | |
Id='BankingApplicationFile000300010005' | |
Name='~BankingApplication.0003.0001.Customer.ProcessIncludes.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0003.0001.Customer.ProcessIncludes.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile000300010006' | |
Guid='6106719E-C440-4EEC-8753-1014A3315B82'> | |
<File | |
Id='BankingApplicationFile000300010006' | |
Name='~BankingApplication.0003.0001.Customer.StateActions.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0003.0001.Customer.StateActions.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile000300020001' | |
Guid='1FE85B43-2C1B-4A42-B6B3-B0B9D6D083CD'> | |
<File | |
Id='BankingApplicationFile000300020001' | |
Name='~BankingApplication.0003.0002.Account.DataAccess.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0003.0002.Account.DataAccess.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile000300020002' | |
Guid='A6C32F2F-2ABA-4449-8BD7-E31FD298BAD8'> | |
<File | |
Id='BankingApplicationFile000300020002' | |
Name='~BankingApplication.0003.0002.Account.Dispatcher.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0003.0002.Account.Dispatcher.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile000300020003' | |
Guid='1CD475E1-FD40-4E61-B99C-073B07BF0FE0'> | |
<File | |
Id='BankingApplicationFile000300020003' | |
Name='~BankingApplication.0003.0002.Account.EventSenders.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0003.0002.Account.EventSenders.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile000300020004' | |
Guid='7ADBBB41-D273-4422-BD11-59338657D532'> | |
<File | |
Id='BankingApplicationFile000300020004' | |
Name='~BankingApplication.0003.0002.Account.Identifiers.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0003.0002.Account.Identifiers.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile000300020005' | |
Guid='67480332-37BA-46F9-A0EC-545FCF2A3192'> | |
<File | |
Id='BankingApplicationFile000300020005' | |
Name='~BankingApplication.0003.0002.Account.ProcessIncludes.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0003.0002.Account.ProcessIncludes.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile000300020006' | |
Guid='8D77CEAD-B6D8-481B-8A9E-1AB8559F8847'> | |
<File | |
Id='BankingApplicationFile000300020006' | |
Name='~BankingApplication.0003.0002.Account.StateActions.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0003.0002.Account.StateActions.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile000300030001' | |
Guid='D5057EA0-9967-4C7C-88DD-E726E0B5BF2D'> | |
<File | |
Id='BankingApplicationFile000300030001' | |
Name='~BankingApplication.0003.0003.BankPolicy.DataAccess.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0003.0003.BankPolicy.DataAccess.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationFile000300030002' | |
Guid='72634190-8443-43A9-9ADD-7C17E67EDBCC'> | |
<File | |
Id='BankingApplicationFile000300030002' | |
Name='~BankingApplication.0003.0003.BankPolicy.Identifiers.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0003.0003.BankPolicy.Identifiers.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile00100001' | |
Guid='D46B5CA8-9404-425B-AC90-4DFE9DF99D0A'> | |
<File | |
Id='BankingApplicationSimulatorFile00100001' | |
Name='~BankingApplication.0010.0001.Simulator.Defines.h' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0010.0001.Simulator.Defines.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile00100002' | |
Guid='15D2DF49-1687-4D8E-990E-1CEB6E410379'> | |
<File | |
Id='BankingApplicationSimulatorFile00100002' | |
Name='~BankingApplication.0010.0002.Simulator.TypeDefines.h' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0010.0002.Simulator.TypeDefines.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile00100003' | |
Guid='373B6940-C654-4393-BB9E-DA0C11EDBA0B'> | |
<File | |
Id='BankingApplicationSimulatorFile00100003' | |
Name='~BankingApplication.0010.0003.Simulator.EntityTypeDefines.h' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0010.0003.Simulator.EntityTypeDefines.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile00100004' | |
Guid='5370608D-7A68-45F3-A1E4-EA97C7A4617E'> | |
<File | |
Id='BankingApplicationFileSimulator00100004' | |
Name='~BankingApplication.0010.0004.Simulator.GlobalData.h' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0010.0004.Simulator.GlobalData.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile00100005' | |
Guid='1F289F62-9E41-46C5-9608-4B55A1FEBC96'> | |
<File | |
Id='BankingApplicationSimulatorFile00100005' | |
Name='~BankingApplication.0010.0005.Simulator.ErrorMessages.h' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0010.0005.Simulator.ErrorMessages.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile00100006' | |
Guid='0EC9B3F3-B483-4F5F-9605-702EA206754F'> | |
<File | |
Id='BankingApplicationSimulatorFile00100006' | |
Name='~BankingApplication.0010.0006.Simulator.PrototypeInternals.h' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0010.0006.Simulator.PrototypeInternals.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile00100007' | |
Guid='C1F5993B-3AA1-4EFB-BB66-926690CCFE0F'> | |
<File | |
Id='BankingApplicationSimulatorFile00100007' | |
Name='~BankingApplication.0010.0007.Simulator.PrototypeImports.h' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0010.0007.Simulator.PrototypeImports.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile00100008' | |
Guid='55758C14-4D9C-4DA2-AC99-568D098A6789'> | |
<File | |
Id='BankingApplicationSimulatorFile00100008' | |
Name='~BankingApplication.0010.0008.Simulator.PrototypeExports.h' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0010.0008.Simulator.PrototypeExports.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile00110001' | |
Guid='A74C0FB6-28FE-4E6E-A3E1-A5E0A44498E8'> | |
<File | |
Id='BankingApplicationSimulatorFile00110001' | |
Name='~BankingApplication.0011.0001.Simulator.Configuration.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0011.0001.Simulator.Configuration.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile00110002' | |
Guid='029D833B-42B0-43FF-A2B1-6293B539C758'> | |
<File | |
Id='BankingApplicationSimulatorFile00110002' | |
Name='~BankingApplication.0011.0002.Simulator.LiteralStrings.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0011.0002.Simulator.LiteralStrings.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile00110003' | |
Guid='4E9C9FCD-5039-4C88-9C6F-FC6D7F275D60'> | |
<File | |
Id='BankingApplicationSimulatorFile0011003' | |
Name='~BankingApplication.0011.0003.Simulator.Stimulate.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0011.0003.Simulator.Stimulate.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile001200010001' | |
Guid='F48F6C21-CA33-44A4-AC6E-11126882FA42'> | |
<File | |
Id='BankingApplicationSimulatorFile001200010001' | |
Name='~BankingApplication.0012.0001.Simulator.Customer.EntityDisplay.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0012.0001.Simulator.Customer.EntityDisplay.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile001200010002' | |
Guid='7429BAD5-613C-41D4-AC06-61510320B50D'> | |
<File | |
Id='BankingApplicationSimulatorFile001200010002' | |
Name='~BankingApplication.0012.0001.Simulator.Customer.EventAcquireIdentifier.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0012.0001.Simulator.Customer.EventAcquireIdentifier.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile001200010003' | |
Guid='828CC652-D820-44D1-A738-323FDBEFD8F1'> | |
<File | |
Id='BankingApplicationSimulatorFile001200010003' | |
Name='~BankingApplication.0012.0001.Simulator.Customer.EventAcquireIdentity.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0012.0001.Simulator.Customer.EventAcquireIdentity.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile001200010004' | |
Guid='242EC424-1CDA-4189-B700-A0056C18B8D4'> | |
<File | |
Id='BankingApplicationSimulatorFile001200010004' | |
Name='~BankingApplication.0012.0001.Simulator.Customer.EventDisplay.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0012.0001.Simulator.Customer.EventDisplay.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile001200010005' | |
Guid='51042E65-3B47-4F91-AF5D-D513ACD7F1E6'> | |
<File | |
Id='BankingApplicationSimulatorFile001200010005' | |
Name='~BankingApplication.0012.0001.Simulator.Customer.StateDisplay.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0012.0001.Simulator.Customer.StateDisplay.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile001200020001' | |
Guid='E1F0CB0A-B2F2-4AED-B84B-586D483B8501'> | |
<File | |
Id='BankingApplicationSimulatorFile001200020001' | |
Name='~BankingApplication.0012.0002.Simulator.Account.EntityDisplay.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0012.0002.Simulator.Account.EntityDisplay.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile001200020002' | |
Guid='CBF83003-910D-495D-8C30-E12CE9794F49'> | |
<File | |
Id='BankingApplicationSimulatorFile001200020002' | |
Name='~BankingApplication.0012.0002.Simulator.Account.EventAcquireIdentifier.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0012.0002.Simulator.Account.EventAcquireIdentifier.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile001200020003' | |
Guid='93C660D9-D736-45EE-9F45-51CE5AC9E85E'> | |
<File | |
Id='BankingApplicationSimulatorFile001200020003' | |
Name='~BankingApplication.0012.0002.Simulator.Account.EventAcquireIdentity.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0012.0002.Simulator.Account.EventAcquireIdentity.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile001200020004' | |
Guid='CF0A0B83-A39C-42B1-AFA3-6C9CD20BA5E9'> | |
<File | |
Id='BankingApplicationSimulatorFile001200020004' | |
Name='~BankingApplication.0012.0002.Simulator.Account.EventDisplay.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0012.0002.Simulator.Account.EventDisplay.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile001200020005' | |
Guid='7A56FBEF-726A-4988-905C-749BD27D420F'> | |
<File | |
Id='BankingApplicationSimulatorFile001200020005' | |
Name='~BankingApplication.0012.0002.Simulator.Account.StateDisplay.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0012.0002.Simulator.Account.StateDisplay.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='BankingApplicationSimulatorFile001200030001' | |
Guid='F393370E-8A0E-482F-9194-2EEE03487A18'> | |
<File | |
Id='BankingApplicationSimulatorFile001200030001' | |
Name='~BankingApplication.0012.0003.Simulator.BankPolicy.EntityDisplay.c' | |
DiskId='1' | |
Source='Source\Generated\Banking_Application\~BankingApplication.0012.0003.Simulator.BankPolicy.EntityDisplay.c' | |
KeyPath='yes'/> | |
</Component> | |
</Directory> | |
<Directory | |
Id='GeneratedHelloWorldFolder' | |
Name='Hello_World'> | |
<Component | |
Id='HelloWorldFile00000000' | |
Guid='1F53CBE4-4B28-44A6-8A87-1110162F581B'> | |
<File | |
Id='HelloWorldFile00000000' | |
Name='~HelloWorld.0000.0000.Header.h' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0000.0000.Header.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile00000001' | |
Guid='0272FC41-0D5E-44B3-89B3-4D44670A4EDA'> | |
<File | |
Id='HelloWorldFile00000001' | |
Name='~HelloWorld.0000.0001.Standard.h' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0000.0001.Standard.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile00000002' | |
Guid='5C407783-EC94-420E-8279-C1F5C964D872'> | |
<File | |
Id='HelloWorldFile00000002' | |
Name='~HelloWorld.0000.0002.Defines.h' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0000.0002.Defines.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile00000003' | |
Guid='66C28794-EEDE-4E90-BDAF-5A12E2FC1901'> | |
<File | |
Id='HelloWorldFile00000003' | |
Name='~HelloWorld.0000.0003.TypeDefines.h' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0000.0003.TypeDefines.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile00000004' | |
Guid='0C750B4B-285A-41B3-8E8C-53FF00B81F80'> | |
<File | |
Id='HelloWorldFile00000004' | |
Name='~HelloWorld.0000.0004.EntityTypeDefines.h' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0000.0004.EntityTypeDefines.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile00000005' | |
Guid='689F7EB5-2518-4F22-BAFD-30D9925CC5EE'> | |
<File | |
Id='HelloWorldFile00000005' | |
Name='~HelloWorld.0000.0005.GlobalData.h' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0000.0005.GlobalData.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile00000006' | |
Guid='C97E50F0-7269-4FA7-866A-1F4F8793CC92'> | |
<File | |
Id='HelloWorldFile00000006' | |
Name='~HelloWorld.0000.0006.ErrorMessages.h' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0000.0006.ErrorMessages.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile00000007' | |
Guid='E7B6F0D8-0FEA-41C9-A77A-6583B0BABADA'> | |
<File | |
Id='HelloWorldFile00000007' | |
Name='~HelloWorld.0000.0007.Prototypes.h' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0000.0007.Prototypes.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile00010001' | |
Guid='A7BD6F8C-CEF7-465A-B0C4-B89F9F56A5DA'> | |
<File | |
Id='HelloWorldFile00010001' | |
Name='~HelloWorld.0001.0001.Library.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0001.0001.Library.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile00010002' | |
Guid='13F972C0-13A6-494B-B195-C7208A820FE3'> | |
<File | |
Id='HelloWorldFile00010002' | |
Name='~HelloWorld.0001.0002.ErrorHandler.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0001.0002.ErrorHandler.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile00010003' | |
Guid='F55F151C-82C9-413F-80E7-7F11621ADD2F'> | |
<File | |
Id='HelloWorldFile00010003' | |
Name='~HelloWorld.0001.0003.MainProgram.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0001.0003.MainProgram.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile00010004' | |
Guid='0638962F-E82A-4981-8299-CBAED9005EEB'> | |
<File | |
Id='HelloWorldFile00010004' | |
Name='~HelloWorld.0001.0004.Initialisation.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0001.0004.Initialisation.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile00010005' | |
Guid='1F734E0B-94DE-426F-8986-6368AA961EF7'> | |
<File | |
Id='HelloWorldFile00010005' | |
Name='~HelloWorld.0001.0005.Scheduler.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0001.0005.Scheduler.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile00010006' | |
Guid='FFD61738-20C9-48FC-80CE-C574A1B9387A'> | |
<File | |
Id='HelloWorldFile00010006' | |
Name='~HelloWorld.0001.0006.LiteralStrings.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0001.0006.LiteralStrings.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile00010007' | |
Guid='353A176D-E9AA-411B-B3EC-5D4E7D34D4ED'> | |
<File | |
Id='HelloWorldFile00010007' | |
Name='~HelloWorld.0001.0007.Enumerations.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0001.0007.Enumerations.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile00020001' | |
Guid='1F4DC710-6E32-46BF-BB05-D8995D628464'> | |
<File | |
Id='HelloWorldFile00020001' | |
Name='~HelloWorld.0002.0001.Initialisation.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0002.0001.Initialisation.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile00020002' | |
Guid='D0E9A64F-976D-4370-A74E-997C2202E326'> | |
<File | |
Id='HelloWorldFile00020002' | |
Name='~HelloWorld.0002.0002.Scheduler.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0002.0002.Scheduler.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile00020003' | |
Guid='C86C9328-E1A6-4F45-AC7A-756CDFFB9B58'> | |
<File | |
Id='HelloWorldFile00020003' | |
Name='~HelloWorld.0002.0003.SchedulerInitialisation.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0002.0003.SchedulerInitialisation.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile00020004' | |
Guid='FAEAF8A5-E064-4878-943F-0383CE1BDDE2'> | |
<File | |
Id='HelloWorldFile00020004' | |
Name='~HelloWorld.0002.0004.ProcessIncludes.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0002.0004.ProcessIncludes.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile000300010001' | |
Guid='E4376E5D-1204-4DFD-898A-26102C8017A5'> | |
<File | |
Id='HelloWorldFile000300010001' | |
Name='~HelloWorld.0003.0001.Greeting.DataAccess.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0003.0001.Greeting.DataAccess.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile000300010002' | |
Guid='FAD97BA5-BB3D-4499-AEBD-97B2650F8298'> | |
<File | |
Id='HelloWorldFile000300010002' | |
Name='~HelloWorld.0003.0001.Greeting.Dispatcher.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0003.0001.Greeting.Dispatcher.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile000300010003' | |
Guid='6CA686A2-BECF-4231-9F91-B961D10BE239'> | |
<File | |
Id='HelloWorldFile000300010003' | |
Name='~HelloWorld.0003.0001.Greeting.EventSenders.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0003.0001.Greeting.EventSenders.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile000300010004' | |
Guid='1710F883-DE67-46B3-A1DC-3161A2FB561E'> | |
<File | |
Id='HelloWorldFile000300010004' | |
Name='~HelloWorld.0003.0001.Greeting.Identifiers.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0003.0001.Greeting.Identifiers.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile000300010005' | |
Guid='F834D2EF-1732-46CE-B66B-573F7D57C3EF'> | |
<File | |
Id='HelloWorldFile000300010005' | |
Name='~HelloWorld.0003.0001.Greeting.ProcessIncludes.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0003.0001.Greeting.ProcessIncludes.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldFile000300010006' | |
Guid='B314FFBE-1427-4B2A-95B6-082ED6880790'> | |
<File | |
Id='HelloWorldFile000300010006' | |
Name='~HelloWorld.0003.0001.Greeting.StateActions.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0003.0001.Greeting.StateActions.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldSimulatorFile00100001' | |
Guid='ED907DAE-9D50-4D6D-8BD2-C50A5054D808'> | |
<File | |
Id='HelloWorldSimulatorFile00100001' | |
Name='~HelloWorld.0010.0001.Simulator.Defines.h' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0010.0001.Simulator.Defines.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldSimulatorFile00100002' | |
Guid='BB7896B4-F5FB-452E-BB1B-FA2282F05D41'> | |
<File | |
Id='HelloWorldSimulatorFile00100002' | |
Name='~HelloWorld.0010.0002.Simulator.TypeDefines.h' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0010.0002.Simulator.TypeDefines.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldSimulatorFile00100003' | |
Guid='69C3B377-17E3-4085-8779-6D7A76D61055'> | |
<File | |
Id='HelloWorldSimulatorFile00100003' | |
Name='~HelloWorld.0010.0003.Simulator.EntityTypeDefines.h' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0010.0003.Simulator.EntityTypeDefines.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldSimulatorFile00100004' | |
Guid='306D5EC2-EE30-44AC-94EE-54976512C19B'> | |
<File | |
Id='HelloWorldFile00100004' | |
Name='~HelloWorld.0010.0004.Simulator.GlobalData.h' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0010.0004.Simulator.GlobalData.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldSimulatorFile00100005' | |
Guid='2D976DAA-4E8D-4A57-A7C5-36D684BB0049'> | |
<File | |
Id='HelloWorldSimulatorFile00100005' | |
Name='~HelloWorld.0010.0005.Simulator.ErrorMessages.h' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0010.0005.Simulator.ErrorMessages.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldSimulatorFile00100006' | |
Guid='B27C76A0-4703-48BF-92E3-83F3DA352F01'> | |
<File | |
Id='HelloWorldSimulatorFile00100006' | |
Name='~HelloWorld.0010.0006.Simulator.PrototypeInternals.h' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0010.0006.Simulator.PrototypeInternals.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldSimulatorFile00100007' | |
Guid='56A30049-C6D4-4592-8082-9AE51304E224'> | |
<File | |
Id='HelloWorldSimulatorFile00100007' | |
Name='~HelloWorld.0010.0007.Simulator.PrototypeImports.h' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0010.0007.Simulator.PrototypeImports.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldSimulatorFile00100008' | |
Guid='1F9E0BE2-75B8-4A1C-B472-6170F35FBD72'> | |
<File | |
Id='HelloWorldSimulatorFile00100008' | |
Name='~HelloWorld.0010.0008.Simulator.PrototypeExports.h' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0010.0008.Simulator.PrototypeExports.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldSimulatorFile00110001' | |
Guid='7B33649C-E880-4132-B3A8-0E430BE68F8C'> | |
<File | |
Id='HelloWorldSimulatorFile00110001' | |
Name='~HelloWorld.0011.0001.Simulator.Configuration.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0011.0001.Simulator.Configuration.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldSimulatorFile00110002' | |
Guid='621526DD-331C-409E-AF82-3A21B0878BAF'> | |
<File | |
Id='HelloWorldSimulatorFile00110002' | |
Name='~HelloWorld.0011.0002.Simulator.LiteralStrings.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0011.0002.Simulator.LiteralStrings.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldSimulatorFile00110003' | |
Guid='5130C444-C427-465F-AECA-6CB2DC56508D'> | |
<File | |
Id='HelloWorldSimulatorFile00110003' | |
Name='~HelloWorld.0011.0003.Simulator.Stimulate.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0011.0003.Simulator.Stimulate.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldSimulatorFile001200010001' | |
Guid='63E887C5-F9CD-4A3E-8668-3117D5A56948'> | |
<File | |
Id='HelloWorldSimulatorFile001200010001' | |
Name='~HelloWorld.0012.0001.Simulator.Greeting.EntityDisplay.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0012.0001.Simulator.Greeting.EntityDisplay.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldSimulatorFile001200010002' | |
Guid='FD2DB00E-3299-43D6-AAF4-384F5DB6FDDD'> | |
<File | |
Id='HelloWorldSimulatorFile001200010002' | |
Name='~HelloWorld.0012.0001.Simulator.Greeting.EventAcquireIdentifier.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0012.0001.Simulator.Greeting.EventAcquireIdentifier.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldSimulatorFile001200010003' | |
Guid='30C1057E-F01D-4402-8C98-CB33547AB3D9'> | |
<File | |
Id='HelloWorldSimulatorFile001200010003' | |
Name='~HelloWorld.0012.0001.Simulator.Greeting.EventAcquireIdentity.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0012.0001.Simulator.Greeting.EventAcquireIdentity.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldSimulatorFile001200010004' | |
Guid='25C08120-3A08-427E-9116-53CD3F15454F'> | |
<File | |
Id='HelloWorldSimulatorFile001200010004' | |
Name='~HelloWorld.0012.0001.Simulator.Greeting.EventDisplay.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0012.0001.Simulator.Greeting.EventDisplay.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='HelloWorldSimulatorFile001200010005' | |
Guid='C6E4FDD8-6F1D-4E37-A0E4-0C657EC2AD12'> | |
<File | |
Id='HelloWorldSimulatorFile001200010005' | |
Name='~HelloWorld.0012.0001.Simulator.Greeting.StateDisplay.c' | |
DiskId='1' | |
Source='Source\Generated\Hello_World\~HelloWorld.0012.0001.Simulator.Greeting.StateDisplay.c' | |
KeyPath='yes'/> | |
</Component> | |
</Directory> | |
<Directory | |
Id='GeneratedPassengerElevatorFolder' | |
Name='Passenger_Elevator'> | |
<Component | |
Id='PassengerElevatorFile00000000' | |
Guid='7715E61D-33B0-493F-A08C-50EA4A1EF27D'> | |
<File | |
Id='PassengerElevatorFile00000000' | |
Name='~PassengerElevator.0000.0000.Header.h' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0000.0000.Header.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile00000001' | |
Guid='57F1A6B2-64C2-44CC-A752-EDE48C103014'> | |
<File | |
Id='PassengerElevatorFile00000001' | |
Name='~PassengerElevator.0000.0001.Standard.h' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0000.0001.Standard.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile00000002' | |
Guid='D00DA43F-D75C-4E4D-A17F-2210891DAC9C'> | |
<File | |
Id='PassengerElevatorFile00000002' | |
Name='~PassengerElevator.0000.0002.Defines.h' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0000.0002.Defines.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile00000003' | |
Guid='2AAA383D-2361-40E7-BFFA-49687A9DE78C'> | |
<File | |
Id='PassengerElevatorFile00000003' | |
Name='~PassengerElevator.0000.0003.TypeDefines.h' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0000.0003.TypeDefines.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile00000004' | |
Guid='25188ADC-2750-436D-AE45-601DB7C86A35'> | |
<File | |
Id='PassengerElevatorFile00000004' | |
Name='~PassengerElevator.0000.0004.EntityTypeDefines.h' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0000.0004.EntityTypeDefines.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile00000005' | |
Guid='44B4C667-253D-4524-9A79-B05E13190F60'> | |
<File | |
Id='PassengerElevatorFile00000005' | |
Name='~PassengerElevator.0000.0005.GlobalData.h' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0000.0005.GlobalData.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile00000006' | |
Guid='191D923E-659D-4491-BD37-6D3DDA588AED'> | |
<File | |
Id='PassengerElevatorFile00000006' | |
Name='~PassengerElevator.0000.0006.ErrorMessages.h' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0000.0006.ErrorMessages.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile00000007' | |
Guid='240E0437-EADC-4220-868A-7BB68674F974'> | |
<File | |
Id='PassengerElevatorFile00000007' | |
Name='~PassengerElevator.0000.0007.Prototypes.h' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0000.0007.Prototypes.h' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile00010001' | |
Guid='06D9E9EC-62F0-4E0C-AFB2-76C41F0952B0'> | |
<File | |
Id='PassengerElevatorFile00010001' | |
Name='~PassengerElevator.0001.0001.Library.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0001.0001.Library.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile00010002' | |
Guid='75FC896C-73BA-48FD-8159-1570C31622D2'> | |
<File | |
Id='PassengerElevatorFile00010002' | |
Name='~PassengerElevator.0001.0002.ErrorHandler.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0001.0002.ErrorHandler.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile00010003' | |
Guid='88D3681A-9803-46E8-BC59-0668FA359EC8'> | |
<File | |
Id='PassengerElevatorFile00010003' | |
Name='~PassengerElevator.0001.0003.MainProgram.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0001.0003.MainProgram.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile00010004' | |
Guid='A50E7C94-F1FA-4AB2-944C-5333B1FB9D47'> | |
<File | |
Id='PassengerElevatorFile00010004' | |
Name='~PassengerElevator.0001.0004.Initialisation.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0001.0004.Initialisation.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile00010005' | |
Guid='7FF68F64-FE81-4F51-89EA-D549D37EED47'> | |
<File | |
Id='PassengerElevatorFile00010005' | |
Name='~PassengerElevator.0001.0005.Scheduler.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0001.0005.Scheduler.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile00010006' | |
Guid='DD2ECDC0-994B-4479-B2C0-22D41E6F4EF3'> | |
<File | |
Id='PassengerElevatorFile00010006' | |
Name='~PassengerElevator.0001.0006.LiteralStrings.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0001.0006.LiteralStrings.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile00010007' | |
Guid='FE399FB8-4E93-40AB-B8CC-DA51395CC995'> | |
<File | |
Id='PassengerElevatorFile00010007' | |
Name='~PassengerElevator.0001.0007.Enumerations.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0001.0007.Enumerations.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile00020001' | |
Guid='A8EC37F8-2FF3-4586-B214-225958A47D4A'> | |
<File | |
Id='PassengerElevatorFile00020001' | |
Name='~PassengerElevator.0002.0001.Initialisation.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0002.0001.Initialisation.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile00020002' | |
Guid='31C1BCAF-08E1-41FC-B4AE-D1009A06D0BD'> | |
<File | |
Id='PassengerElevatorFile00020002' | |
Name='~PassengerElevator.0002.0002.Scheduler.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0002.0002.Scheduler.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile00020003' | |
Guid='4732094E-1312-4ABD-B36F-F13DAA04C53F'> | |
<File | |
Id='PassengerElevatorFile00020003' | |
Name='~PassengerElevator.0002.0003.SchedulerInitialisation.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0002.0003.SchedulerInitialisation.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile00020004' | |
Guid='D1EBC923-896A-4557-B8A8-B7EA21B864C9'> | |
<File | |
Id='PassengerElevatorFile00020004' | |
Name='~PassengerElevator.0002.0004.ProcessIncludes.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0002.0004.ProcessIncludes.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300010001' | |
Guid='8D7E50E0-3E1D-434C-BAE5-BBFCA72C607C'> | |
<File | |
Id='PassengerElevatorFile000300010001' | |
Name='~PassengerElevator.0003.0001.Floor.DataAccess.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0001.Floor.DataAccess.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300010002' | |
Guid='61072FDB-4CC9-47C8-81E5-2B07A4C35CEE'> | |
<File | |
Id='PassengerElevatorFile000300010002' | |
Name='~PassengerElevator.0003.0001.Floor.Dispatcher.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0001.Floor.Dispatcher.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300010003' | |
Guid='B185C88A-E8C5-49EB-92C4-A74A6486784B'> | |
<File | |
Id='PassengerElevatorFile000300010003' | |
Name='~PassengerElevator.0003.0001.Floor.EventSenders.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0001.Floor.EventSenders.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300010004' | |
Guid='2AE78D2F-4012-4E7B-A2B2-E6C5C6B2EFE9'> | |
<File | |
Id='PassengerElevatorFile000300010004' | |
Name='~PassengerElevator.0003.0001.Floor.Identifiers.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0001.Floor.Identifiers.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300010005' | |
Guid='7986B24D-9F89-4E86-A56F-E91C8D651F35'> | |
<File | |
Id='PassengerElevatorFile000300010005' | |
Name='~PassengerElevator.0003.0001.Floor.ProcessIncludes.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0001.Floor.ProcessIncludes.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300010006' | |
Guid='04DA510D-E9CB-41D5-BD4D-9B4435D2888B'> | |
<File | |
Id='PassengerElevatorFile000300010006' | |
Name='~PassengerElevator.0003.0001.Floor.StateActions.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0001.Floor.StateActions.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300020001' | |
Guid='2C50A6F1-B113-4FF1-B8FA-F58590EB4537'> | |
<File | |
Id='PassengerElevatorFile000300020001' | |
Name='~PassengerElevator.0003.0002.Door.DataAccess.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0002.Door.DataAccess.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300020002' | |
Guid='8B168332-072B-4B45-847A-A033455622F3'> | |
<File | |
Id='PassengerElevatorFile000300020002' | |
Name='~PassengerElevator.0003.0002.Door.Dispatcher.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0002.Door.Dispatcher.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300020003' | |
Guid='D56A37D6-E193-4FC7-8FD7-5827122FEC12'> | |
<File | |
Id='PassengerElevatorFile000300020003' | |
Name='~PassengerElevator.0003.0002.Door.EventSenders.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0002.Door.EventSenders.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300020004' | |
Guid='4CBA0540-6B4A-44C9-BC8A-3ECA75A7B874'> | |
<File | |
Id='PassengerElevatorFile000300020004' | |
Name='~PassengerElevator.0003.0002.Door.Identifiers.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0002.Door.Identifiers.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300020005' | |
Guid='B6EDEA90-EF16-4A8B-88A6-CB8F9B0241FE'> | |
<File | |
Id='PassengerElevatorFile000300020005' | |
Name='~PassengerElevator.0003.0002.Door.ProcessIncludes.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0002.Door.ProcessIncludes.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300020006' | |
Guid='B0AEE613-611C-4650-A7DC-EBBBB03C481B'> | |
<File | |
Id='PassengerElevatorFile000300020006' | |
Name='~PassengerElevator.0003.0002.Door.StateActions.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0002.Door.StateActions.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300030001' | |
Guid='A9037C6D-18AF-4130-9D67-D65C344407BE'> | |
<File | |
Id='PassengerElevatorFile000300030001' | |
Name='~PassengerElevator.0003.0003.CarService.DataAccess.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0003.CarService.DataAccess.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300030002' | |
Guid='4EBAADDA-4B02-4209-B281-720F39DCA8F6'> | |
<File | |
Id='PassengerElevatorFile000300030002' | |
Name='~PassengerElevator.0003.0003.CarService.Identifiers.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0003.CarService.Identifiers.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300040001' | |
Guid='D81C5FD0-951F-42EE-93FF-9AD582EF1D22'> | |
<File | |
Id='PassengerElevatorFile000300040001' | |
Name='~PassengerElevator.0003.0004.CarStop.DataAccess.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0004.CarStop.DataAccess.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300040002' | |
Guid='053293A4-2DED-4530-A049-8B66D49E5E51'> | |
<File | |
Id='PassengerElevatorFile000300040002' | |
Name='~PassengerElevator.0003.0004.CarStop.Dispatcher.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0004.CarStop.Dispatcher.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300040003' | |
Guid='BA84A514-54D1-47BC-A3E9-619B59D0CE45'> | |
<File | |
Id='PassengerElevatorFile000300040003' | |
Name='~PassengerElevator.0003.0004.CarStop.EventSenders.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0004.CarStop.EventSenders.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300040004' | |
Guid='49D37A94-561D-4F16-91EF-3B92F287D84D'> | |
<File | |
Id='PassengerElevatorFile000300040004' | |
Name='~PassengerElevator.0003.0004.CarStop.Identifiers.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0004.CarStop.Identifiers.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300040005' | |
Guid='80EDC70D-77C4-407E-84BC-A055EA1D59BD'> | |
<File | |
Id='PassengerElevatorFile000300040005' | |
Name='~PassengerElevator.0003.0004.CarStop.ProcessIncludes.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0004.CarStop.ProcessIncludes.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300040006' | |
Guid='AFF480B7-0E64-49BF-9EF0-B63C09430327'> | |
<File | |
Id='PassengerElevatorFile000300040006' | |
Name='~PassengerElevator.0003.0004.CarStop.StateActions.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0004.CarStop.StateActions.c' | |
KeyPath='yes'/> | |
</Component> | |
<Component | |
Id='PassengerElevatorFile000300050001' | |
Guid='2E832339-CEA6-42F1-9CBE-B2FCED5C9D38'> | |
<File | |
Id='PassengerElevatorFile000300050001' | |
Name='~PassengerElevator.0003.0005.ServiceAssigner.DataAccess.c' | |
DiskId='1' | |
Source='Source\Generated\Passenger_Elevator\~PassengerElevator.0003.0005.ServiceAssigner.DataAcc |