diff --git a/.gitignore b/.gitignore
index 1360ef04..d8a320e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,27 +31,8 @@
/ide_plugins/vs/vs2012/CoatiPlugin/CoatiPlugin/bin
/ide_plugins/vs/vs2012/CoatiPlugin/CoatiPlugin/obj
-.clang_complete
-
*.coatidb
-
-/deployment/windows/CoatiSetup/CoatiSetup/Debug
-/deployment/windows/CoatiSetup/CoatiSetup/Release
-
-/deployment/windows/CoatiSetup/CoatiSetup.v12.suo
-
-/deployment/windows/CoatiSetup/SetupApplicationSettingsLib/bin/
-/deployment/windows/CoatiSetup/SetupApplicationSettingsLib/obj/
-
-/deployment/windows/CoatiSetup/SetupCreateDesktopShortcutLib/bin/
-/deployment/windows/CoatiSetup/SetupCreateDesktopShortcutLib/obj/
-
-/deployment/windows/CoatiSetup/SetupCreateStartMenuShortcutLib/bin/
-/deployment/windows/CoatiSetup/SetupCreateStartMenuShortcutLib/obj/
-
-/deployment/windows/CoatiSetup/SetupRemoveCacheFiles/bin/
-/deployment/windows/CoatiSetup/SetupRemoveCacheFiles/obj/
-
+*.suo
*.sqlite
*.pch
*.swp
@@ -60,3 +41,26 @@
.ycm_extra_conf.py
.ycm_extra_conf.pyc
compile_commands.json
+
+/deployment/windows/CoatiAppSetup/CoatiSetup/Debug
+/deployment/windows/CoatiAppSetup/CoatiSetup/Release
+/deployment/windows/CoatiAppSetup/SetupApplicationSettingsLib/bin/
+/deployment/windows/CoatiAppSetup/SetupApplicationSettingsLib/obj/
+/deployment/windows/CoatiAppSetup/SetupCreateDesktopShortcutLib/bin/
+/deployment/windows/CoatiAppSetup/SetupCreateDesktopShortcutLib/obj/
+/deployment/windows/CoatiAppSetup/SetupCreateStartMenuShortcutLib/bin/
+/deployment/windows/CoatiAppSetup/SetupCreateStartMenuShortcutLib/obj/
+/deployment/windows/CoatiAppSetup/SetupRemoveCacheFiles/bin/
+/deployment/windows/CoatiAppSetup/SetupRemoveCacheFiles/obj/
+
+/deployment/windows/CoatiTrialSetup/CoatiSetup/Debug
+/deployment/windows/CoatiTrialSetup/CoatiSetup/Release
+/deployment/windows/CoatiTrialSetup/SetupApplicationSettingsLib/bin/
+/deployment/windows/CoatiTrialSetup/SetupApplicationSettingsLib/obj/
+/deployment/windows/CoatiTrialSetup/SetupCreateDesktopShortcutLib/bin/
+/deployment/windows/CoatiTrialSetup/SetupCreateDesktopShortcutLib/obj/
+/deployment/windows/CoatiTrialSetup/SetupCreateStartMenuShortcutLib/bin/
+/deployment/windows/CoatiTrialSetup/SetupCreateStartMenuShortcutLib/obj/
+/deployment/windows/CoatiTrialSetup/SetupRemoveCacheFiles/bin/
+/deployment/windows/CoatiTrialSetup/SetupRemoveCacheFiles/obj/
+
diff --git a/bin/app/data/install/uninstall.bat b/bin/app/data/install/uninstall_app.bat
similarity index 100%
rename from bin/app/data/install/uninstall.bat
rename to bin/app/data/install/uninstall_app.bat
diff --git a/bin/app/data/install/uninstall_trail.bat b/bin/app/data/install/uninstall_trail.bat
new file mode 100644
index 00000000..64a14873
--- /dev/null
+++ b/bin/app/data/install/uninstall_trail.bat
@@ -0,0 +1 @@
+%windir%\system32\msiexec.exe /I{5DF07CC0-F774-4C4F-9397-0A749A22AB03}
\ No newline at end of file
diff --git a/bin/app/user/window_settings_for_package.ini b/bin/app/user/window_settings_for_package.ini
new file mode 100644
index 00000000..60a95e62
--- /dev/null
+++ b/bin/app/user/window_settings_for_package.ini
@@ -0,0 +1,8 @@
+[General]
+DOCK_LOCATIONS=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x1\0\0\0\x2\0\0\a\x80\0\0\x3\xcf\xfc\x1\0\0\0\x2\xfc\0\0\0\0\0\0\x3\xb0\0\0\x1$\0\xff\xff\xff\xfc\x2\0\0\0\x2\xfb\0\0\0\x14\0\x44\0o\0\x63\0k\0S\0\x65\0\x61\0r\0\x63\0h\x1\0\0\0\x14\0\0\0X\0\0\0\x44\0\xff\xff\xff\xfb\0\0\0\x12\0\x44\0o\0\x63\0k\0G\0r\0\x61\0p\0h\x1\0\0\0p\0\0\x3s\0\0\0]\0\xff\xff\xff\xfb\0\0\0\x10\0\x44\0o\0\x63\0k\0\x43\0o\0\x64\0\x65\x1\0\0\x3\xb4\0\0\x3\xcc\0\0\0P\0\xff\xff\xff\0\0\a\x80\0\0\0\0\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)
+
+[MainWindow]
+maximized=true
+size=@Size(1287 811)
+position=@Point(259 117)
+showTitleBars=true
diff --git a/deployment/windows/CoatiSetup/CoatiSetup.sln b/deployment/windows/CoatiAppSetup/CoatiAppSetup.sln
similarity index 100%
rename from deployment/windows/CoatiSetup/CoatiSetup.sln
rename to deployment/windows/CoatiAppSetup/CoatiAppSetup.sln
diff --git a/deployment/windows/CoatiSetup/CoatiSetup/CoatiSetup.vdproj b/deployment/windows/CoatiAppSetup/CoatiSetup/CoatiSetup.vdproj
similarity index 85%
rename from deployment/windows/CoatiSetup/CoatiSetup/CoatiSetup.vdproj
rename to deployment/windows/CoatiAppSetup/CoatiSetup/CoatiSetup.vdproj
index 87790ccd..e4f28c99 100644
--- a/deployment/windows/CoatiSetup/CoatiSetup/CoatiSetup.vdproj
+++ b/deployment/windows/CoatiAppSetup/CoatiSetup/CoatiSetup.vdproj
@@ -13,6 +13,18 @@
"SccProvider" = "8:"
"Hierarchy"
{
+ "Entry"
+ {
+ "MsmKey" = "8:_009172D9B6C8445D94B50AD1CF326EB6"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_010B148CBA9C47F497E7227073925F53"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
"Entry"
{
"MsmKey" = "8:_01487FD38EEB410DA06E0F9CA29C5653"
@@ -21,13 +33,25 @@
}
"Entry"
{
+ "MsmKey" = "8:_01F276A2139C4A2FB5639D9C6224348E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_022DD44681F841FFB989FD6CCEAC277B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
"MsmKey" = "8:_037CA5C54AC54097A60194F7BF278651"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_096D033F5DF740A6B6B190652E5276AF"
+ "MsmKey" = "8:_0716215F49A34B19996FA5567EF50B41"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -45,13 +69,13 @@
}
"Entry"
{
- "MsmKey" = "8:_0EEC4958AD754D1981367033D8B4DB4F"
+ "MsmKey" = "8:_10D6C3C3D8C345C191867BE077A64314"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_112AD8C6425145FF8C6B009F3CDEF27B"
+ "MsmKey" = "8:_1715B0A39C0F48C2BD616BB5EE278EA1"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -63,25 +87,25 @@
}
"Entry"
{
- "MsmKey" = "8:_183EAF14F0174692B2D0A981913A1CB3"
- "OwnerKey" = "8:_UNDEFINED"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
"MsmKey" = "8:_18FBF37A2B424E98B7109BF8ADFD5408"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_1972F3FFB19343B1A4EDD00EE18C49BD"
+ "MsmKey" = "8:_1B9BFE4FF7844A709077984526432665"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_1EAAF73418F4424688410CAA768821B4"
+ "MsmKey" = "8:_1D695F7C4DE2429086271A1C93BFEBDF"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_20111EBBFD2C4A28960ACB36B2D98D66"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -99,19 +123,19 @@
}
"Entry"
{
- "MsmKey" = "8:_26654D2AC1834A0F826EB841DB7BEED5"
+ "MsmKey" = "8:_276D0B49D53A4358ADDF7CB771985B9A"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_28086CA70D674899ACA9458F842AD8BA"
+ "MsmKey" = "8:_28379C33741C405CBD6FA836C5E1BE56"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_290E1982CE534BEE9A7F878E3BD08095"
+ "MsmKey" = "8:_2AF0417D24FD4C69A9D1F68F6001222B"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -129,19 +153,19 @@
}
"Entry"
{
- "MsmKey" = "8:_2EDB3DD9CD244ABC80A686F58DFB02C9"
- "OwnerKey" = "8:_UNDEFINED"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
"MsmKey" = "8:_30942A550DC5439589B0FF722128BB64"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_321D6469331341CC94DB61F825F7C38D"
+ "MsmKey" = "8:_31E8F761927044E2B21D3E6F2CE14FB7"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_344F1271147B4CC78892F9AAC1BF6D92"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -153,19 +177,13 @@
}
"Entry"
{
- "MsmKey" = "8:_357C43F6138D4C2D89C5305E7A239970"
+ "MsmKey" = "8:_34C38D01DCF34AC0A1A5B7A2793D2914"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_36444DD669CB429BAC655FCD009253CF"
- "OwnerKey" = "8:_UNDEFINED"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_37BA6E64B7FD47FB954849E62EBC1136"
+ "MsmKey" = "8:_36420F99C9CC4B7BA238175503703CEA"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -177,13 +195,7 @@
}
"Entry"
{
- "MsmKey" = "8:_3BBDED2875CD458A87214C0E16E0125B"
- "OwnerKey" = "8:_UNDEFINED"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_3C809C3C204645B89EBFC13B6C3111E7"
+ "MsmKey" = "8:_392BD98F61CB4859B016DA46672067D5"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -195,19 +207,7 @@
}
"Entry"
{
- "MsmKey" = "8:_40C474B800924E619AA58245B79B77CC"
- "OwnerKey" = "8:_UNDEFINED"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_433F9C5BB1D347529A51EB56A8510AA1"
- "OwnerKey" = "8:_UNDEFINED"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_43A3EE9D7DFA45D4B599F15321E29811"
+ "MsmKey" = "8:_4219AE9E34EA49A8A35920B73F389D42"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -219,19 +219,25 @@
}
"Entry"
{
- "MsmKey" = "8:_44F5449B17A9497192D1EBA1516DBDF7"
+ "MsmKey" = "8:_4443DA4A5072457AB7306BBEB2E018ED"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_46B20265EDCD42A2AFA34B0AB597C6AA"
+ "MsmKey" = "8:_44855567C97843A48AE643BC6CAB6246"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_47E54D5E0B0941669978663933620980"
+ "MsmKey" = "8:_44B5425A0DDE43E8AD6FAC14EECFA6C7"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_45DC2D5A95BC444F9810EADE9598735A"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -243,13 +249,31 @@
}
"Entry"
{
+ "MsmKey" = "8:_4BA9B8EC950041EABC7DABA566CA0914"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
"MsmKey" = "8:_4BDEC7E5FB8B4BE8A303082523C30DE4"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_555B5450A99E4439956DCFD12930DFBF"
+ "MsmKey" = "8:_4C4DB70F410F4850AE14582A73F8F036"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_501BAFC837204D739A318CE0CA7ABEE4"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_53B2F3E0711045C8929B4A3295B0E07D"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -261,6 +285,18 @@
}
"Entry"
{
+ "MsmKey" = "8:_562E4C4D37414C7EB2A2209E29184A9A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_568B8665216143A4A6960BC78B46E50B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
"MsmKey" = "8:_5789409592134E888A27F1B86B9E4232"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
@@ -273,31 +309,13 @@
}
"Entry"
{
- "MsmKey" = "8:_5A31E9E2F2854B85B435CABB6A968997"
+ "MsmKey" = "8:_591F0543DC33445C8C42D9C8F8EC17D3"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_5B6DABA81032463D89300E5639D47995"
- "OwnerKey" = "8:_UNDEFINED"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_5FD96E7434574CEFB7F18E58A0475A51"
- "OwnerKey" = "8:_UNDEFINED"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_615FC671FBE74167B8DE58FAEAE50997"
- "OwnerKey" = "8:_UNDEFINED"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_6168F7D1F9F3431C8AFE04E5532B6B2F"
+ "MsmKey" = "8:_5EA20DF125F9498C84D4782AF5E90335"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -309,31 +327,43 @@
}
"Entry"
{
+ "MsmKey" = "8:_6258BCB5A5F64095869B035F394EAC76"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
"MsmKey" = "8:_63D19AE29AD14EF88F5483C735B2DF2D"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_6A0708F3244C4AF6944941E76871C817"
+ "MsmKey" = "8:_671A5FE77DFA47EBB2E948CC18FD95DB"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_6C13C3D7D4344DFC9793B18AE5AF3212"
+ "MsmKey" = "8:_69FEE7C4FA9442A2BD468537BD9B3C8E"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_6E650850659A442CBDF2D6AA7B6024F5"
+ "MsmKey" = "8:_6A87673101CC475AAECE152145306CAF"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_722CC3CF0CA94ED0B60B14E33FC3CDD4"
+ "MsmKey" = "8:_6FF9FC52FAF64ACDB8BB0D5C05DB6824"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_725942C8DDB44236A5A404DB4BFC0EE4"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -351,25 +381,31 @@
}
"Entry"
{
- "MsmKey" = "8:_7362011D480A4EB4B2B02B9C8B61745C"
- "OwnerKey" = "8:_UNDEFINED"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
"MsmKey" = "8:_73B13876A9444C14A89921C95EABEC35"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_7479C5FBBCFE42EDA0B21D03FBE38760"
+ "MsmKey" = "8:_7675DE365CFA4046BACF2CDE793A8267"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_75DEFB04EB20414488CA26910F7B814D"
+ "MsmKey" = "8:_7AE9A7EE09964FB78D8B4AA404ACBDD3"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7B8EAC7B22E3449A9537455EDBAA5A04"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_808AE4275F244FF4BF5082CFC90400C2"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -387,7 +423,13 @@
}
"Entry"
{
- "MsmKey" = "8:_8B82E21ADF294AC19C6DF08699CF5CE4"
+ "MsmKey" = "8:_88A4C0C5E609416B81C8B6839257D05F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8A9919F0647547E7BFECDA6EC3651313"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -399,13 +441,19 @@
}
"Entry"
{
- "MsmKey" = "8:_927AA2450359400398EC6015571C4680"
+ "MsmKey" = "8:_917E92B16F744E96A4AFCA4E8AC2C517"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_939A8FF0363A4D47B4A7C00CA5174D57"
+ "MsmKey" = "8:_923BC9E3997B4D2FB1158E9841DAC0FE"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_927AA2450359400398EC6015571C4680"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -423,13 +471,7 @@
}
"Entry"
{
- "MsmKey" = "8:_96A5B8E970794CD6AFC5E6083FFDA726"
- "OwnerKey" = "8:_UNDEFINED"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_99D9D3AEB2B146C1A349CBB62E3DD589"
+ "MsmKey" = "8:_98B0B883EE3348929CBBD3664862046B"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -441,25 +483,13 @@
}
"Entry"
{
- "MsmKey" = "8:_9DC381E46F344003936CF42B0B724D2D"
+ "MsmKey" = "8:_A01140D74E0F49E9872D2F182CC29C20"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_A2CEB01FCC1B437F9D1F50FB9732BB99"
- "OwnerKey" = "8:_UNDEFINED"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_A41353B023F64B9E83B4D76262A30FB2"
- "OwnerKey" = "8:_UNDEFINED"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_A4CC52A009F0456AA339C354E62EAD6B"
+ "MsmKey" = "8:_A247B3AFC6E34A65A4320F079652396B"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -471,43 +501,49 @@
}
"Entry"
{
+ "MsmKey" = "8:_A51A1BE9EB25456B93B0F789FBE5CD37"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
"MsmKey" = "8:_A66E166B06CE4949B037BA2DDEAA3152"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_AE34A4547149422C8C51B06E714F8AC7"
+ "MsmKey" = "8:_A93ED93646FF4383AE0A662359FDA343"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_AEDCE4DC46BF4531950D072CD85A16FC"
+ "MsmKey" = "8:_A9EA2EF897C9465E9893856746A4C107"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_AEFF8457E6B0413DA72157D4EC3D3A75"
+ "MsmKey" = "8:_AB7D7FF80A6C47CCA15DCD8DDA0228D0"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_B25A8510C0294254915C16BA2379CAD4"
+ "MsmKey" = "8:_AF949402E267492F89D9E51929ED8050"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_B27A27CF89184464AA75136E80B09BA2"
+ "MsmKey" = "8:_B07AB8CFD8944BFB97C3AAD0F04FBBFC"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_B2DD60E81AB44C34B721A8504CA87D2C"
+ "MsmKey" = "8:_B210763D34474243AFE73FE00C3FB606"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -519,7 +555,7 @@
}
"Entry"
{
- "MsmKey" = "8:_BA63BFA00BB2453AB1AAA53E5DCA9967"
+ "MsmKey" = "8:_B7C17B17E4FE4860824123FE785AAA4D"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -549,13 +585,25 @@
}
"Entry"
{
+ "MsmKey" = "8:_C1676FFFBA1740988E10BA8FFEC2FC21"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
"MsmKey" = "8:_C16E8A2CCAC741908C60E95C5D0E4866"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
- "MsmKey" = "8:_C42D4521363C427B9C38566098CBB563"
+ "MsmKey" = "8:_C3268BA9F2934E9592E7ED684C56B7A1"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C6EDFE41F1A944658C4684999CB92AC6"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -567,7 +615,13 @@
}
"Entry"
{
- "MsmKey" = "8:_CABEFC3263394106B5E96F489B7E8D85"
+ "MsmKey" = "8:_CEC5B9A68AC84CBCAE248C80FE14B372"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_CEFD60F0F2AE4EA7A6A1A29E32D4F752"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -579,12 +633,6 @@
}
"Entry"
{
- "MsmKey" = "8:_D12EE39A335A4C23850711B607EC9C62"
- "OwnerKey" = "8:_UNDEFINED"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
"MsmKey" = "8:_D2C2F69F414F43CBB247E8FBEE410766"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
@@ -597,7 +645,19 @@
}
"Entry"
{
- "MsmKey" = "8:_D5B7398B24C84A498946A6EA348A3084"
+ "MsmKey" = "8:_D4A675F8E07A456AAC7700C873342EE3"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D610DF214BB1441884FFA8C6C259E6B8"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D615DBC9A5FC4A5593552E11C6E09AA9"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -615,19 +675,7 @@
}
"Entry"
{
- "MsmKey" = "8:_E002B2A5FDF54A119F921908D8EAEDF2"
- "OwnerKey" = "8:_UNDEFINED"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_E1C7426DCA3C4FB2AE9751A742C6C448"
- "OwnerKey" = "8:_UNDEFINED"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_E2BCCD690C7B4D18BF813A188F440F60"
+ "MsmKey" = "8:_DBF488531DDD43D88172E8F70049D1F3"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -645,7 +693,19 @@
}
"Entry"
{
- "MsmKey" = "8:_E804A57B366B4C8997C8AF316F72044C"
+ "MsmKey" = "8:_E4CA4D09381C428ABD06F998D2F83A12"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E539A71312074D97840395B5F845AC87"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E79C907B5F9D437FA1F12D956069765B"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -663,7 +723,13 @@
}
"Entry"
{
- "MsmKey" = "8:_EBCE3597ED354FFEAB9E2F77D060E3AF"
+ "MsmKey" = "8:_EC75FBA863D345E390A78E9CDE639EB1"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_EDBF118B84DE4C63BD351465D41A935C"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
@@ -675,6 +741,18 @@
}
"Entry"
{
+ "MsmKey" = "8:_F79FE80702F243699C87BB6DD5C6CB55"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_F7C90A13261A4C0BB048A9AE65887E48"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
"MsmKey" = "8:_F81B906E39E44A5DAC37B3D70BC8A8CE"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
@@ -747,20 +825,15 @@
"Name" = "8:Microsoft .NET Framework 4.5 (x86 and x64)"
"ProductCode" = "8:.NETFramework,Version=v4.5"
}
- "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Visual.C++.12.0.arm"
+ "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Visual.C++.14.0.x64"
{
- "Name" = "8:Visual C++ 2013 Runtime Libraries (ARM)"
- "ProductCode" = "8:Microsoft.Visual.C++.12.0.arm"
+ "Name" = "8:Visual C++ \"14\" Runtime Libraries (x64)"
+ "ProductCode" = "8:Microsoft.Visual.C++.14.0.x64"
}
- "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Visual.C++.12.0.x64"
+ "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Visual.C++.14.0.x86"
{
- "Name" = "8:Visual C++ 2013 Runtime Libraries (x64)"
- "ProductCode" = "8:Microsoft.Visual.C++.12.0.x64"
- }
- "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Visual.C++.12.0.x86"
- {
- "Name" = "8:Visual C++ 2013 Runtime Libraries (x86)"
- "ProductCode" = "8:Microsoft.Visual.C++.12.0.x86"
+ "Name" = "8:Visual C++ \"14\" Runtime Libraries (x86)"
+ "ProductCode" = "8:Microsoft.Visual.C++.14.0.x86"
}
}
}
@@ -794,10 +867,15 @@
"Name" = "8:Microsoft .NET Framework 4.5 (x86 and x64)"
"ProductCode" = "8:.NETFramework,Version=v4.5"
}
- "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Visual.C++.12.0.x86"
+ "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Visual.C++.14.0.x64"
{
- "Name" = "8:Visual C++ 2013 Runtime Libraries (x86)"
- "ProductCode" = "8:Microsoft.Visual.C++.12.0.x86"
+ "Name" = "8:Visual C++ \"14\" Runtime Libraries (x64)"
+ "ProductCode" = "8:Microsoft.Visual.C++.14.0.x64"
+ }
+ "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Visual.C++.14.0.x86"
+ {
+ "Name" = "8:Visual C++ \"14\" Runtime Libraries (x86)"
+ "ProductCode" = "8:Microsoft.Visual.C++.14.0.x86"
}
}
}
@@ -1026,6 +1104,46 @@
}
"File"
{
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_009172D9B6C8445D94B50AD1CF326EB6"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\typedef_3.png"
+ "TargetName" = "8:typedef_3.png"
+ "Tag" = "8:"
+ "Folder" = "8:_DD1D3BEFB3144043B35CA1EF51417100"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_010B148CBA9C47F497E7227073925F53"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\refresh_view\\refresh_view.css"
+ "TargetName" = "8:refresh_view.css"
+ "Tag" = "8:"
+ "Folder" = "8:_B5E88EB837FF41A392037BDE1C8C3F54"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_01487FD38EEB410DA06E0F9CA29C5653"
{
"SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\src\\human_player.h"
@@ -1046,6 +1164,46 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_01F276A2139C4A2FB5639D9C6224348E"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\bundle.png"
+ "TargetName" = "8:bundle.png"
+ "Tag" = "8:"
+ "Folder" = "8:_DD1D3BEFB3144043B35CA1EF51417100"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_022DD44681F841FFB989FD6CCEAC277B"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\minimize_inactive.png"
+ "TargetName" = "8:minimize_inactive.png"
+ "Tag" = "8:"
+ "Folder" = "8:_EDDCF6CA437340DEAF2C0FFC4BD45E97"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_037CA5C54AC54097A60194F7BF278651"
{
"SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\fonts\\FiraSans_License.txt"
@@ -1066,12 +1224,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_096D033F5DF740A6B6B190652E5276AF"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0716215F49A34B19996FA5567EF50B41"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\icon\\coati.ico"
- "TargetName" = "8:coati.ico"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\private.png"
+ "TargetName" = "8:private.png"
"Tag" = "8:"
- "Folder" = "8:_D5F20C3B10A146A3ACB96AB52AD1FFA6"
+ "Folder" = "8:_DD1D3BEFB3144043B35CA1EF51417100"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -1126,12 +1284,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0EEC4958AD754D1981367033D8B4DB4F"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_10D6C3C3D8C345C191867BE077A64314"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\enum_1.png"
- "TargetName" = "8:enum_1.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\installer\\windows_installer_banner.jpg"
+ "TargetName" = "8:windows_installer_banner.jpg"
"Tag" = "8:"
- "Folder" = "8:_498223EEFBEB4B00BE52244D0651CB4F"
+ "Folder" = "8:_C842234E6B92413397535FDA655BE489"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -1146,12 +1304,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_112AD8C6425145FF8C6B009F3CDEF27B"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1715B0A39C0F48C2BD616BB5EE278EA1"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\about\\logo_coati.png"
- "TargetName" = "8:logo_coati.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\about\\logo_aws.png"
+ "TargetName" = "8:logo_aws.png"
"Tag" = "8:"
- "Folder" = "8:_74A860D3CF5248D7ACCDD19A95B3F24E"
+ "Folder" = "8:_AB837C90F6AB4A1B9013CFBF5C35956A"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -1186,26 +1344,6 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_183EAF14F0174692B2D0A981913A1CB3"
- {
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\undoredo_view\\images\\arrow_right.png"
- "TargetName" = "8:arrow_right.png"
- "Tag" = "8:"
- "Folder" = "8:_AAD7096EAD1B4621B86A6F453C22D145"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Vital" = "11:TRUE"
- "ReadOnly" = "11:FALSE"
- "Hidden" = "11:FALSE"
- "System" = "11:FALSE"
- "Permanent" = "11:FALSE"
- "SharedLegacy" = "11:FALSE"
- "PackageAs" = "3:1"
- "Register" = "3:1"
- "Exclude" = "11:FALSE"
- "IsDependency" = "11:FALSE"
- "IsolateTo" = "8:"
- }
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_18FBF37A2B424E98B7109BF8ADFD5408"
{
"SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\tictactoe.coatiproject"
@@ -1226,12 +1364,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1972F3FFB19343B1A4EDD00EE18C49BD"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1B9BFE4FF7844A709077984526432665"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\maximize_inactive.png"
- "TargetName" = "8:maximize_inactive.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\snippet_active.png"
+ "TargetName" = "8:snippet_active.png"
"Tag" = "8:"
- "Folder" = "8:_C537FBECEC7349E8BF144CA021122109"
+ "Folder" = "8:_EDDCF6CA437340DEAF2C0FFC4BD45E97"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -1246,12 +1384,32 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1EAAF73418F4424688410CAA768821B4"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1D695F7C4DE2429086271A1C93BFEBDF"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\startscreen\\logo.png"
- "TargetName" = "8:logo.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\graph_view.css"
+ "TargetName" = "8:graph_view.css"
"Tag" = "8:"
- "Folder" = "8:_80DB34EC81744B7B9951BAB664E07BAA"
+ "Folder" = "8:_A5998DA2F90344CC99B3E91458C7BB3F"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_20111EBBFD2C4A28960ACB36B2D98D66"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\file.png"
+ "TargetName" = "8:file.png"
+ "Tag" = "8:"
+ "Folder" = "8:_DD1D3BEFB3144043B35CA1EF51417100"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -1306,12 +1464,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_26654D2AC1834A0F826EB841DB7BEED5"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_276D0B49D53A4358ADDF7CB771985B9A"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\arrow.png"
- "TargetName" = "8:arrow.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\about\\logo_coati.png"
+ "TargetName" = "8:logo_coati.png"
"Tag" = "8:"
- "Folder" = "8:_498223EEFBEB4B00BE52244D0651CB4F"
+ "Folder" = "8:_AB837C90F6AB4A1B9013CFBF5C35956A"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -1326,12 +1484,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_28086CA70D674899ACA9458F842AD8BA"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_28379C33741C405CBD6FA836C5E1BE56"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\about\\about.css"
- "TargetName" = "8:about.css"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\search_view\\images\\search.png"
+ "TargetName" = "8:search.png"
"Tag" = "8:"
- "Folder" = "8:_74A860D3CF5248D7ACCDD19A95B3F24E"
+ "Folder" = "8:_5D5E082821B345FB90DEA01C1FCC7A41"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -1346,12 +1504,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_290E1982CE534BEE9A7F878E3BD08095"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2AF0417D24FD4C69A9D1F68F6001222B"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\typedef_1.png"
- "TargetName" = "8:typedef_1.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\license\\license.css"
+ "TargetName" = "8:license.css"
"Tag" = "8:"
- "Folder" = "8:_498223EEFBEB4B00BE52244D0651CB4F"
+ "Folder" = "8:_843BE9E3F79544198C9011E935C92F66"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -1406,26 +1564,6 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2EDB3DD9CD244ABC80A686F58DFB02C9"
- {
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\refresh_view\\refresh_view.css"
- "TargetName" = "8:refresh_view.css"
- "Tag" = "8:"
- "Folder" = "8:_ECA29D8AE09646F2997AE2287B6090EB"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Vital" = "11:TRUE"
- "ReadOnly" = "11:FALSE"
- "Hidden" = "11:FALSE"
- "System" = "11:FALSE"
- "Permanent" = "11:FALSE"
- "SharedLegacy" = "11:FALSE"
- "PackageAs" = "3:1"
- "Register" = "3:1"
- "Exclude" = "11:FALSE"
- "IsDependency" = "11:FALSE"
- "IsolateTo" = "8:"
- }
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_30942A550DC5439589B0FF722128BB64"
{
"SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\src\\io.cpp"
@@ -1446,12 +1584,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_321D6469331341CC94DB61F825F7C38D"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_31E8F761927044E2B21D3E6F2CE14FB7"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\install\\uninstall.bat"
- "TargetName" = "8:uninstall.bat"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\typedef_1.png"
+ "TargetName" = "8:typedef_1.png"
"Tag" = "8:"
- "Folder" = "8:_A96454F2CE0E4C55B59EDE1094D40E56"
+ "Folder" = "8:_DD1D3BEFB3144043B35CA1EF51417100"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -1466,52 +1604,52 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_357C43F6138D4C2D89C5305E7A239970"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_344F1271147B4CC78892F9AAC1BF6D92"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\pattern.png"
+ "TargetName" = "8:pattern.png"
+ "Tag" = "8:"
+ "Folder" = "8:_DD1D3BEFB3144043B35CA1EF51417100"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_34C38D01DCF34AC0A1A5B7A2793D2914"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\about\\about.css"
+ "TargetName" = "8:about.css"
+ "Tag" = "8:"
+ "Folder" = "8:_AB837C90F6AB4A1B9013CFBF5C35956A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_36420F99C9CC4B7BA238175503703CEA"
{
"SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\window.css"
"TargetName" = "8:window.css"
"Tag" = "8:"
- "Folder" = "8:_168092B4F73545E4A27E5C8A54A76984"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Vital" = "11:TRUE"
- "ReadOnly" = "11:FALSE"
- "Hidden" = "11:FALSE"
- "System" = "11:FALSE"
- "Permanent" = "11:FALSE"
- "SharedLegacy" = "11:FALSE"
- "PackageAs" = "3:1"
- "Register" = "3:1"
- "Exclude" = "11:FALSE"
- "IsDependency" = "11:FALSE"
- "IsolateTo" = "8:"
- }
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_36444DD669CB429BAC655FCD009253CF"
- {
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\file.png"
- "TargetName" = "8:file.png"
- "Tag" = "8:"
- "Folder" = "8:_498223EEFBEB4B00BE52244D0651CB4F"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Vital" = "11:TRUE"
- "ReadOnly" = "11:FALSE"
- "Hidden" = "11:FALSE"
- "System" = "11:FALSE"
- "Permanent" = "11:FALSE"
- "SharedLegacy" = "11:FALSE"
- "PackageAs" = "3:1"
- "Register" = "3:1"
- "Exclude" = "11:FALSE"
- "IsDependency" = "11:FALSE"
- "IsolateTo" = "8:"
- }
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_37BA6E64B7FD47FB954849E62EBC1136"
- {
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\user\\window_settings.ini"
- "TargetName" = "8:window_settings.ini"
- "Tag" = "8:"
- "Folder" = "8:_E1FB5107670240B1B09FCDC91978DBAD"
+ "Folder" = "8:_EB2EB245EFA44D13BE5310FA80D660E1"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -1546,32 +1684,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3BBDED2875CD458A87214C0E16E0125B"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_392BD98F61CB4859B016DA46672067D5"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\macro_1.png"
- "TargetName" = "8:macro_1.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\public.png"
+ "TargetName" = "8:public.png"
"Tag" = "8:"
- "Folder" = "8:_498223EEFBEB4B00BE52244D0651CB4F"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Vital" = "11:TRUE"
- "ReadOnly" = "11:FALSE"
- "Hidden" = "11:FALSE"
- "System" = "11:FALSE"
- "Permanent" = "11:FALSE"
- "SharedLegacy" = "11:FALSE"
- "PackageAs" = "3:1"
- "Register" = "3:1"
- "Exclude" = "11:FALSE"
- "IsDependency" = "11:FALSE"
- "IsolateTo" = "8:"
- }
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3C809C3C204645B89EBFC13B6C3111E7"
- {
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\statusbar_view\\loader.gif"
- "TargetName" = "8:loader.gif"
- "Tag" = "8:"
- "Folder" = "8:_2ACFBAEBF03542B9AF0745D365D0474E"
+ "Folder" = "8:_DD1D3BEFB3144043B35CA1EF51417100"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -1606,52 +1724,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_40C474B800924E619AA58245B79B77CC"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4219AE9E34EA49A8A35920B73F389D42"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\minus.png"
- "TargetName" = "8:minus.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\about\\logo_fhs.png"
+ "TargetName" = "8:logo_fhs.png"
"Tag" = "8:"
- "Folder" = "8:_168092B4F73545E4A27E5C8A54A76984"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Vital" = "11:TRUE"
- "ReadOnly" = "11:FALSE"
- "Hidden" = "11:FALSE"
- "System" = "11:FALSE"
- "Permanent" = "11:FALSE"
- "SharedLegacy" = "11:FALSE"
- "PackageAs" = "3:1"
- "Register" = "3:1"
- "Exclude" = "11:FALSE"
- "IsDependency" = "11:FALSE"
- "IsolateTo" = "8:"
- }
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_433F9C5BB1D347529A51EB56A8510AA1"
- {
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\undoredo_view\\images\\arrow_left.png"
- "TargetName" = "8:arrow_left.png"
- "Tag" = "8:"
- "Folder" = "8:_AAD7096EAD1B4621B86A6F453C22D145"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Vital" = "11:TRUE"
- "ReadOnly" = "11:FALSE"
- "Hidden" = "11:FALSE"
- "System" = "11:FALSE"
- "Permanent" = "11:FALSE"
- "SharedLegacy" = "11:FALSE"
- "PackageAs" = "3:1"
- "Register" = "3:1"
- "Exclude" = "11:FALSE"
- "IsDependency" = "11:FALSE"
- "IsolateTo" = "8:"
- }
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_43A3EE9D7DFA45D4B599F15321E29811"
- {
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\listbox.css"
- "TargetName" = "8:listbox.css"
- "Tag" = "8:"
- "Folder" = "8:_168092B4F73545E4A27E5C8A54A76984"
+ "Folder" = "8:_AB837C90F6AB4A1B9013CFBF5C35956A"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -1686,12 +1764,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_44F5449B17A9497192D1EBA1516DBDF7"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4443DA4A5072457AB7306BBEB2E018ED"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\pattern.png"
- "TargetName" = "8:pattern.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\startscreen\\startscreen.css"
+ "TargetName" = "8:startscreen.css"
"Tag" = "8:"
- "Folder" = "8:_498223EEFBEB4B00BE52244D0651CB4F"
+ "Folder" = "8:_AC6F394DC192411E939BE8F10799D9A8"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -1706,12 +1784,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_46B20265EDCD42A2AFA34B0AB597C6AA"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_44855567C97843A48AE643BC6CAB6246"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\undoredo_view\\undoredo_view.css"
- "TargetName" = "8:undoredo_view.css"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\install\\uninstall_app.bat"
+ "TargetName" = "8:uninstall.bat"
"Tag" = "8:"
- "Folder" = "8:_9AF55BAAE4494A399C38A2192710940B"
+ "Folder" = "8:_A96454F2CE0E4C55B59EDE1094D40E56"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -1726,12 +1804,32 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_47E54D5E0B0941669978663933620980"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_44B5425A0DDE43E8AD6FAC14EECFA6C7"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\plus.png"
- "TargetName" = "8:plus.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\help.png"
+ "TargetName" = "8:help.png"
"Tag" = "8:"
- "Folder" = "8:_168092B4F73545E4A27E5C8A54A76984"
+ "Folder" = "8:_EB2EB245EFA44D13BE5310FA80D660E1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_45DC2D5A95BC444F9810EADE9598735A"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\main.css"
+ "TargetName" = "8:main.css"
+ "Tag" = "8:"
+ "Folder" = "8:_87CAFD99D4124707A422D6E9CE9EB332"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -1766,6 +1864,26 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4BA9B8EC950041EABC7DABA566CA0914"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\icon\\coati.ico"
+ "TargetName" = "8:coati.ico"
+ "Tag" = "8:"
+ "Folder" = "8:_608A524BD3B340A9AA7D0DBC82089084"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4BDEC7E5FB8B4BE8A303082523C30DE4"
{
"SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\src\\graph_tutorial_3.h"
@@ -1786,12 +1904,52 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_555B5450A99E4439956DCFD12930DFBF"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4C4DB70F410F4850AE14582A73F8F036"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\installer\\logo_1024_1024.png"
- "TargetName" = "8:logo_1024_1024.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\code_view.css"
+ "TargetName" = "8:code_view.css"
"Tag" = "8:"
- "Folder" = "8:_E1DFE5A1D9EB4CF1B984E8D037C05C7C"
+ "Folder" = "8:_C7E4F15004384C85A3893DE1674CF4FD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_501BAFC837204D739A318CE0CA7ABEE4"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\macro_2.png"
+ "TargetName" = "8:macro_2.png"
+ "Tag" = "8:"
+ "Folder" = "8:_DD1D3BEFB3144043B35CA1EF51417100"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_53B2F3E0711045C8929B4A3295B0E07D"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\icon\\project.ico"
+ "TargetName" = "8:project.ico"
+ "Tag" = "8:"
+ "Folder" = "8:_608A524BD3B340A9AA7D0DBC82089084"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -1826,6 +1984,46 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_562E4C4D37414C7EB2A2209E29184A9A"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\plus_hover.png"
+ "TargetName" = "8:plus_hover.png"
+ "Tag" = "8:"
+ "Folder" = "8:_EB2EB245EFA44D13BE5310FA80D660E1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_568B8665216143A4A6960BC78B46E50B"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\macro_3.png"
+ "TargetName" = "8:macro_3.png"
+ "Tag" = "8:"
+ "Folder" = "8:_DD1D3BEFB3144043B35CA1EF51417100"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5789409592134E888A27F1B86B9E4232"
{
"SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\src\\graph_tutorial_4.h"
@@ -1866,12 +2064,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5A31E9E2F2854B85B435CABB6A968997"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_591F0543DC33445C8C42D9C8F8EC17D3"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\private.png"
- "TargetName" = "8:private.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\snippet_inactive.png"
+ "TargetName" = "8:snippet_inactive.png"
"Tag" = "8:"
- "Folder" = "8:_498223EEFBEB4B00BE52244D0651CB4F"
+ "Folder" = "8:_EDDCF6CA437340DEAF2C0FFC4BD45E97"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -1886,72 +2084,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5B6DABA81032463D89300E5639D47995"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5EA20DF125F9498C84D4782AF5E90335"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\search_view\\images\\search.png"
- "TargetName" = "8:search.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\splash_blue.png"
+ "TargetName" = "8:splash_blue.png"
"Tag" = "8:"
- "Folder" = "8:_3258D9424B874AE9B8A31829C26C490B"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Vital" = "11:TRUE"
- "ReadOnly" = "11:FALSE"
- "Hidden" = "11:FALSE"
- "System" = "11:FALSE"
- "Permanent" = "11:FALSE"
- "SharedLegacy" = "11:FALSE"
- "PackageAs" = "3:1"
- "Register" = "3:1"
- "Exclude" = "11:FALSE"
- "IsDependency" = "11:FALSE"
- "IsolateTo" = "8:"
- }
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5FD96E7434574CEFB7F18E58A0475A51"
- {
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\typedef_2.png"
- "TargetName" = "8:typedef_2.png"
- "Tag" = "8:"
- "Folder" = "8:_498223EEFBEB4B00BE52244D0651CB4F"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Vital" = "11:TRUE"
- "ReadOnly" = "11:FALSE"
- "Hidden" = "11:FALSE"
- "System" = "11:FALSE"
- "Permanent" = "11:FALSE"
- "SharedLegacy" = "11:FALSE"
- "PackageAs" = "3:1"
- "Register" = "3:1"
- "Exclude" = "11:FALSE"
- "IsDependency" = "11:FALSE"
- "IsolateTo" = "8:"
- }
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_615FC671FBE74167B8DE58FAEAE50997"
- {
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\protected.png"
- "TargetName" = "8:protected.png"
- "Tag" = "8:"
- "Folder" = "8:_498223EEFBEB4B00BE52244D0651CB4F"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Vital" = "11:TRUE"
- "ReadOnly" = "11:FALSE"
- "Hidden" = "11:FALSE"
- "System" = "11:FALSE"
- "Permanent" = "11:FALSE"
- "SharedLegacy" = "11:FALSE"
- "PackageAs" = "3:1"
- "Register" = "3:1"
- "Exclude" = "11:FALSE"
- "IsDependency" = "11:FALSE"
- "IsolateTo" = "8:"
- }
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6168F7D1F9F3431C8AFE04E5532B6B2F"
- {
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\about\\logo_aws.png"
- "TargetName" = "8:logo_aws.png"
- "Tag" = "8:"
- "Folder" = "8:_74A860D3CF5248D7ACCDD19A95B3F24E"
+ "Folder" = "8:_87CAFD99D4124707A422D6E9CE9EB332"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -1986,6 +2124,26 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6258BCB5A5F64095869B035F394EAC76"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\installer\\logo_1024_1024.png"
+ "TargetName" = "8:logo_1024_1024.png"
+ "Tag" = "8:"
+ "Folder" = "8:_C842234E6B92413397535FDA655BE489"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_63D19AE29AD14EF88F5483C735B2DF2D"
{
"SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\src\\main.cpp"
@@ -2006,12 +2164,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6A0708F3244C4AF6944941E76871C817"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_671A5FE77DFA47EBB2E948CC18FD95DB"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\icon\\project.ico"
- "TargetName" = "8:project.ico"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\icon\\project_vs_256_256.png"
+ "TargetName" = "8:project_vs_256_256.png"
"Tag" = "8:"
- "Folder" = "8:_D5F20C3B10A146A3ACB96AB52AD1FFA6"
+ "Folder" = "8:_608A524BD3B340A9AA7D0DBC82089084"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2026,12 +2184,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6C13C3D7D4344DFC9793B18AE5AF3212"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_69FEE7C4FA9442A2BD468537BD9B3C8E"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\maximize_active.png"
- "TargetName" = "8:maximize_active.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\arrow.png"
+ "TargetName" = "8:arrow.png"
"Tag" = "8:"
- "Folder" = "8:_C537FBECEC7349E8BF144CA021122109"
+ "Folder" = "8:_DD1D3BEFB3144043B35CA1EF51417100"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2046,12 +2204,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6E650850659A442CBDF2D6AA7B6024F5"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6A87673101CC475AAECE152145306CAF"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\pattern.png"
- "TargetName" = "8:pattern.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\template.png"
+ "TargetName" = "8:template.png"
"Tag" = "8:"
- "Folder" = "8:_C537FBECEC7349E8BF144CA021122109"
+ "Folder" = "8:_DD1D3BEFB3144043B35CA1EF51417100"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2066,12 +2224,32 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_722CC3CF0CA94ED0B60B14E33FC3CDD4"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6FF9FC52FAF64ACDB8BB0D5C05DB6824"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\bundle.png"
- "TargetName" = "8:bundle.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\icon\\project_256_256.png"
+ "TargetName" = "8:project_256_256.png"
"Tag" = "8:"
- "Folder" = "8:_498223EEFBEB4B00BE52244D0651CB4F"
+ "Folder" = "8:_608A524BD3B340A9AA7D0DBC82089084"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_725942C8DDB44236A5A404DB4BFC0EE4"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\protected.png"
+ "TargetName" = "8:protected.png"
+ "Tag" = "8:"
+ "Folder" = "8:_DD1D3BEFB3144043B35CA1EF51417100"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2126,26 +2304,6 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7362011D480A4EB4B2B02B9C8B61745C"
- {
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\about\\logo_fhs.png"
- "TargetName" = "8:logo_fhs.png"
- "Tag" = "8:"
- "Folder" = "8:_74A860D3CF5248D7ACCDD19A95B3F24E"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Vital" = "11:TRUE"
- "ReadOnly" = "11:FALSE"
- "Hidden" = "11:FALSE"
- "System" = "11:FALSE"
- "Permanent" = "11:FALSE"
- "SharedLegacy" = "11:FALSE"
- "PackageAs" = "3:1"
- "Register" = "3:1"
- "Exclude" = "11:FALSE"
- "IsDependency" = "11:FALSE"
- "IsolateTo" = "8:"
- }
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_73B13876A9444C14A89921C95EABEC35"
{
"SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\src\\graph_tutorial_1.h"
@@ -2166,12 +2324,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7479C5FBBCFE42EDA0B21D03FBE38760"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7675DE365CFA4046BACF2CDE793A8267"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\enum_2.png"
- "TargetName" = "8:enum_2.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\search_view\\search_view.css"
+ "TargetName" = "8:search_view.css"
"Tag" = "8:"
- "Folder" = "8:_498223EEFBEB4B00BE52244D0651CB4F"
+ "Folder" = "8:_2A4D05AF8C6F49D0A35FBF9B5BC5FF48"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2186,12 +2344,52 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_75DEFB04EB20414488CA26910F7B814D"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7AE9A7EE09964FB78D8B4AA404ACBDD3"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\installer\\EULA.rtf"
- "TargetName" = "8:EULA.rtf"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\enum_1.png"
+ "TargetName" = "8:enum_1.png"
"Tag" = "8:"
- "Folder" = "8:_E1DFE5A1D9EB4CF1B984E8D037C05C7C"
+ "Folder" = "8:_DD1D3BEFB3144043B35CA1EF51417100"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7B8EAC7B22E3449A9537455EDBAA5A04"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\about\\icon_close.png"
+ "TargetName" = "8:icon_close.png"
+ "Tag" = "8:"
+ "Folder" = "8:_AB837C90F6AB4A1B9013CFBF5C35956A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_808AE4275F244FF4BF5082CFC90400C2"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\icon\\logo_1024_1024.png"
+ "TargetName" = "8:logo_1024_1024.png"
+ "Tag" = "8:"
+ "Folder" = "8:_608A524BD3B340A9AA7D0DBC82089084"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2246,12 +2444,32 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8B82E21ADF294AC19C6DF08699CF5CE4"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_88A4C0C5E609416B81C8B6839257D05F"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\macro_3.png"
- "TargetName" = "8:macro_3.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\typedef_2.png"
+ "TargetName" = "8:typedef_2.png"
"Tag" = "8:"
- "Folder" = "8:_498223EEFBEB4B00BE52244D0651CB4F"
+ "Folder" = "8:_DD1D3BEFB3144043B35CA1EF51417100"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8A9919F0647547E7BFECDA6EC3651313"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\dots_hover.png"
+ "TargetName" = "8:dots_hover.png"
+ "Tag" = "8:"
+ "Folder" = "8:_EB2EB245EFA44D13BE5310FA80D660E1"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2286,12 +2504,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_927AA2450359400398EC6015571C4680"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_917E92B16F744E96A4AFCA4E8AC2C517"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\src\\human_player.cpp"
- "TargetName" = "8:human_player.cpp"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\maximize_active.png"
+ "TargetName" = "8:maximize_active.png"
"Tag" = "8:"
- "Folder" = "8:_CE5AAF4EE3764AACA06B8963D3F99884"
+ "Folder" = "8:_EDDCF6CA437340DEAF2C0FFC4BD45E97"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2306,12 +2524,32 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_939A8FF0363A4D47B4A7C00CA5174D57"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_923BC9E3997B4D2FB1158E9841DAC0FE"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\snippet_active.png"
- "TargetName" = "8:snippet_active.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\project_wizzard\\window.css"
+ "TargetName" = "8:window.css"
"Tag" = "8:"
- "Folder" = "8:_C537FBECEC7349E8BF144CA021122109"
+ "Folder" = "8:_0E9045A24CA74A35A05497FD6B7597C3"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_927AA2450359400398EC6015571C4680"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\src\\human_player.cpp"
+ "TargetName" = "8:human_player.cpp"
+ "Tag" = "8:"
+ "Folder" = "8:_CE5AAF4EE3764AACA06B8963D3F99884"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2366,32 +2604,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_96A5B8E970794CD6AFC5E6083FFDA726"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_98B0B883EE3348929CBBD3664862046B"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\main.css"
- "TargetName" = "8:main.css"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\listbox.css"
+ "TargetName" = "8:listbox.css"
"Tag" = "8:"
- "Folder" = "8:_87CAFD99D4124707A422D6E9CE9EB332"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Vital" = "11:TRUE"
- "ReadOnly" = "11:FALSE"
- "Hidden" = "11:FALSE"
- "System" = "11:FALSE"
- "Permanent" = "11:FALSE"
- "SharedLegacy" = "11:FALSE"
- "PackageAs" = "3:1"
- "Register" = "3:1"
- "Exclude" = "11:FALSE"
- "IsDependency" = "11:FALSE"
- "IsolateTo" = "8:"
- }
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_99D9D3AEB2B146C1A349CBB62E3DD589"
- {
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\minimize_inactive.png"
- "TargetName" = "8:minimize_inactive.png"
- "Tag" = "8:"
- "Folder" = "8:_C537FBECEC7349E8BF144CA021122109"
+ "Folder" = "8:_EB2EB245EFA44D13BE5310FA80D660E1"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2426,12 +2644,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9DC381E46F344003936CF42B0B724D2D"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A01140D74E0F49E9872D2F182CC29C20"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\Release\\Coati.exe"
- "TargetName" = "8:Coati.exe"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\macro_1.png"
+ "TargetName" = "8:macro_1.png"
"Tag" = "8:"
- "Folder" = "8:_972788CBF3404779967EA0B73B72BF18"
+ "Folder" = "8:_DD1D3BEFB3144043B35CA1EF51417100"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2446,52 +2664,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A2CEB01FCC1B437F9D1F50FB9732BB99"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A247B3AFC6E34A65A4320F079652396B"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\typedef_3.png"
- "TargetName" = "8:typedef_3.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\maximize_inactive.png"
+ "TargetName" = "8:maximize_inactive.png"
"Tag" = "8:"
- "Folder" = "8:_498223EEFBEB4B00BE52244D0651CB4F"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Vital" = "11:TRUE"
- "ReadOnly" = "11:FALSE"
- "Hidden" = "11:FALSE"
- "System" = "11:FALSE"
- "Permanent" = "11:FALSE"
- "SharedLegacy" = "11:FALSE"
- "PackageAs" = "3:1"
- "Register" = "3:1"
- "Exclude" = "11:FALSE"
- "IsDependency" = "11:FALSE"
- "IsolateTo" = "8:"
- }
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A41353B023F64B9E83B4D76262A30FB2"
- {
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\snippet_inactive.png"
- "TargetName" = "8:snippet_inactive.png"
- "Tag" = "8:"
- "Folder" = "8:_C537FBECEC7349E8BF144CA021122109"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Vital" = "11:TRUE"
- "ReadOnly" = "11:FALSE"
- "Hidden" = "11:FALSE"
- "System" = "11:FALSE"
- "Permanent" = "11:FALSE"
- "SharedLegacy" = "11:FALSE"
- "PackageAs" = "3:1"
- "Register" = "3:1"
- "Exclude" = "11:FALSE"
- "IsDependency" = "11:FALSE"
- "IsolateTo" = "8:"
- }
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A4CC52A009F0456AA339C354E62EAD6B"
- {
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\user\\ApplicationSettings.xml"
- "TargetName" = "8:ApplicationSettings.xml"
- "Tag" = "8:"
- "Folder" = "8:_E1FB5107670240B1B09FCDC91978DBAD"
+ "Folder" = "8:_EDDCF6CA437340DEAF2C0FFC4BD45E97"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2526,6 +2704,26 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A51A1BE9EB25456B93B0F789FBE5CD37"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\refresh_hover.png"
+ "TargetName" = "8:refresh_hover.png"
+ "Tag" = "8:"
+ "Folder" = "8:_EB2EB245EFA44D13BE5310FA80D660E1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A66E166B06CE4949B037BA2DDEAA3152"
{
"SourcePath" = "8:..\\..\\..\\..\\bin\\app\\Release\\Qt5Widgets.dll"
@@ -2546,12 +2744,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_AE34A4547149422C8C51B06E714F8AC7"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A93ED93646FF4383AE0A662359FDA343"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\startscreen\\Icon_CPP.png"
- "TargetName" = "8:Icon_CPP.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\installer\\EULA.rtf"
+ "TargetName" = "8:EULA.rtf"
"Tag" = "8:"
- "Folder" = "8:_80DB34EC81744B7B9951BAB664E07BAA"
+ "Folder" = "8:_C842234E6B92413397535FDA655BE489"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2566,12 +2764,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_AEDCE4DC46BF4531950D072CD85A16FC"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A9EA2EF897C9465E9893856746A4C107"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\public.png"
- "TargetName" = "8:public.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\minimize_active.png"
+ "TargetName" = "8:minimize_active.png"
"Tag" = "8:"
- "Folder" = "8:_498223EEFBEB4B00BE52244D0651CB4F"
+ "Folder" = "8:_EDDCF6CA437340DEAF2C0FFC4BD45E97"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2586,12 +2784,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_AEFF8457E6B0413DA72157D4EC3D3A75"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_AB7D7FF80A6C47CCA15DCD8DDA0228D0"
{
"SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\refresh_view\\images\\refresh.png"
"TargetName" = "8:refresh.png"
"Tag" = "8:"
- "Folder" = "8:_53922E90296F4A0C983150AAB492A09D"
+ "Folder" = "8:_73FC0C646D0345F3B6A7876D89472CF5"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2606,12 +2804,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B25A8510C0294254915C16BA2379CAD4"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_AF949402E267492F89D9E51929ED8050"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\splash_white.png"
- "TargetName" = "8:splash_white.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\undoredo_view\\undoredo_view.css"
+ "TargetName" = "8:undoredo_view.css"
"Tag" = "8:"
- "Folder" = "8:_87CAFD99D4124707A422D6E9CE9EB332"
+ "Folder" = "8:_55D262AF830B41AFBD92F0E92CC791B4"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2626,12 +2824,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B27A27CF89184464AA75136E80B09BA2"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B07AB8CFD8944BFB97C3AAD0F04FBBFC"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\installer\\windows_installer_banner.jpg"
- "TargetName" = "8:windows_installer_banner.jpg"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\icon\\project_cdb_256_256.png"
+ "TargetName" = "8:project_cdb_256_256.png"
"Tag" = "8:"
- "Folder" = "8:_E1DFE5A1D9EB4CF1B984E8D037C05C7C"
+ "Folder" = "8:_608A524BD3B340A9AA7D0DBC82089084"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2646,12 +2844,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B2DD60E81AB44C34B721A8504CA87D2C"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B210763D34474243AFE73FE00C3FB606"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\refresh_view\\images\\auto_refresh.png"
- "TargetName" = "8:auto_refresh.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\help_hover.png"
+ "TargetName" = "8:help_hover.png"
"Tag" = "8:"
- "Folder" = "8:_53922E90296F4A0C983150AAB492A09D"
+ "Folder" = "8:_EB2EB245EFA44D13BE5310FA80D660E1"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2686,12 +2884,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BA63BFA00BB2453AB1AAA53E5DCA9967"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B7C17B17E4FE4860824123FE785AAA4D"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\search_view\\search_view.css"
- "TargetName" = "8:search_view.css"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\plus.png"
+ "TargetName" = "8:plus.png"
"Tag" = "8:"
- "Folder" = "8:_4F8B23E9D2DA49BDA1451552FC2BDC1F"
+ "Folder" = "8:_EB2EB245EFA44D13BE5310FA80D660E1"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2786,6 +2984,26 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C1676FFFBA1740988E10BA8FFEC2FC21"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\undoredo_view\\images\\arrow_right.png"
+ "TargetName" = "8:arrow_right.png"
+ "Tag" = "8:"
+ "Folder" = "8:_DF4E4A7056094A8F92F54C68F09E8FD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C16E8A2CCAC741908C60E95C5D0E4866"
{
"SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\color_schemes\\bright.xml"
@@ -2806,12 +3024,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C42D4521363C427B9C38566098CBB563"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C3268BA9F2934E9592E7ED684C56B7A1"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\startscreen\\startscreen.css"
- "TargetName" = "8:startscreen.css"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\minus.png"
+ "TargetName" = "8:minus.png"
"Tag" = "8:"
- "Folder" = "8:_80DB34EC81744B7B9951BAB664E07BAA"
+ "Folder" = "8:_EB2EB245EFA44D13BE5310FA80D660E1"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2826,12 +3044,52 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CABEFC3263394106B5E96F489B7E8D85"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C6EDFE41F1A944658C4684999CB92AC6"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\splash_blue.png"
- "TargetName" = "8:splash_blue.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\statusbar_view\\dot.png"
+ "TargetName" = "8:dot.png"
"Tag" = "8:"
- "Folder" = "8:_87CAFD99D4124707A422D6E9CE9EB332"
+ "Folder" = "8:_3EDD00E809064086920F5AB1B160B5FA"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CEC5B9A68AC84CBCAE248C80FE14B372"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\undoredo_view\\images\\arrow_left.png"
+ "TargetName" = "8:arrow_left.png"
+ "Tag" = "8:"
+ "Folder" = "8:_DF4E4A7056094A8F92F54C68F09E8FD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CEFD60F0F2AE4EA7A6A1A29E32D4F752"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\refresh.png"
+ "TargetName" = "8:refresh.png"
+ "Tag" = "8:"
+ "Folder" = "8:_EB2EB245EFA44D13BE5310FA80D660E1"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2866,26 +3124,6 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D12EE39A335A4C23850711B607EC9C62"
- {
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\minimize_active.png"
- "TargetName" = "8:minimize_active.png"
- "Tag" = "8:"
- "Folder" = "8:_C537FBECEC7349E8BF144CA021122109"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Vital" = "11:TRUE"
- "ReadOnly" = "11:FALSE"
- "Hidden" = "11:FALSE"
- "System" = "11:FALSE"
- "Permanent" = "11:FALSE"
- "SharedLegacy" = "11:FALSE"
- "PackageAs" = "3:1"
- "Register" = "3:1"
- "Exclude" = "11:FALSE"
- "IsDependency" = "11:FALSE"
- "IsolateTo" = "8:"
- }
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D2C2F69F414F43CBB247E8FBEE410766"
{
"SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\fonts\\Roboto-Bold.ttf"
@@ -2926,12 +3164,52 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D5B7398B24C84A498946A6EA348A3084"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D4A675F8E07A456AAC7700C873342EE3"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\code_view.css"
- "TargetName" = "8:code_view.css"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\dots.png"
+ "TargetName" = "8:dots.png"
"Tag" = "8:"
- "Folder" = "8:_870A7884562D47E2BF4CE788F5AC7741"
+ "Folder" = "8:_EB2EB245EFA44D13BE5310FA80D660E1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D610DF214BB1441884FFA8C6C259E6B8"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\refresh_view\\images\\auto_refresh.png"
+ "TargetName" = "8:auto_refresh.png"
+ "Tag" = "8:"
+ "Folder" = "8:_73FC0C646D0345F3B6A7876D89472CF5"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D615DBC9A5FC4A5593552E11C6E09AA9"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\enum_2.png"
+ "TargetName" = "8:enum_2.png"
+ "Tag" = "8:"
+ "Folder" = "8:_DD1D3BEFB3144043B35CA1EF51417100"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -2986,52 +3264,12 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E002B2A5FDF54A119F921908D8EAEDF2"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_DBF488531DDD43D88172E8F70049D1F3"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\graph_view.css"
- "TargetName" = "8:graph_view.css"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\Release\\Coati_obfuscated.exe"
+ "TargetName" = "8:Coati.exe"
"Tag" = "8:"
- "Folder" = "8:_204D5E6B8C8E4A97AFC5F396096461BE"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Vital" = "11:TRUE"
- "ReadOnly" = "11:FALSE"
- "Hidden" = "11:FALSE"
- "System" = "11:FALSE"
- "Permanent" = "11:FALSE"
- "SharedLegacy" = "11:FALSE"
- "PackageAs" = "3:1"
- "Register" = "3:1"
- "Exclude" = "11:FALSE"
- "IsDependency" = "11:FALSE"
- "IsolateTo" = "8:"
- }
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E1C7426DCA3C4FB2AE9751A742C6C448"
- {
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\about\\icon_close.png"
- "TargetName" = "8:icon_close.png"
- "Tag" = "8:"
- "Folder" = "8:_74A860D3CF5248D7ACCDD19A95B3F24E"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Vital" = "11:TRUE"
- "ReadOnly" = "11:FALSE"
- "Hidden" = "11:FALSE"
- "System" = "11:FALSE"
- "Permanent" = "11:FALSE"
- "SharedLegacy" = "11:FALSE"
- "PackageAs" = "3:1"
- "Register" = "3:1"
- "Exclude" = "11:FALSE"
- "IsDependency" = "11:FALSE"
- "IsolateTo" = "8:"
- }
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E2BCCD690C7B4D18BF813A188F440F60"
- {
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\license\\license.css"
- "TargetName" = "8:license.css"
- "Tag" = "8:"
- "Folder" = "8:_BF8B383203E94FE695F29F3C18A4A0FB"
+ "Folder" = "8:_972788CBF3404779967EA0B73B72BF18"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -3086,12 +3324,52 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E804A57B366B4C8997C8AF316F72044C"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E4CA4D09381C428ABD06F998D2F83A12"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\statusbar_view\\octagon.png"
- "TargetName" = "8:octagon.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\startscreen\\logo.png"
+ "TargetName" = "8:logo.png"
"Tag" = "8:"
- "Folder" = "8:_2ACFBAEBF03542B9AF0745D365D0474E"
+ "Folder" = "8:_AC6F394DC192411E939BE8F10799D9A8"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E539A71312074D97840395B5F845AC87"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\pattern.png"
+ "TargetName" = "8:pattern.png"
+ "Tag" = "8:"
+ "Folder" = "8:_EDDCF6CA437340DEAF2C0FFC4BD45E97"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E79C907B5F9D437FA1F12D956069765B"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\minus_hover.png"
+ "TargetName" = "8:minus_hover.png"
+ "Tag" = "8:"
+ "Folder" = "8:_EB2EB245EFA44D13BE5310FA80D660E1"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -3146,12 +3424,32 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_EBCE3597ED354FFEAB9E2F77D060E3AF"
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_EC75FBA863D345E390A78E9CDE639EB1"
{
- "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\macro_2.png"
- "TargetName" = "8:macro_2.png"
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\splash_white.png"
+ "TargetName" = "8:splash_white.png"
"Tag" = "8:"
- "Folder" = "8:_498223EEFBEB4B00BE52244D0651CB4F"
+ "Folder" = "8:_87CAFD99D4124707A422D6E9CE9EB332"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_EDBF118B84DE4C63BD351465D41A935C"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\user\\ApplicationSettings_for_package.xml"
+ "TargetName" = "8:ApplicationSettings.xml"
+ "Tag" = "8:"
+ "Folder" = "8:_E1FB5107670240B1B09FCDC91978DBAD"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
@@ -3186,6 +3484,46 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_F79FE80702F243699C87BB6DD5C6CB55"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\statusbar_view\\loader.gif"
+ "TargetName" = "8:loader.gif"
+ "Tag" = "8:"
+ "Folder" = "8:_3EDD00E809064086920F5AB1B160B5FA"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_F7C90A13261A4C0BB048A9AE65887E48"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\user\\window_settings_for_package.ini"
+ "TargetName" = "8:window_settings.ini"
+ "Tag" = "8:"
+ "Folder" = "8:_E1FB5107670240B1B09FCDC91978DBAD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FDAE83AE644D4C428F5E3F20AD73B810"
{
"SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\src\\player.cpp"
@@ -3215,11 +3553,11 @@
"Description" = "8:Coati project file"
"Extensions" = "8:.coatiproject"
"MIME" = "8:"
- "Icon" = "8:_6A0708F3244C4AF6944941E76871C817"
+ "Icon" = "8:_53B2F3E0711045C8929B4A3295B0E07D"
"IconIndex" = "3:0"
"Command"
{
- "Command" = "8:_9DC381E46F344003936CF42B0B724D2D"
+ "Command" = "8:_DBF488531DDD43D88172E8F70049D1F3"
}
"Verbs"
{
@@ -3244,17 +3582,6 @@
"Property" = "8:ProgramMenuFolder"
"Folders"
{
- "{9EF0B969-E518-4E46-987F-47570745A589}:_9537058B4FC1411F8480A52A91F7AB5C"
- {
- "Name" = "8:Coati"
- "AlwaysCreate" = "11:FALSE"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Property" = "8:_AE1077B19F474A459C73DC119517C908"
- "Folders"
- {
- }
- }
}
}
"{3C67513D-01DD-4637-8A68-80971EB9504F}:_972788CBF3404779967EA0B73B72BF18"
@@ -3307,193 +3634,204 @@
"Property" = "8:_3757538D3C4C4E5287C03C268F903AEE"
"Folders"
{
- "{9EF0B969-E518-4E46-987F-47570745A589}:_168092B4F73545E4A27E5C8A54A76984"
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_0E9045A24CA74A35A05497FD6B7597C3"
{
- "Name" = "8:setting_window"
+ "Name" = "8:project_wizzard"
"AlwaysCreate" = "11:FALSE"
"Condition" = "8:"
"Transitive" = "11:FALSE"
- "Property" = "8:_25C6BA9FF8A040D08AA46B4E7AC9DAB3"
+ "Property" = "8:_F4F2299605A2406A8343D3141FA77860"
"Folders"
{
}
}
- "{9EF0B969-E518-4E46-987F-47570745A589}:_204D5E6B8C8E4A97AFC5F396096461BE"
- {
- "Name" = "8:graph_view"
- "AlwaysCreate" = "11:FALSE"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Property" = "8:_C067852FA54B49EE94BA75D22186D492"
- "Folders"
- {
- "{9EF0B969-E518-4E46-987F-47570745A589}:_498223EEFBEB4B00BE52244D0651CB4F"
- {
- "Name" = "8:images"
- "AlwaysCreate" = "11:FALSE"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Property" = "8:_C886ACD2DFD94119B10B4D247F61DE88"
- "Folders"
- {
- }
- }
- }
- }
- "{9EF0B969-E518-4E46-987F-47570745A589}:_2ACFBAEBF03542B9AF0745D365D0474E"
- {
- "Name" = "8:statusbar_view"
- "AlwaysCreate" = "11:FALSE"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Property" = "8:_CC43E9FCE85C46E7B4418439A33999F4"
- "Folders"
- {
- }
- }
- "{9EF0B969-E518-4E46-987F-47570745A589}:_4F8B23E9D2DA49BDA1451552FC2BDC1F"
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_2A4D05AF8C6F49D0A35FBF9B5BC5FF48"
{
"Name" = "8:search_view"
"AlwaysCreate" = "11:FALSE"
"Condition" = "8:"
"Transitive" = "11:FALSE"
- "Property" = "8:_D68C9B59A69945C09F0356CFDCF333AA"
+ "Property" = "8:_79F67DAA9381483DB819937534258610"
"Folders"
{
- "{9EF0B969-E518-4E46-987F-47570745A589}:_3258D9424B874AE9B8A31829C26C490B"
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_5D5E082821B345FB90DEA01C1FCC7A41"
{
"Name" = "8:images"
"AlwaysCreate" = "11:FALSE"
"Condition" = "8:"
"Transitive" = "11:FALSE"
- "Property" = "8:_2FAEF535A87649F687700D6154A82985"
+ "Property" = "8:_A3EBDF290EDB464FB6C943A990DECA0D"
"Folders"
{
}
}
}
}
- "{9EF0B969-E518-4E46-987F-47570745A589}:_74A860D3CF5248D7ACCDD19A95B3F24E"
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_3EDD00E809064086920F5AB1B160B5FA"
{
- "Name" = "8:about"
+ "Name" = "8:statusbar_view"
"AlwaysCreate" = "11:FALSE"
"Condition" = "8:"
"Transitive" = "11:FALSE"
- "Property" = "8:_001C4917D6444165A56C436F4A62E426"
+ "Property" = "8:_5F11A09B53B749DF8B5BE9D02B4FEF3E"
"Folders"
{
}
}
- "{9EF0B969-E518-4E46-987F-47570745A589}:_80DB34EC81744B7B9951BAB664E07BAA"
- {
- "Name" = "8:startscreen"
- "AlwaysCreate" = "11:FALSE"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Property" = "8:_9D6398F8CB0849D9A03A2180620EA7B8"
- "Folders"
- {
- }
- }
- "{9EF0B969-E518-4E46-987F-47570745A589}:_870A7884562D47E2BF4CE788F5AC7741"
- {
- "Name" = "8:code_view"
- "AlwaysCreate" = "11:FALSE"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Property" = "8:_8935C4870F78427B8515E0851AB6E19E"
- "Folders"
- {
- "{9EF0B969-E518-4E46-987F-47570745A589}:_C537FBECEC7349E8BF144CA021122109"
- {
- "Name" = "8:images"
- "AlwaysCreate" = "11:FALSE"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Property" = "8:_7F788D57F2E04E16953DB7A9B3674803"
- "Folders"
- {
- }
- }
- }
- }
- "{9EF0B969-E518-4E46-987F-47570745A589}:_9AF55BAAE4494A399C38A2192710940B"
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_55D262AF830B41AFBD92F0E92CC791B4"
{
"Name" = "8:undoredo_view"
"AlwaysCreate" = "11:FALSE"
"Condition" = "8:"
"Transitive" = "11:FALSE"
- "Property" = "8:_85FAEF8C225645AE8FC529B7F60F732A"
+ "Property" = "8:_788CB5E1907042D3B719B96DF220EC59"
"Folders"
{
- "{9EF0B969-E518-4E46-987F-47570745A589}:_AAD7096EAD1B4621B86A6F453C22D145"
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_DF4E4A7056094A8F92F54C68F09E8FD0"
{
"Name" = "8:images"
"AlwaysCreate" = "11:FALSE"
"Condition" = "8:"
"Transitive" = "11:FALSE"
- "Property" = "8:_E24A21FF10654C1393655846E3D2F037"
+ "Property" = "8:_F7E3920F61B847D086879736B6D5B60D"
"Folders"
{
}
}
}
}
- "{9EF0B969-E518-4E46-987F-47570745A589}:_BF8B383203E94FE695F29F3C18A4A0FB"
- {
- "Name" = "8:license"
- "AlwaysCreate" = "11:FALSE"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Property" = "8:_9877DCF6E4844F09B605B7CDBBEC79DE"
- "Folders"
- {
- }
- }
- "{9EF0B969-E518-4E46-987F-47570745A589}:_D5F20C3B10A146A3ACB96AB52AD1FFA6"
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_608A524BD3B340A9AA7D0DBC82089084"
{
"Name" = "8:icon"
"AlwaysCreate" = "11:FALSE"
"Condition" = "8:"
"Transitive" = "11:FALSE"
- "Property" = "8:_63D73FB095384C279406F92C203C0857"
+ "Property" = "8:_C2D5F0A52F6D47CB8A42646471992E67"
"Folders"
{
}
}
- "{9EF0B969-E518-4E46-987F-47570745A589}:_E1DFE5A1D9EB4CF1B984E8D037C05C7C"
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_843BE9E3F79544198C9011E935C92F66"
{
- "Name" = "8:installer"
+ "Name" = "8:license"
"AlwaysCreate" = "11:FALSE"
"Condition" = "8:"
"Transitive" = "11:FALSE"
- "Property" = "8:_AEA1E50525D345DB95870B07FA4FF582"
+ "Property" = "8:_65452C8DEB144A428E7D80498E3FC132"
"Folders"
{
}
}
- "{9EF0B969-E518-4E46-987F-47570745A589}:_ECA29D8AE09646F2997AE2287B6090EB"
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_A5998DA2F90344CC99B3E91458C7BB3F"
{
- "Name" = "8:refresh_view"
+ "Name" = "8:graph_view"
"AlwaysCreate" = "11:FALSE"
"Condition" = "8:"
"Transitive" = "11:FALSE"
- "Property" = "8:_CD0A430DA6A6485D99B04F4D7DB9BC0F"
+ "Property" = "8:_39658F83A53C41FE8E9D3E76BE5EA5D3"
"Folders"
{
- "{9EF0B969-E518-4E46-987F-47570745A589}:_53922E90296F4A0C983150AAB492A09D"
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_DD1D3BEFB3144043B35CA1EF51417100"
{
"Name" = "8:images"
"AlwaysCreate" = "11:FALSE"
"Condition" = "8:"
"Transitive" = "11:FALSE"
- "Property" = "8:_3CD1198B61194FD9A37BA8AFDFA548F5"
+ "Property" = "8:_6D7A5129C80B4395BDBFF4E5113A93A8"
"Folders"
{
}
}
}
}
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_AB837C90F6AB4A1B9013CFBF5C35956A"
+ {
+ "Name" = "8:about"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_E2E3B4AF995C435D89F7B943E9563368"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_AC6F394DC192411E939BE8F10799D9A8"
+ {
+ "Name" = "8:startscreen"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_16B6050131F44820900E22D75FD8E296"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_B5E88EB837FF41A392037BDE1C8C3F54"
+ {
+ "Name" = "8:refresh_view"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_59DFAF682EBB426CB04FB378F0E72297"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_73FC0C646D0345F3B6A7876D89472CF5"
+ {
+ "Name" = "8:images"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_3EF10B1892AA4DC2A8C54443BBA2CFA4"
+ "Folders"
+ {
+ }
+ }
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_C7E4F15004384C85A3893DE1674CF4FD"
+ {
+ "Name" = "8:code_view"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_173363199C1C4B4B8F2C4EECA45ABC70"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_EDDCF6CA437340DEAF2C0FFC4BD45E97"
+ {
+ "Name" = "8:images"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_A7C6048DD1974B8B8319C4099462532C"
+ "Folders"
+ {
+ }
+ }
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_C842234E6B92413397535FDA655BE489"
+ {
+ "Name" = "8:installer"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_1A3C10C870F44C659A3D532D02EE9DAB"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_EB2EB245EFA44D13BE5310FA80D660E1"
+ {
+ "Name" = "8:setting_window"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_F6844314959F483CAEC0DD1F8A669549"
+ "Folders"
+ {
+ }
+ }
}
}
"{9EF0B969-E518-4E46-987F-47570745A589}:_EF6140F33CC34D7FBE822EC8BEEB5B3C"
@@ -3606,14 +3944,14 @@
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Coati"
"ProductCode" = "8:{2A3B2FF5-A114-4CAB-88FB-DE8942D5B8EB}"
- "PackageCode" = "8:{D20A1B51-BD47-48DC-8604-194C4EB1AE1D}"
+ "PackageCode" = "8:{5860FE72-3F10-43C9-A624-F74C52834BC6}"
"UpgradeCode" = "8:{CFF09D53-87AF-4241-960D-98C21ED9D358}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
- "ProductVersion" = "8:0.4"
+ "ProductVersion" = "8:0.5"
"Manufacturer" = "8:Coati Software"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:www.coati.io/support"
@@ -3623,7 +3961,7 @@
"Keywords" = "8:Coati; Code Visualization; Software Development"
"ARPCOMMENTS" = "8:The Source Explorer"
"ARPURLINFOABOUT" = "8:www.coati.io"
- "ARPPRODUCTICON" = "8:_096D033F5DF740A6B6B190652E5276AF"
+ "ARPPRODUCTICON" = "8:"
"ARPIconIndex" = "3:0"
"SearchPath" = "8:"
"UseSystemSearchPath" = "11:TRUE"
@@ -3796,34 +4134,6 @@
}
"Shortcut"
{
- "{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_218124B75F404213855F638598E000A0"
- {
- "Name" = "8:Uninstall Coati"
- "Arguments" = "8:"
- "Description" = "8:"
- "ShowCmd" = "3:1"
- "IconIndex" = "3:0"
- "Transitive" = "11:FALSE"
- "Target" = "8:_321D6469331341CC94DB61F825F7C38D"
- "Folder" = "8:_9537058B4FC1411F8480A52A91F7AB5C"
- "WorkingFolder" = "8:_A96454F2CE0E4C55B59EDE1094D40E56"
- "Icon" = "8:_6A0708F3244C4AF6944941E76871C817"
- "Feature" = "8:"
- }
- "{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_5EEE826460D748F98304CF1E4BAF5D35"
- {
- "Name" = "8:Coati"
- "Arguments" = "8:"
- "Description" = "8:"
- "ShowCmd" = "3:1"
- "IconIndex" = "3:0"
- "Transitive" = "11:FALSE"
- "Target" = "8:_9DC381E46F344003936CF42B0B724D2D"
- "Folder" = "8:_9537058B4FC1411F8480A52A91F7AB5C"
- "WorkingFolder" = "8:_972788CBF3404779967EA0B73B72BF18"
- "Icon" = "8:_096D033F5DF740A6B6B190652E5276AF"
- "Feature" = "8:"
- }
}
"UserInterface"
{
@@ -3852,7 +4162,7 @@
"ContextData" = "8:Bitmap"
"Attributes" = "3:4"
"Setting" = "3:2"
- "Value" = "8:_B27A27CF89184464AA75136E80B09BA2"
+ "Value" = "8:_10D6C3C3D8C345C191867BE077A64314"
"UsePlugInResources" = "11:TRUE"
}
"ShowProgress"
@@ -3903,7 +4213,7 @@
"ContextData" = "8:Bitmap"
"Attributes" = "3:4"
"Setting" = "3:2"
- "Value" = "8:_B27A27CF89184464AA75136E80B09BA2"
+ "Value" = "8:_10D6C3C3D8C345C191867BE077A64314"
"UsePlugInResources" = "11:TRUE"
}
"BannerText"
@@ -4160,7 +4470,7 @@
"ContextData" = "8:Bitmap"
"Attributes" = "3:4"
"Setting" = "3:2"
- "Value" = "8:_B27A27CF89184464AA75136E80B09BA2"
+ "Value" = "8:_10D6C3C3D8C345C191867BE077A64314"
"UsePlugInResources" = "11:TRUE"
}
"EulaText"
@@ -4172,7 +4482,7 @@
"ContextData" = "8:"
"Attributes" = "3:0"
"Setting" = "3:2"
- "Value" = "8:_75DEFB04EB20414488CA26910F7B814D"
+ "Value" = "8:_A93ED93646FF4383AE0A662359FDA343"
"UsePlugInResources" = "11:TRUE"
}
"Sunken"
@@ -4208,7 +4518,7 @@
"ContextData" = "8:Bitmap"
"Attributes" = "3:4"
"Setting" = "3:2"
- "Value" = "8:_B27A27CF89184464AA75136E80B09BA2"
+ "Value" = "8:_10D6C3C3D8C345C191867BE077A64314"
"UsePlugInResources" = "11:TRUE"
}
"InstallAllUsersVisible"
@@ -4244,7 +4554,7 @@
"ContextData" = "8:Bitmap"
"Attributes" = "3:4"
"Setting" = "3:2"
- "Value" = "8:_B27A27CF89184464AA75136E80B09BA2"
+ "Value" = "8:_10D6C3C3D8C345C191867BE077A64314"
"UsePlugInResources" = "11:TRUE"
}
"CopyrightWarning"
@@ -4293,7 +4603,7 @@
"ContextData" = "8:Bitmap"
"Attributes" = "3:4"
"Setting" = "3:2"
- "Value" = "8:_B27A27CF89184464AA75136E80B09BA2"
+ "Value" = "8:_10D6C3C3D8C345C191867BE077A64314"
"UsePlugInResources" = "11:TRUE"
}
}
@@ -4325,7 +4635,7 @@
"ContextData" = "8:Bitmap"
"Attributes" = "3:4"
"Setting" = "3:2"
- "Value" = "8:_B27A27CF89184464AA75136E80B09BA2"
+ "Value" = "8:_10D6C3C3D8C345C191867BE077A64314"
"UsePlugInResources" = "11:TRUE"
}
}
@@ -4357,7 +4667,7 @@
"ContextData" = "8:Bitmap"
"Attributes" = "3:4"
"Setting" = "3:2"
- "Value" = "8:_B27A27CF89184464AA75136E80B09BA2"
+ "Value" = "8:_10D6C3C3D8C345C191867BE077A64314"
"UsePlugInResources" = "11:TRUE"
}
}
@@ -4380,7 +4690,7 @@
"ContextData" = "8:Bitmap"
"Attributes" = "3:4"
"Setting" = "3:2"
- "Value" = "8:_B27A27CF89184464AA75136E80B09BA2"
+ "Value" = "8:_10D6C3C3D8C345C191867BE077A64314"
"UsePlugInResources" = "11:TRUE"
}
"CopyrightWarning"
@@ -4429,7 +4739,7 @@
"ContextData" = "8:Bitmap"
"Attributes" = "3:4"
"Setting" = "3:2"
- "Value" = "8:_B27A27CF89184464AA75136E80B09BA2"
+ "Value" = "8:_10D6C3C3D8C345C191867BE077A64314"
"UsePlugInResources" = "11:TRUE"
}
}
@@ -4452,7 +4762,7 @@
"ContextData" = "8:Bitmap"
"Attributes" = "3:4"
"Setting" = "3:2"
- "Value" = "8:_B27A27CF89184464AA75136E80B09BA2"
+ "Value" = "8:_10D6C3C3D8C345C191867BE077A64314"
"UsePlugInResources" = "11:TRUE"
}
"EulaText"
@@ -4464,7 +4774,7 @@
"ContextData" = "8:"
"Attributes" = "3:0"
"Setting" = "3:2"
- "Value" = "8:_75DEFB04EB20414488CA26910F7B814D"
+ "Value" = "8:_A93ED93646FF4383AE0A662359FDA343"
"UsePlugInResources" = "11:TRUE"
}
"Sunken"
@@ -4515,7 +4825,7 @@
"ContextData" = "8:Bitmap"
"Attributes" = "3:4"
"Setting" = "3:2"
- "Value" = "8:_B27A27CF89184464AA75136E80B09BA2"
+ "Value" = "8:_10D6C3C3D8C345C191867BE077A64314"
"UsePlugInResources" = "11:TRUE"
}
"ShowProgress"
@@ -4560,7 +4870,7 @@
"ContextData" = "8:Bitmap"
"Attributes" = "3:4"
"Setting" = "3:2"
- "Value" = "8:_B27A27CF89184464AA75136E80B09BA2"
+ "Value" = "8:_10D6C3C3D8C345C191867BE077A64314"
"UsePlugInResources" = "11:TRUE"
}
"UpdateText"
diff --git a/deployment/windows/CoatiSetup/SetupApplicationSettingsLib/Properties/AssemblyInfo.cs b/deployment/windows/CoatiAppSetup/SetupApplicationSettingsLib/Properties/AssemblyInfo.cs
similarity index 100%
rename from deployment/windows/CoatiSetup/SetupApplicationSettingsLib/Properties/AssemblyInfo.cs
rename to deployment/windows/CoatiAppSetup/SetupApplicationSettingsLib/Properties/AssemblyInfo.cs
diff --git a/deployment/windows/CoatiSetup/SetupApplicationSettingsLib/SetupApplicationSettings.Designer.cs b/deployment/windows/CoatiAppSetup/SetupApplicationSettingsLib/SetupApplicationSettings.Designer.cs
similarity index 100%
rename from deployment/windows/CoatiSetup/SetupApplicationSettingsLib/SetupApplicationSettings.Designer.cs
rename to deployment/windows/CoatiAppSetup/SetupApplicationSettingsLib/SetupApplicationSettings.Designer.cs
diff --git a/deployment/windows/CoatiSetup/SetupApplicationSettingsLib/SetupApplicationSettings.cs b/deployment/windows/CoatiAppSetup/SetupApplicationSettingsLib/SetupApplicationSettings.cs
similarity index 100%
rename from deployment/windows/CoatiSetup/SetupApplicationSettingsLib/SetupApplicationSettings.cs
rename to deployment/windows/CoatiAppSetup/SetupApplicationSettingsLib/SetupApplicationSettings.cs
diff --git a/deployment/windows/CoatiSetup/SetupApplicationSettingsLib/SetupApplicationSettingsLib.csproj b/deployment/windows/CoatiAppSetup/SetupApplicationSettingsLib/SetupApplicationSettingsLib.csproj
similarity index 100%
rename from deployment/windows/CoatiSetup/SetupApplicationSettingsLib/SetupApplicationSettingsLib.csproj
rename to deployment/windows/CoatiAppSetup/SetupApplicationSettingsLib/SetupApplicationSettingsLib.csproj
diff --git a/deployment/windows/CoatiSetup/SetupCreateDesktopShortcutLib/CreateDesktopShortcut.Designer.cs b/deployment/windows/CoatiAppSetup/SetupCreateDesktopShortcutLib/CreateDesktopShortcut.Designer.cs
similarity index 100%
rename from deployment/windows/CoatiSetup/SetupCreateDesktopShortcutLib/CreateDesktopShortcut.Designer.cs
rename to deployment/windows/CoatiAppSetup/SetupCreateDesktopShortcutLib/CreateDesktopShortcut.Designer.cs
diff --git a/deployment/windows/CoatiSetup/SetupCreateDesktopShortcutLib/CreateDesktopShortcut.cs b/deployment/windows/CoatiAppSetup/SetupCreateDesktopShortcutLib/CreateDesktopShortcut.cs
similarity index 100%
rename from deployment/windows/CoatiSetup/SetupCreateDesktopShortcutLib/CreateDesktopShortcut.cs
rename to deployment/windows/CoatiAppSetup/SetupCreateDesktopShortcutLib/CreateDesktopShortcut.cs
diff --git a/deployment/windows/CoatiSetup/SetupCreateDesktopShortcutLib/Properties/AssemblyInfo.cs b/deployment/windows/CoatiAppSetup/SetupCreateDesktopShortcutLib/Properties/AssemblyInfo.cs
similarity index 100%
rename from deployment/windows/CoatiSetup/SetupCreateDesktopShortcutLib/Properties/AssemblyInfo.cs
rename to deployment/windows/CoatiAppSetup/SetupCreateDesktopShortcutLib/Properties/AssemblyInfo.cs
diff --git a/deployment/windows/CoatiAppSetup/SetupCreateDesktopShortcutLib/SetupCreateDesktopShortcutLib.csproj b/deployment/windows/CoatiAppSetup/SetupCreateDesktopShortcutLib/SetupCreateDesktopShortcutLib.csproj
new file mode 100644
index 00000000..4f73f6e8
--- /dev/null
+++ b/deployment/windows/CoatiAppSetup/SetupCreateDesktopShortcutLib/SetupCreateDesktopShortcutLib.csproj
@@ -0,0 +1,74 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {91EE9087-7809-4289-AEC8-4DFB20679A74}
+ Library
+ Properties
+ SetupCreateDesktopShortcutLib
+ SetupCreateDesktopShortcutLib
+ v4.5
+ 512
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Component
+
+
+ CreateDesktopShortcut.cs
+
+
+
+
+
+ {F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}
+ 1
+ 0
+ 0
+ tlbimp
+ False
+ True
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/deployment/windows/CoatiSetup/SetupCreateStartMenuShortcutLib/CreateStartMenuShortcut.Designer.cs b/deployment/windows/CoatiAppSetup/SetupCreateStartMenuShortcutLib/CreateStartMenuShortcut.Designer.cs
similarity index 100%
rename from deployment/windows/CoatiSetup/SetupCreateStartMenuShortcutLib/CreateStartMenuShortcut.Designer.cs
rename to deployment/windows/CoatiAppSetup/SetupCreateStartMenuShortcutLib/CreateStartMenuShortcut.Designer.cs
diff --git a/deployment/windows/CoatiSetup/SetupCreateStartMenuShortcutLib/CreateStartMenuShortcut.cs b/deployment/windows/CoatiAppSetup/SetupCreateStartMenuShortcutLib/CreateStartMenuShortcut.cs
similarity index 100%
rename from deployment/windows/CoatiSetup/SetupCreateStartMenuShortcutLib/CreateStartMenuShortcut.cs
rename to deployment/windows/CoatiAppSetup/SetupCreateStartMenuShortcutLib/CreateStartMenuShortcut.cs
diff --git a/deployment/windows/CoatiSetup/SetupCreateStartMenuShortcutLib/Properties/AssemblyInfo.cs b/deployment/windows/CoatiAppSetup/SetupCreateStartMenuShortcutLib/Properties/AssemblyInfo.cs
similarity index 100%
rename from deployment/windows/CoatiSetup/SetupCreateStartMenuShortcutLib/Properties/AssemblyInfo.cs
rename to deployment/windows/CoatiAppSetup/SetupCreateStartMenuShortcutLib/Properties/AssemblyInfo.cs
diff --git a/deployment/windows/CoatiSetup/SetupCreateStartMenuShortcutLib/SetupCreateStartMenuShortcutLib.csproj b/deployment/windows/CoatiAppSetup/SetupCreateStartMenuShortcutLib/SetupCreateStartMenuShortcutLib.csproj
similarity index 100%
rename from deployment/windows/CoatiSetup/SetupCreateStartMenuShortcutLib/SetupCreateStartMenuShortcutLib.csproj
rename to deployment/windows/CoatiAppSetup/SetupCreateStartMenuShortcutLib/SetupCreateStartMenuShortcutLib.csproj
diff --git a/deployment/windows/CoatiSetup/SetupRemoveCacheFiles/Properties/AssemblyInfo.cs b/deployment/windows/CoatiAppSetup/SetupRemoveCacheFiles/Properties/AssemblyInfo.cs
similarity index 100%
rename from deployment/windows/CoatiSetup/SetupRemoveCacheFiles/Properties/AssemblyInfo.cs
rename to deployment/windows/CoatiAppSetup/SetupRemoveCacheFiles/Properties/AssemblyInfo.cs
diff --git a/deployment/windows/CoatiSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.Designer.cs b/deployment/windows/CoatiAppSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.Designer.cs
similarity index 100%
rename from deployment/windows/CoatiSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.Designer.cs
rename to deployment/windows/CoatiAppSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.Designer.cs
diff --git a/deployment/windows/CoatiSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.cs b/deployment/windows/CoatiAppSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.cs
similarity index 100%
rename from deployment/windows/CoatiSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.cs
rename to deployment/windows/CoatiAppSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.cs
diff --git a/deployment/windows/CoatiSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.csproj b/deployment/windows/CoatiAppSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.csproj
similarity index 100%
rename from deployment/windows/CoatiSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.csproj
rename to deployment/windows/CoatiAppSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.csproj
diff --git a/deployment/windows/CoatiTrialSetup/CoatiSetup/CoatiSetup.vdproj b/deployment/windows/CoatiTrialSetup/CoatiSetup/CoatiSetup.vdproj
new file mode 100644
index 00000000..55e19055
--- /dev/null
+++ b/deployment/windows/CoatiTrialSetup/CoatiSetup/CoatiSetup.vdproj
@@ -0,0 +1,5042 @@
+"DeployProject"
+{
+"VSVersion" = "3:800"
+"ProjectType" = "8:{978C614F-708E-4E1A-B201-565925725DBA}"
+"IsWebType" = "8:FALSE"
+"ProjectName" = "8:CoatiSetup"
+"LanguageId" = "3:1033"
+"CodePage" = "3:1252"
+"UILanguageId" = "3:1033"
+"SccProjectName" = "8:"
+"SccLocalPath" = "8:"
+"SccAuxPath" = "8:"
+"SccProvider" = "8:"
+ "Hierarchy"
+ {
+ "Entry"
+ {
+ "MsmKey" = "8:_01487FD38EEB410DA06E0F9CA29C5653"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_022306387A6546F5BA234B9FCE87656D"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_02CD8C9B8B0E409B907B9B6AC665E91B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_037CA5C54AC54097A60194F7BF278651"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_046F2DAB656F421B891CD5E4063A4D9A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_0C6F8E3E9815483DB9B9525A5CB12BC7"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_0D6F8884804447CFB7B5E0CC465B58F4"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_0D8B6934252E4EC2BABFDA59D8F370A6"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_0EE1E4EA6AA24123A12B7D29D9EAD5BD"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_0F7B5E6243554C1A96A51B200E8A5B58"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_145FB67AF1774D029CD2047D9D3B3F26"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_16F7D67EEC604D6BAA1FD46EA6958CE9"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_17E01ED758AE4C8DA24511FCB2EA736E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_18FBF37A2B424E98B7109BF8ADFD5408"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_193A82D32C19456B8EFBFDE83C3AAA5F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_1E83046E306A474E9400A001600B2700"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_215C8575214B45A39F876D3707A92069"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_21C394FC316D40DB9FAC9A08156618F0"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_266CC6CBEF764F9D9AB0B8E456F74C8D"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2DA06C4E301647A58D13904DAE5A1010"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2E166286273E4F7EA2228801AA8542FF"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2ED83DC3EB884937B3F90A65A6B98930"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_30942A550DC5439589B0FF722128BB64"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_30A1423820DB45E5891A961CDA65E45A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_32FDBCE164294A2DAAFD67F4579D89DF"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_3460FAB707F8431E87168499A7F51556"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_36C36F93916E41918F44C3328357E17F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_373E826B62454662887F482B3EED2872"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_383C3C31CEAE49ADB319056F4E68B3F1"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_38986F0870A14310AE4A8143F59891A8"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_3FCDDB859BC247E0B2634CBD56E2B763"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_4400372852214CC588823F7A1A9F5F5D"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_4686B4EEA7A14504BE7E0041E82AEDE8"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_48C94FCED7D045E78A3E081A11662715"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_4B368A3CA7ED47C584B8275181DC052F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_4BDEC7E5FB8B4BE8A303082523C30DE4"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_4D80F151B3F143659EEBFFF07E91C65A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_4D9D70D2CA3244CD919DDB78843614FD"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_52F96C45EF1F42B49711E42EAAC7A32B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_546F15E809DF45859A0C194380B70843"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_54B73F859AE8446F8D5B9E5DBB1D817A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_55993726A36649E5A7357B132039C206"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_5789409592134E888A27F1B86B9E4232"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_58F7BC06461A4DC4B01E40246E9530DB"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_5D661D36B48C48BE973A4BE2192E3B2F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_5FB6BD440CAC40449CC42655A2CEB670"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_61CB09C14E0D4473B8A0EA969EAB1E64"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_63C916D362AC471FBDA18920E41443D6"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_63D19AE29AD14EF88F5483C735B2DF2D"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_6940F3589D664C2F8C23F723F4F04726"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_6B181AA530FD431AAA82E917EFFD8588"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_6C93078F2D644F8A8E6A21AACEED65F8"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_72682FB1EB5042B8BA59A2EB76A9F847"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_72D25F20F2A846EBAF0B281370F3FD7E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7347E76DAD5F4CBE8E2F87F40A88DFDD"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_73B13876A9444C14A89921C95EABEC35"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_75BED6211FC54DB29C8B51532ABDD0C8"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_769A9804482F45D7A708E444AAEE9DE3"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_78E480DA746A4F1AAA980CF751EA54AF"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7AB220117A0D4C4CB8EB6141745CF164"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7AFE3A805F1E46E1ADBD88B859A1ED91"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7BCB2E5ECE164D39AD46CF9F41732648"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7FBF72581FBE44908B1D35EDBFFC118F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8146F7427D3C4638B39F09A19B84E3FE"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_851A602506FE4244A021922533932FED"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_87A6F9A4A4EB4FE391CF70EA297C4002"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_87C294D688CE4BCCA399FD8AC72D48C0"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8D5AEFDD72AC4B00967BFFDBACB82112"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8E2479A7DD6C48F88B7BCC1567A53892"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8E87461C68FD41E3BF1077B9E7DA946B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_927AA2450359400398EC6015571C4680"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_93B4E30DF45F416AAECCBDD225242CC7"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_9540F5F6C09C4B5FBE01A3035D924F0E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_9620240EDDC14770A4AB21D6FD169FCA"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_99A1F803D402483EBBF1AD06C31A1D50"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_9A25601EC45E461F9496D4DD1E562C30"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_9F28F57590444079920CE22A4A1EAF5E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A4D5CA6D5A6A4E73968ED13026B71B9B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A5AC2C7B3A024875AD9C5FA88E445221"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A5C72D81FA8A421CBE3270A801660A0C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A66E166B06CE4949B037BA2DDEAA3152"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A8968320B28343E28508DE2F37C12919"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A9914A775BCE41B4A68A5348DC7326B6"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_AAE08FAECFF54292B13E061BA1E12E4D"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_B1A224B08C57497B94CEC6DBBABD5323"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_B71FAEFCDCD34A8FB39491C4032DE7A0"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_B88D0D6B803B40C1AA0CCEDED05662ED"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_BE322B7F7412433BA28A3EE3E38DC3DC"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_BF1E9D828D734A568A847279AC8E6B23"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_BF6197AF4B3046CCB8A2C0181BC2FF0F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_BFFA5739E94D4D168A1D43E36F54C815"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C02A2232540943F6907DFFEFE78E179E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C09E06091DA24DF3A920696D253C2468"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C16E8A2CCAC741908C60E95C5D0E4866"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C7DCC9D78B694068956DADD44C79E64B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C84BE68F0D9E42D3B9BD9C8A53DF049A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C9DF264C001549118F837BF45CBFDCCB"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_CB1885338FFE4E268C3546EE61B37117"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_CC0503A471CE4DEC9D548B641C7143FA"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_CDA315CF864045A7951A97813C5FEBA7"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_CE9E96A8E12C4CD19E14BBFA0519EBC2"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D0A7CFAAC04146139FE0EEE3B12F1632"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D0CB85AACC2C43A18DB75229529F4FEB"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D2C2F69F414F43CBB247E8FBEE410766"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D33CE7460F22481480C361E2F77402F0"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D6A3AA89570B48C6B783CA2DE6993222"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D7A898D6A79744BDBFE5E0B1395D55D7"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D8194EE923894B7A8A4ECFE085552E36"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_DB44703A777E4FC3803F2F59A5EF1FAD"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_DBCBA153A5EF4B869CF8A9003DFB5C35"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E35C99608F664C5896E7D46CAA70853B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E3DAD78771E94C709B9F629FF2060A58"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E43E09C8CB354F88BF671A1CFAD8B7BB"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E474779FBD134048A8F871EA55CC90E6"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E76E3EC211634CD78F19B2893147D3F5"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E81532CFE69541D7BD0DAF3161EEFDA0"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E89B5E761ABA49648750E4DBADC6EBFB"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E8FAF4016C9147A3962555F4685AC4FA"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_EA117E55109E4929AD27B2D3FDF6AE2A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_EA82EEC5EE4E458FB44322D937583352"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_EB5D1E4836BB4AF6AF35821DC45F990A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_F0F1AA2EBF404C6F87EC93AC1BAC0390"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_F629465023B141219A88F93CD2845493"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_F81B906E39E44A5DAC37B3D70BC8A8CE"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_FA52694C0BEF4D90BB70C824617A42D4"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_FB29EAD658C3497D9AC46ADE92D33C83"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_FD2A2D0F3C74411DB8478FE37201B15C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_FDAE83AE644D4C428F5E3F20AD73B810"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_UNDEFINED"
+ "OwnerKey" = "8:_3460FAB707F8431E87168499A7F51556"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_UNDEFINED"
+ "OwnerKey" = "8:_FB29EAD658C3497D9AC46ADE92D33C83"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_UNDEFINED"
+ "OwnerKey" = "8:_F81B906E39E44A5DAC37B3D70BC8A8CE"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_UNDEFINED"
+ "OwnerKey" = "8:_C84BE68F0D9E42D3B9BD9C8A53DF049A"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ }
+ "Configurations"
+ {
+ "Debug"
+ {
+ "DisplayName" = "8:Debug"
+ "IsDebugOnly" = "11:TRUE"
+ "IsReleaseOnly" = "11:FALSE"
+ "OutputFilename" = "8:Debug\\CoatiTrial_d.msi"
+ "PackageFilesAs" = "3:2"
+ "PackageFileSize" = "3:-2147483648"
+ "CabType" = "3:1"
+ "Compression" = "3:2"
+ "SignOutput" = "11:FALSE"
+ "CertificateFile" = "8:"
+ "PrivateKeyFile" = "8:"
+ "TimeStampServer" = "8:"
+ "InstallerBootstrapper" = "3:2"
+ "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}"
+ {
+ "Enabled" = "11:TRUE"
+ "PromptEnabled" = "11:TRUE"
+ "PrerequisitesLocation" = "2:1"
+ "Url" = "8:"
+ "ComponentsUrl" = "8:"
+ "Items"
+ {
+ "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.5"
+ {
+ "Name" = "8:Microsoft .NET Framework 4.5 (x86 and x64)"
+ "ProductCode" = "8:.NETFramework,Version=v4.5"
+ }
+ "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Visual.C++.14.0.x64"
+ {
+ "Name" = "8:Visual C++ \"14\" Runtime Libraries (x64)"
+ "ProductCode" = "8:Microsoft.Visual.C++.14.0.x64"
+ }
+ "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Visual.C++.14.0.x86"
+ {
+ "Name" = "8:Visual C++ \"14\" Runtime Libraries (x86)"
+ "ProductCode" = "8:Microsoft.Visual.C++.14.0.x86"
+ }
+ }
+ }
+ }
+ "Release"
+ {
+ "DisplayName" = "8:Release"
+ "IsDebugOnly" = "11:FALSE"
+ "IsReleaseOnly" = "11:TRUE"
+ "OutputFilename" = "8:Release\\CoatiTrial.msi"
+ "PackageFilesAs" = "3:2"
+ "PackageFileSize" = "3:-2147483648"
+ "CabType" = "3:1"
+ "Compression" = "3:2"
+ "SignOutput" = "11:FALSE"
+ "CertificateFile" = "8:"
+ "PrivateKeyFile" = "8:"
+ "TimeStampServer" = "8:"
+ "InstallerBootstrapper" = "3:2"
+ "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}"
+ {
+ "Enabled" = "11:TRUE"
+ "PromptEnabled" = "11:TRUE"
+ "PrerequisitesLocation" = "2:1"
+ "Url" = "8:"
+ "ComponentsUrl" = "8:"
+ "Items"
+ {
+ "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.5"
+ {
+ "Name" = "8:Microsoft .NET Framework 4.5 (x86 and x64)"
+ "ProductCode" = "8:.NETFramework,Version=v4.5"
+ }
+ "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Visual.C++.14.0.x64"
+ {
+ "Name" = "8:Visual C++ \"14\" Runtime Libraries (x64)"
+ "ProductCode" = "8:Microsoft.Visual.C++.14.0.x64"
+ }
+ "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Visual.C++.14.0.x86"
+ {
+ "Name" = "8:Visual C++ \"14\" Runtime Libraries (x86)"
+ "ProductCode" = "8:Microsoft.Visual.C++.14.0.x86"
+ }
+ }
+ }
+ }
+ }
+ "Deployable"
+ {
+ "CustomAction"
+ {
+ "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_1C7BFD7F75904F828709F1BD762F4C7B"
+ {
+ "Name" = "8:Primary output from SetupRemoveCacheFiles (Active)"
+ "Condition" = "8:"
+ "Object" = "8:_FB29EAD658C3497D9AC46ADE92D33C83"
+ "FileType" = "3:1"
+ "InstallAction" = "3:3"
+ "Arguments" = "8:"
+ "EntryPoint" = "8:"
+ "Sequence" = "3:2"
+ "Identifier" = "8:_47062928_17D9_410B_A66D_1F3C29F44813"
+ "InstallerClass" = "11:TRUE"
+ "CustomActionData" = "8:"
+ }
+ "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_20DD0D272E394342A50FAD81CE31AA7F"
+ {
+ "Name" = "8:Primary output from SetupApplicationSettingsLib (Active)"
+ "Condition" = "8:"
+ "Object" = "8:_3460FAB707F8431E87168499A7F51556"
+ "FileType" = "3:1"
+ "InstallAction" = "3:2"
+ "Arguments" = "8:"
+ "EntryPoint" = "8:"
+ "Sequence" = "3:1"
+ "Identifier" = "8:_B586E131_0D06_4063_AAFC_583DE90071F9"
+ "InstallerClass" = "11:TRUE"
+ "CustomActionData" = "8:"
+ }
+ "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_2DD762B8DECB40D69A7E3495EFDABC4E"
+ {
+ "Name" = "8:Primary output from SetupCreateStartMenuShortcutLib (Active)"
+ "Condition" = "8:"
+ "Object" = "8:_C84BE68F0D9E42D3B9BD9C8A53DF049A"
+ "FileType" = "3:1"
+ "InstallAction" = "3:3"
+ "Arguments" = "8:"
+ "EntryPoint" = "8:"
+ "Sequence" = "3:4"
+ "Identifier" = "8:_147D9FD0_6C78_461C_AD73_82ECCAB526B2"
+ "InstallerClass" = "11:TRUE"
+ "CustomActionData" = "8:"
+ }
+ "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_3822F3F8AB4C430794A666BBCCC3C6BC"
+ {
+ "Name" = "8:Primary output from SetupApplicationSettingsLib (Active)"
+ "Condition" = "8:"
+ "Object" = "8:_3460FAB707F8431E87168499A7F51556"
+ "FileType" = "3:1"
+ "InstallAction" = "3:4"
+ "Arguments" = "8:"
+ "EntryPoint" = "8:"
+ "Sequence" = "3:3"
+ "Identifier" = "8:_A9984DEF_148E_42BE_836A_7567D0F3F3EB"
+ "InstallerClass" = "11:TRUE"
+ "CustomActionData" = "8:"
+ }
+ "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_3BBF42F2D0554015BCF7349671B9EFFD"
+ {
+ "Name" = "8:Primary output from SetupCreateStartMenuShortcutLib (Active)"
+ "Condition" = "8:"
+ "Object" = "8:_C84BE68F0D9E42D3B9BD9C8A53DF049A"
+ "FileType" = "3:1"
+ "InstallAction" = "3:2"
+ "Arguments" = "8:"
+ "EntryPoint" = "8:"
+ "Sequence" = "3:3"
+ "Identifier" = "8:_CAEF50B1_02B9_4DB1_8DC5_E4E5DB4772DE"
+ "InstallerClass" = "11:TRUE"
+ "CustomActionData" = "8:"
+ }
+ "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_463FBB946E6F4CF290A4B7E51ED398E5"
+ {
+ "Name" = "8:Primary output from SetupCreateDesktopShortcutLib (Active)"
+ "Condition" = "8:"
+ "Object" = "8:_F81B906E39E44A5DAC37B3D70BC8A8CE"
+ "FileType" = "3:1"
+ "InstallAction" = "3:3"
+ "Arguments" = "8:"
+ "EntryPoint" = "8:"
+ "Sequence" = "3:1"
+ "Identifier" = "8:_D5A4D86B_3739_48C2_945F_B7F58BD82AB8"
+ "InstallerClass" = "11:TRUE"
+ "CustomActionData" = "8:"
+ }
+ "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_4B8EC05B1C9243EC850DF98F8622819D"
+ {
+ "Name" = "8:Primary output from SetupCreateDesktopShortcutLib (Active)"
+ "Condition" = "8:CHECKBOXA1=1"
+ "Object" = "8:_F81B906E39E44A5DAC37B3D70BC8A8CE"
+ "FileType" = "3:1"
+ "InstallAction" = "3:2"
+ "Arguments" = "8:"
+ "EntryPoint" = "8:"
+ "Sequence" = "3:2"
+ "Identifier" = "8:_3815A2F9_FFA3_429E_817B_C18E119D9C8D"
+ "InstallerClass" = "11:TRUE"
+ "CustomActionData" = "8:"
+ }
+ "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_541A6531B7F740DF8DCF518908A99D36"
+ {
+ "Name" = "8:Primary output from SetupCreateStartMenuShortcutLib (Active)"
+ "Condition" = "8:"
+ "Object" = "8:_C84BE68F0D9E42D3B9BD9C8A53DF049A"
+ "FileType" = "3:1"
+ "InstallAction" = "3:4"
+ "Arguments" = "8:"
+ "EntryPoint" = "8:"
+ "Sequence" = "3:4"
+ "Identifier" = "8:_A7EE1E7D_CFF9_47D5_9F1D_8340AF683CFA"
+ "InstallerClass" = "11:TRUE"
+ "CustomActionData" = "8:"
+ }
+ "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_67190625A6A64789B579DC9ABA4CC848"
+ {
+ "Name" = "8:Primary output from SetupCreateDesktopShortcutLib (Active)"
+ "Condition" = "8:"
+ "Object" = "8:_F81B906E39E44A5DAC37B3D70BC8A8CE"
+ "FileType" = "3:1"
+ "InstallAction" = "3:4"
+ "Arguments" = "8:"
+ "EntryPoint" = "8:"
+ "Sequence" = "3:1"
+ "Identifier" = "8:_A125E7D7_3528_4C30_B542_22539819AA10"
+ "InstallerClass" = "11:TRUE"
+ "CustomActionData" = "8:"
+ }
+ "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_B1A592F73CCB404297211C5D3D86AB5F"
+ {
+ "Name" = "8:Primary output from SetupApplicationSettingsLib (Active)"
+ "Condition" = "8:"
+ "Object" = "8:_3460FAB707F8431E87168499A7F51556"
+ "FileType" = "3:1"
+ "InstallAction" = "3:3"
+ "Arguments" = "8:"
+ "EntryPoint" = "8:"
+ "Sequence" = "3:3"
+ "Identifier" = "8:_009313C8_099B_4D8A_B44B_1C7E30BE24CF"
+ "InstallerClass" = "11:TRUE"
+ "CustomActionData" = "8:"
+ }
+ "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_B3460A76F192451F8EA8A1B65529039A"
+ {
+ "Name" = "8:Primary output from SetupCreateDesktopShortcutLib (Active)"
+ "Condition" = "8:"
+ "Object" = "8:_F81B906E39E44A5DAC37B3D70BC8A8CE"
+ "FileType" = "3:1"
+ "InstallAction" = "3:1"
+ "Arguments" = "8:"
+ "EntryPoint" = "8:"
+ "Sequence" = "3:2"
+ "Identifier" = "8:_FA88290C_53F7_463A_80E4_AA7C8332F611"
+ "InstallerClass" = "11:TRUE"
+ "CustomActionData" = "8:"
+ }
+ "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_C8D0F5D371844855A3F74383818871DF"
+ {
+ "Name" = "8:Primary output from SetupApplicationSettingsLib (Active)"
+ "Condition" = "8:"
+ "Object" = "8:_3460FAB707F8431E87168499A7F51556"
+ "FileType" = "3:1"
+ "InstallAction" = "3:1"
+ "Arguments" = "8:"
+ "EntryPoint" = "8:"
+ "Sequence" = "3:1"
+ "Identifier" = "8:_F33BE408_50C0_45FD_A33D_DB97198E9B53"
+ "InstallerClass" = "11:TRUE"
+ "CustomActionData" = "8:"
+ }
+ "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_DD799787F39A4F1A8742B6CBC1DABF17"
+ {
+ "Name" = "8:Primary output from SetupCreateStartMenuShortcutLib (Active)"
+ "Condition" = "8:"
+ "Object" = "8:_C84BE68F0D9E42D3B9BD9C8A53DF049A"
+ "FileType" = "3:1"
+ "InstallAction" = "3:1"
+ "Arguments" = "8:"
+ "EntryPoint" = "8:"
+ "Sequence" = "3:3"
+ "Identifier" = "8:_73BFCC58_37EB_4D02_A2F8_7A0D5C37AF81"
+ "InstallerClass" = "11:TRUE"
+ "CustomActionData" = "8:"
+ }
+ "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_EA511606B8E840088DBD733FF462117D"
+ {
+ "Name" = "8:Primary output from SetupRemoveCacheFiles (Active)"
+ "Condition" = "8:"
+ "Object" = "8:_FB29EAD658C3497D9AC46ADE92D33C83"
+ "FileType" = "3:1"
+ "InstallAction" = "3:4"
+ "Arguments" = "8:"
+ "EntryPoint" = "8:"
+ "Sequence" = "3:2"
+ "Identifier" = "8:_7303D854_DA22_4BDC_BB51_E2DE8535B1DB"
+ "InstallerClass" = "11:TRUE"
+ "CustomActionData" = "8:"
+ }
+ }
+ "DefaultFeature"
+ {
+ "Name" = "8:DefaultFeature"
+ "Title" = "8:"
+ "Description" = "8:"
+ }
+ "ExternalPersistence"
+ {
+ "LaunchCondition"
+ {
+ "{A06ECF26-33A3-4562-8140-9B0E340D4F24}:_FD6CE06F4C24434D84B43D941692D35B"
+ {
+ "Name" = "8:.NET Framework"
+ "Message" = "8:[VSDNETMSG]"
+ "FrameworkVersion" = "8:.NETFramework,Version=v4.5"
+ "AllowLaterVersions" = "11:FALSE"
+ "InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=395269"
+ }
+ }
+ }
+ "File"
+ {
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_01487FD38EEB410DA06E0F9CA29C5653"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\src\\human_player.h"
+ "TargetName" = "8:human_player.h"
+ "Tag" = "8:"
+ "Folder" = "8:_CE5AAF4EE3764AACA06B8963D3F99884"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_022306387A6546F5BA234B9FCE87656D"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\statusbar_view\\loader.gif"
+ "TargetName" = "8:loader.gif"
+ "Tag" = "8:"
+ "Folder" = "8:_8EBD851657BC4117A720469ADAD825DE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_02CD8C9B8B0E409B907B9B6AC665E91B"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\project_wizzard\\window.css"
+ "TargetName" = "8:window.css"
+ "Tag" = "8:"
+ "Folder" = "8:_C0D58E5F41914679BBF77A64F4AD9883"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_037CA5C54AC54097A60194F7BF278651"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\fonts\\FiraSans_License.txt"
+ "TargetName" = "8:FiraSans_License.txt"
+ "Tag" = "8:"
+ "Folder" = "8:_10C56793A3844205AF9C78F869786AC6"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_046F2DAB656F421B891CD5E4063A4D9A"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\minimize_inactive.png"
+ "TargetName" = "8:minimize_inactive.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F23DECDC0B546EAACE918CC5C17F653"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0C6F8E3E9815483DB9B9525A5CB12BC7"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\Release\\Qt5Network.dll"
+ "TargetName" = "8:Qt5Network.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_972788CBF3404779967EA0B73B72BF18"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0D6F8884804447CFB7B5E0CC465B58F4"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\typedef_2.png"
+ "TargetName" = "8:typedef_2.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F2CF686BD9740B4823D889F5D0C3F87"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0D8B6934252E4EC2BABFDA59D8F370A6"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\search_view\\images\\search.png"
+ "TargetName" = "8:search.png"
+ "Tag" = "8:"
+ "Folder" = "8:_3AD40865D1D747AE81EBCEB665944B1F"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0EE1E4EA6AA24123A12B7D29D9EAD5BD"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\Release\\platforms\\qwindows.dll"
+ "TargetName" = "8:qwindows.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_36F954FFA6FC40E8B08F9BCE6A7378C5"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0F7B5E6243554C1A96A51B200E8A5B58"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\snippet_inactive.png"
+ "TargetName" = "8:snippet_inactive.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F23DECDC0B546EAACE918CC5C17F653"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_145FB67AF1774D029CD2047D9D3B3F26"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\installer\\EULA.rtf"
+ "TargetName" = "8:EULA.rtf"
+ "Tag" = "8:"
+ "Folder" = "8:_726D4EDF4337432EBB3AB25F6CAC02A9"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_16F7D67EEC604D6BAA1FD46EA6958CE9"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\plus_hover.png"
+ "TargetName" = "8:plus_hover.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6BFBF58A706240718B8E6BF738AEABA9"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_17E01ED758AE4C8DA24511FCB2EA736E"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\fonts\\SourceCodePro-Bold.otf"
+ "TargetName" = "8:SourceCodePro-Bold.otf"
+ "Tag" = "8:"
+ "Folder" = "8:_10C56793A3844205AF9C78F869786AC6"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_18FBF37A2B424E98B7109BF8ADFD5408"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\tictactoe.coatiproject"
+ "TargetName" = "8:tictactoe.coatiproject"
+ "Tag" = "8:"
+ "Folder" = "8:_A98DFF7C739B4F32B0D8F66F5632CCD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_193A82D32C19456B8EFBFDE83C3AAA5F"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\about\\logo_aws.png"
+ "TargetName" = "8:logo_aws.png"
+ "Tag" = "8:"
+ "Folder" = "8:_EB28E483C50D494BB46D3FA082BC6B6D"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1E83046E306A474E9400A001600B2700"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\enum_2.png"
+ "TargetName" = "8:enum_2.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F2CF686BD9740B4823D889F5D0C3F87"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_215C8575214B45A39F876D3707A92069"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\src\\start_exploring.h"
+ "TargetName" = "8:start_exploring.h"
+ "Tag" = "8:"
+ "Folder" = "8:_A38746A96F3F43108F3B9C1A88E43FD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_21C394FC316D40DB9FAC9A08156618F0"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\fonts\\Roboto-Regular.ttf"
+ "TargetName" = "8:Roboto-Regular.ttf"
+ "Tag" = "8:"
+ "Folder" = "8:_10C56793A3844205AF9C78F869786AC6"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_266CC6CBEF764F9D9AB0B8E456F74C8D"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\typedef_1.png"
+ "TargetName" = "8:typedef_1.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F2CF686BD9740B4823D889F5D0C3F87"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2DA06C4E301647A58D13904DAE5A1010"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\fonts\\FiraSans-Regular.otf"
+ "TargetName" = "8:FiraSans-Regular.otf"
+ "Tag" = "8:"
+ "Folder" = "8:_10C56793A3844205AF9C78F869786AC6"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2E166286273E4F7EA2228801AA8542FF"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\src\\tictactoe.h"
+ "TargetName" = "8:tictactoe.h"
+ "Tag" = "8:"
+ "Folder" = "8:_CE5AAF4EE3764AACA06B8963D3F99884"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2ED83DC3EB884937B3F90A65A6B98930"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\macro_3.png"
+ "TargetName" = "8:macro_3.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F2CF686BD9740B4823D889F5D0C3F87"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_30942A550DC5439589B0FF722128BB64"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\src\\io.cpp"
+ "TargetName" = "8:io.cpp"
+ "Tag" = "8:"
+ "Folder" = "8:_CE5AAF4EE3764AACA06B8963D3F99884"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_30A1423820DB45E5891A961CDA65E45A"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\startscreen\\logo.png"
+ "TargetName" = "8:logo.png"
+ "Tag" = "8:"
+ "Folder" = "8:_48309CB0659B48DA90B6CC258F802FC3"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_32FDBCE164294A2DAAFD67F4579D89DF"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\minimize_active.png"
+ "TargetName" = "8:minimize_active.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F23DECDC0B546EAACE918CC5C17F653"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_36C36F93916E41918F44C3328357E17F"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\dots.png"
+ "TargetName" = "8:dots.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6BFBF58A706240718B8E6BF738AEABA9"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_373E826B62454662887F482B3EED2872"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\listbox.css"
+ "TargetName" = "8:listbox.css"
+ "Tag" = "8:"
+ "Folder" = "8:_6BFBF58A706240718B8E6BF738AEABA9"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_383C3C31CEAE49ADB319056F4E68B3F1"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\user\\ApplicationSettings_for_package.xml"
+ "TargetName" = "8:ApplicationSettings.xml"
+ "Tag" = "8:"
+ "Folder" = "8:_E1FB5107670240B1B09FCDC91978DBAD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_38986F0870A14310AE4A8143F59891A8"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\fonts\\SourceCodePro_License.txt"
+ "TargetName" = "8:SourceCodePro_License.txt"
+ "Tag" = "8:"
+ "Folder" = "8:_10C56793A3844205AF9C78F869786AC6"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3FCDDB859BC247E0B2634CBD56E2B763"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\src\\artificial_player.h"
+ "TargetName" = "8:artificial_player.h"
+ "Tag" = "8:"
+ "Folder" = "8:_CE5AAF4EE3764AACA06B8963D3F99884"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4400372852214CC588823F7A1A9F5F5D"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\Release\\Qt5Gui.dll"
+ "TargetName" = "8:Qt5Gui.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_972788CBF3404779967EA0B73B72BF18"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4686B4EEA7A14504BE7E0041E82AEDE8"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\icon\\coati.ico"
+ "TargetName" = "8:coati.ico"
+ "Tag" = "8:"
+ "Folder" = "8:_8959139E6B22447E957E406DDF46FC31"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_48C94FCED7D045E78A3E081A11662715"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\Release\\Coati_trial_obfuscated.exe"
+ "TargetName" = "8:Coati Trial.exe"
+ "Tag" = "8:"
+ "Folder" = "8:_972788CBF3404779967EA0B73B72BF18"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4B368A3CA7ED47C584B8275181DC052F"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\src\\search_tutorial_2.h"
+ "TargetName" = "8:search_tutorial_2.h"
+ "Tag" = "8:"
+ "Folder" = "8:_A38746A96F3F43108F3B9C1A88E43FD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4BDEC7E5FB8B4BE8A303082523C30DE4"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\src\\graph_tutorial_3.h"
+ "TargetName" = "8:graph_tutorial_3.h"
+ "Tag" = "8:"
+ "Folder" = "8:_A38746A96F3F43108F3B9C1A88E43FD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4D80F151B3F143659EEBFFF07E91C65A"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\refresh_hover.png"
+ "TargetName" = "8:refresh_hover.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6BFBF58A706240718B8E6BF738AEABA9"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4D9D70D2CA3244CD919DDB78843614FD"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\about\\logo_coati.png"
+ "TargetName" = "8:logo_coati.png"
+ "Tag" = "8:"
+ "Folder" = "8:_EB28E483C50D494BB46D3FA082BC6B6D"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_52F96C45EF1F42B49711E42EAAC7A32B"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\about\\icon_close.png"
+ "TargetName" = "8:icon_close.png"
+ "Tag" = "8:"
+ "Folder" = "8:_EB28E483C50D494BB46D3FA082BC6B6D"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_546F15E809DF45859A0C194380B70843"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\minus.png"
+ "TargetName" = "8:minus.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6BFBF58A706240718B8E6BF738AEABA9"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_54B73F859AE8446F8D5B9E5DBB1D817A"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\maximize_active.png"
+ "TargetName" = "8:maximize_active.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F23DECDC0B546EAACE918CC5C17F653"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_55993726A36649E5A7357B132039C206"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\fonts\\FiraSans-SemiBold.otf"
+ "TargetName" = "8:FiraSans-SemiBold.otf"
+ "Tag" = "8:"
+ "Folder" = "8:_10C56793A3844205AF9C78F869786AC6"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5789409592134E888A27F1B86B9E4232"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\src\\graph_tutorial_4.h"
+ "TargetName" = "8:graph_tutorial_4.h"
+ "Tag" = "8:"
+ "Folder" = "8:_A38746A96F3F43108F3B9C1A88E43FD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_58F7BC06461A4DC4B01E40246E9530DB"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\src\\graph_tutorial_2.h"
+ "TargetName" = "8:graph_tutorial_2.h"
+ "Tag" = "8:"
+ "Folder" = "8:_A38746A96F3F43108F3B9C1A88E43FD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5D661D36B48C48BE973A4BE2192E3B2F"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\macro_1.png"
+ "TargetName" = "8:macro_1.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F2CF686BD9740B4823D889F5D0C3F87"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5FB6BD440CAC40449CC42655A2CEB670"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\splash_white.png"
+ "TargetName" = "8:splash_white.png"
+ "Tag" = "8:"
+ "Folder" = "8:_87CAFD99D4124707A422D6E9CE9EB332"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_61CB09C14E0D4473B8A0EA969EAB1E64"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\src\\player.h"
+ "TargetName" = "8:player.h"
+ "Tag" = "8:"
+ "Folder" = "8:_CE5AAF4EE3764AACA06B8963D3F99884"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_63C916D362AC471FBDA18920E41443D6"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\arrow.png"
+ "TargetName" = "8:arrow.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F2CF686BD9740B4823D889F5D0C3F87"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_63D19AE29AD14EF88F5483C735B2DF2D"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\src\\main.cpp"
+ "TargetName" = "8:main.cpp"
+ "Tag" = "8:"
+ "Folder" = "8:_CE5AAF4EE3764AACA06B8963D3F99884"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6940F3589D664C2F8C23F723F4F04726"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\refresh_view\\images\\auto_refresh.png"
+ "TargetName" = "8:auto_refresh.png"
+ "Tag" = "8:"
+ "Folder" = "8:_A2F583B17F274CE9B4A0DF567A7AADBC"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6B181AA530FD431AAA82E917EFFD8588"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\protected.png"
+ "TargetName" = "8:protected.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F2CF686BD9740B4823D889F5D0C3F87"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6C93078F2D644F8A8E6A21AACEED65F8"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\icon\\project_vs_256_256.png"
+ "TargetName" = "8:project_vs_256_256.png"
+ "Tag" = "8:"
+ "Folder" = "8:_8959139E6B22447E957E406DDF46FC31"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_72682FB1EB5042B8BA59A2EB76A9F847"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\undoredo_view\\undoredo_view.css"
+ "TargetName" = "8:undoredo_view.css"
+ "Tag" = "8:"
+ "Folder" = "8:_ADE835DF05A44414B99BCD953C9CF395"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_72D25F20F2A846EBAF0B281370F3FD7E"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\src\\my_first_step.h"
+ "TargetName" = "8:my_first_step.h"
+ "Tag" = "8:"
+ "Folder" = "8:_A38746A96F3F43108F3B9C1A88E43FD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7347E76DAD5F4CBE8E2F87F40A88DFDD"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\src\\search_tutorial_1.h"
+ "TargetName" = "8:search_tutorial_1.h"
+ "Tag" = "8:"
+ "Folder" = "8:_A38746A96F3F43108F3B9C1A88E43FD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_73B13876A9444C14A89921C95EABEC35"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\src\\graph_tutorial_1.h"
+ "TargetName" = "8:graph_tutorial_1.h"
+ "Tag" = "8:"
+ "Folder" = "8:_A38746A96F3F43108F3B9C1A88E43FD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_75BED6211FC54DB29C8B51532ABDD0C8"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\search_view\\search_view.css"
+ "TargetName" = "8:search_view.css"
+ "Tag" = "8:"
+ "Folder" = "8:_453DB4063A4F45C8978617B55EFE207C"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_769A9804482F45D7A708E444AAEE9DE3"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\undoredo_view\\images\\arrow_left.png"
+ "TargetName" = "8:arrow_left.png"
+ "Tag" = "8:"
+ "Folder" = "8:_B174E8E964BB402DB6DDF80118269026"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_78E480DA746A4F1AAA980CF751EA54AF"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\refresh_view\\refresh_view.css"
+ "TargetName" = "8:refresh_view.css"
+ "Tag" = "8:"
+ "Folder" = "8:_E007ADDCA0E04EE4BED2606D4D221F69"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7AB220117A0D4C4CB8EB6141745CF164"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\code_view.css"
+ "TargetName" = "8:code_view.css"
+ "Tag" = "8:"
+ "Folder" = "8:_60D5000400C644D8901C51AD425AAC59"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7AFE3A805F1E46E1ADBD88B859A1ED91"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\icon\\logo_1024_1024.png"
+ "TargetName" = "8:logo_1024_1024.png"
+ "Tag" = "8:"
+ "Folder" = "8:_8959139E6B22447E957E406DDF46FC31"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7BCB2E5ECE164D39AD46CF9F41732648"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\private.png"
+ "TargetName" = "8:private.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F2CF686BD9740B4823D889F5D0C3F87"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7FBF72581FBE44908B1D35EDBFFC118F"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\plus.png"
+ "TargetName" = "8:plus.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6BFBF58A706240718B8E6BF738AEABA9"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8146F7427D3C4638B39F09A19B84E3FE"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\src\\search_tutorial_5.h"
+ "TargetName" = "8:search_tutorial_5.h"
+ "Tag" = "8:"
+ "Folder" = "8:_A38746A96F3F43108F3B9C1A88E43FD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_851A602506FE4244A021922533932FED"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\src\\field.h"
+ "TargetName" = "8:field.h"
+ "Tag" = "8:"
+ "Folder" = "8:_CE5AAF4EE3764AACA06B8963D3F99884"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_87A6F9A4A4EB4FE391CF70EA297C4002"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\splash_blue.png"
+ "TargetName" = "8:splash_blue.png"
+ "Tag" = "8:"
+ "Folder" = "8:_87CAFD99D4124707A422D6E9CE9EB332"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_87C294D688CE4BCCA399FD8AC72D48C0"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\tutorial.coatidb"
+ "TargetName" = "8:tutorial.coatidb"
+ "Tag" = "8:"
+ "Folder" = "8:_C37652578D15418282B30F4C24BDB58C"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8D5AEFDD72AC4B00967BFFDBACB82112"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\pattern.png"
+ "TargetName" = "8:pattern.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F23DECDC0B546EAACE918CC5C17F653"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8E2479A7DD6C48F88B7BCC1567A53892"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\src\\code_tutorial_2.h"
+ "TargetName" = "8:code_tutorial_2.h"
+ "Tag" = "8:"
+ "Folder" = "8:_A38746A96F3F43108F3B9C1A88E43FD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8E87461C68FD41E3BF1077B9E7DA946B"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\maximize_inactive.png"
+ "TargetName" = "8:maximize_inactive.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F23DECDC0B546EAACE918CC5C17F653"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_927AA2450359400398EC6015571C4680"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\src\\human_player.cpp"
+ "TargetName" = "8:human_player.cpp"
+ "Tag" = "8:"
+ "Folder" = "8:_CE5AAF4EE3764AACA06B8963D3F99884"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_93B4E30DF45F416AAECCBDD225242CC7"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\bundle.png"
+ "TargetName" = "8:bundle.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F2CF686BD9740B4823D889F5D0C3F87"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9540F5F6C09C4B5FBE01A3035D924F0E"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\src\\search_tutorial_3.h"
+ "TargetName" = "8:search_tutorial_3.h"
+ "Tag" = "8:"
+ "Folder" = "8:_A38746A96F3F43108F3B9C1A88E43FD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9620240EDDC14770A4AB21D6FD169FCA"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\src\\code_tutorial_3.h"
+ "TargetName" = "8:code_tutorial_3.h"
+ "Tag" = "8:"
+ "Folder" = "8:_A38746A96F3F43108F3B9C1A88E43FD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_99A1F803D402483EBBF1AD06C31A1D50"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\enum_1.png"
+ "TargetName" = "8:enum_1.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F2CF686BD9740B4823D889F5D0C3F87"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9A25601EC45E461F9496D4DD1E562C30"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\src\\search_tutorial_4.h"
+ "TargetName" = "8:search_tutorial_4.h"
+ "Tag" = "8:"
+ "Folder" = "8:_A38746A96F3F43108F3B9C1A88E43FD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9F28F57590444079920CE22A4A1EAF5E"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\help_hover.png"
+ "TargetName" = "8:help_hover.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6BFBF58A706240718B8E6BF738AEABA9"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A4D5CA6D5A6A4E73968ED13026B71B9B"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\src\\main.cpp"
+ "TargetName" = "8:main.cpp"
+ "Tag" = "8:"
+ "Folder" = "8:_A38746A96F3F43108F3B9C1A88E43FD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A5AC2C7B3A024875AD9C5FA88E445221"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\startscreen\\startscreen.css"
+ "TargetName" = "8:startscreen.css"
+ "Tag" = "8:"
+ "Folder" = "8:_48309CB0659B48DA90B6CC258F802FC3"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A5C72D81FA8A421CBE3270A801660A0C"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\refresh_view\\images\\refresh.png"
+ "TargetName" = "8:refresh.png"
+ "Tag" = "8:"
+ "Folder" = "8:_A2F583B17F274CE9B4A0DF567A7AADBC"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A66E166B06CE4949B037BA2DDEAA3152"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\Release\\Qt5Widgets.dll"
+ "TargetName" = "8:Qt5Widgets.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_972788CBF3404779967EA0B73B72BF18"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A8968320B28343E28508DE2F37C12919"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\help.png"
+ "TargetName" = "8:help.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6BFBF58A706240718B8E6BF738AEABA9"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A9914A775BCE41B4A68A5348DC7326B6"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\icon\\project_cdb_256_256.png"
+ "TargetName" = "8:project_cdb_256_256.png"
+ "Tag" = "8:"
+ "Folder" = "8:_8959139E6B22447E957E406DDF46FC31"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_AAE08FAECFF54292B13E061BA1E12E4D"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\macro_2.png"
+ "TargetName" = "8:macro_2.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F2CF686BD9740B4823D889F5D0C3F87"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B1A224B08C57497B94CEC6DBBABD5323"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\code_view\\images\\snippet_active.png"
+ "TargetName" = "8:snippet_active.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F23DECDC0B546EAACE918CC5C17F653"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B71FAEFCDCD34A8FB39491C4032DE7A0"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\fonts\\SourceCodePro-Regular.otf"
+ "TargetName" = "8:SourceCodePro-Regular.otf"
+ "Tag" = "8:"
+ "Folder" = "8:_10C56793A3844205AF9C78F869786AC6"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B88D0D6B803B40C1AA0CCEDED05662ED"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\dots_hover.png"
+ "TargetName" = "8:dots_hover.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6BFBF58A706240718B8E6BF738AEABA9"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BE322B7F7412433BA28A3EE3E38DC3DC"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\installer\\logo_1024_1024.png"
+ "TargetName" = "8:logo_1024_1024.png"
+ "Tag" = "8:"
+ "Folder" = "8:_726D4EDF4337432EBB3AB25F6CAC02A9"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BF1E9D828D734A568A847279AC8E6B23"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\src\\code_tutorial_1.h"
+ "TargetName" = "8:code_tutorial_1.h"
+ "Tag" = "8:"
+ "Folder" = "8:_A38746A96F3F43108F3B9C1A88E43FD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BF6197AF4B3046CCB8A2C0181BC2FF0F"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\src\\artificial_player.cpp"
+ "TargetName" = "8:artificial_player.cpp"
+ "Tag" = "8:"
+ "Folder" = "8:_CE5AAF4EE3764AACA06B8963D3F99884"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BFFA5739E94D4D168A1D43E36F54C815"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\src\\field.cpp"
+ "TargetName" = "8:field.cpp"
+ "Tag" = "8:"
+ "Folder" = "8:_CE5AAF4EE3764AACA06B8963D3F99884"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C02A2232540943F6907DFFEFE78E179E"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\color_schemes\\dark.xml"
+ "TargetName" = "8:dark.xml"
+ "Tag" = "8:"
+ "Folder" = "8:_EF6140F33CC34D7FBE822EC8BEEB5B3C"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C09E06091DA24DF3A920696D253C2468"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\license\\license.css"
+ "TargetName" = "8:license.css"
+ "Tag" = "8:"
+ "Folder" = "8:_68AFA28B71764F84AA958914E1D22CF8"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C16E8A2CCAC741908C60E95C5D0E4866"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\color_schemes\\bright.xml"
+ "TargetName" = "8:bright.xml"
+ "Tag" = "8:"
+ "Folder" = "8:_EF6140F33CC34D7FBE822EC8BEEB5B3C"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C7DCC9D78B694068956DADD44C79E64B"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\undoredo_view\\images\\arrow_right.png"
+ "TargetName" = "8:arrow_right.png"
+ "Tag" = "8:"
+ "Folder" = "8:_B174E8E964BB402DB6DDF80118269026"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C9DF264C001549118F837BF45CBFDCCB"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\graph_view.css"
+ "TargetName" = "8:graph_view.css"
+ "Tag" = "8:"
+ "Folder" = "8:_EA6523EAA4ED48F898EB8B2E73A4AC2E"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CB1885338FFE4E268C3546EE61B37117"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\template.png"
+ "TargetName" = "8:template.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F2CF686BD9740B4823D889F5D0C3F87"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CC0503A471CE4DEC9D548B641C7143FA"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\pattern.png"
+ "TargetName" = "8:pattern.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F2CF686BD9740B4823D889F5D0C3F87"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CDA315CF864045A7951A97813C5FEBA7"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\user\\window_settings_for_package.ini"
+ "TargetName" = "8:window_settings.ini"
+ "Tag" = "8:"
+ "Folder" = "8:_E1FB5107670240B1B09FCDC91978DBAD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CE9E96A8E12C4CD19E14BBFA0519EBC2"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\typedef_3.png"
+ "TargetName" = "8:typedef_3.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F2CF686BD9740B4823D889F5D0C3F87"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D0A7CFAAC04146139FE0EEE3B12F1632"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\color_schemes\\bad_rainbow.xml"
+ "TargetName" = "8:bad_rainbow.xml"
+ "Tag" = "8:"
+ "Folder" = "8:_EF6140F33CC34D7FBE822EC8BEEB5B3C"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D0CB85AACC2C43A18DB75229529F4FEB"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\icon\\project_256_256.png"
+ "TargetName" = "8:project_256_256.png"
+ "Tag" = "8:"
+ "Folder" = "8:_8959139E6B22447E957E406DDF46FC31"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D2C2F69F414F43CBB247E8FBEE410766"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\fonts\\Roboto-Bold.ttf"
+ "TargetName" = "8:Roboto-Bold.ttf"
+ "Tag" = "8:"
+ "Folder" = "8:_10C56793A3844205AF9C78F869786AC6"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D33CE7460F22481480C361E2F77402F0"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\src\\the_central_hub.h"
+ "TargetName" = "8:the_central_hub.h"
+ "Tag" = "8:"
+ "Folder" = "8:_A38746A96F3F43108F3B9C1A88E43FD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D6A3AA89570B48C6B783CA2DE6993222"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\tutorial.coatiproject"
+ "TargetName" = "8:tutorial.coatiproject"
+ "Tag" = "8:"
+ "Folder" = "8:_C37652578D15418282B30F4C24BDB58C"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D7A898D6A79744BDBFE5E0B1395D55D7"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\main.css"
+ "TargetName" = "8:main.css"
+ "Tag" = "8:"
+ "Folder" = "8:_87CAFD99D4124707A422D6E9CE9EB332"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D8194EE923894B7A8A4ECFE085552E36"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\public.png"
+ "TargetName" = "8:public.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F2CF686BD9740B4823D889F5D0C3F87"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_DB44703A777E4FC3803F2F59A5EF1FAD"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\window.css"
+ "TargetName" = "8:window.css"
+ "Tag" = "8:"
+ "Folder" = "8:_6BFBF58A706240718B8E6BF738AEABA9"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_DBCBA153A5EF4B869CF8A9003DFB5C35"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\Release\\Qt5Core.dll"
+ "TargetName" = "8:Qt5Core.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_972788CBF3404779967EA0B73B72BF18"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E35C99608F664C5896E7D46CAA70853B"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\install\\uninstall_trail.bat"
+ "TargetName" = "8:uninstall.bat"
+ "Tag" = "8:"
+ "Folder" = "8:_A96454F2CE0E4C55B59EDE1094D40E56"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E3DAD78771E94C709B9F629FF2060A58"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\src\\tictactoe.cpp"
+ "TargetName" = "8:tictactoe.cpp"
+ "Tag" = "8:"
+ "Folder" = "8:_CE5AAF4EE3764AACA06B8963D3F99884"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E43E09C8CB354F88BF671A1CFAD8B7BB"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\fonts\\Roboto_License.txt"
+ "TargetName" = "8:Roboto_License.txt"
+ "Tag" = "8:"
+ "Folder" = "8:_10C56793A3844205AF9C78F869786AC6"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E474779FBD134048A8F871EA55CC90E6"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\about\\logo_fhs.png"
+ "TargetName" = "8:logo_fhs.png"
+ "Tag" = "8:"
+ "Folder" = "8:_EB28E483C50D494BB46D3FA082BC6B6D"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E76E3EC211634CD78F19B2893147D3F5"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\icon\\project.ico"
+ "TargetName" = "8:project.ico"
+ "Tag" = "8:"
+ "Folder" = "8:_8959139E6B22447E957E406DDF46FC31"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E81532CFE69541D7BD0DAF3161EEFDA0"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\about\\about.css"
+ "TargetName" = "8:about.css"
+ "Tag" = "8:"
+ "Folder" = "8:_EB28E483C50D494BB46D3FA082BC6B6D"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E89B5E761ABA49648750E4DBADC6EBFB"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\fonts\\SourceCodePro-Medium.otf"
+ "TargetName" = "8:SourceCodePro-Medium.otf"
+ "Tag" = "8:"
+ "Folder" = "8:_10C56793A3844205AF9C78F869786AC6"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E8FAF4016C9147A3962555F4685AC4FA"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\statusbar_view\\dot.png"
+ "TargetName" = "8:dot.png"
+ "Tag" = "8:"
+ "Folder" = "8:_8EBD851657BC4117A720469ADAD825DE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_EA117E55109E4929AD27B2D3FDF6AE2A"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\src\\io.h"
+ "TargetName" = "8:io.h"
+ "Tag" = "8:"
+ "Folder" = "8:_CE5AAF4EE3764AACA06B8963D3F99884"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_EA82EEC5EE4E458FB44322D937583352"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\refresh.png"
+ "TargetName" = "8:refresh.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6BFBF58A706240718B8E6BF738AEABA9"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_EB5D1E4836BB4AF6AF35821DC45F990A"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\setting_window\\minus_hover.png"
+ "TargetName" = "8:minus_hover.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6BFBF58A706240718B8E6BF738AEABA9"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_F0F1AA2EBF404C6F87EC93AC1BAC0390"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\tictactoe.coatidb"
+ "TargetName" = "8:tictactoe.coatidb"
+ "Tag" = "8:"
+ "Folder" = "8:_A98DFF7C739B4F32B0D8F66F5632CCD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_F629465023B141219A88F93CD2845493"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tutorial\\src\\utility.h"
+ "TargetName" = "8:utility.h"
+ "Tag" = "8:"
+ "Folder" = "8:_A38746A96F3F43108F3B9C1A88E43FD0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FA52694C0BEF4D90BB70C824617A42D4"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\installer\\windows_installer_banner.jpg"
+ "TargetName" = "8:windows_installer_banner.jpg"
+ "Tag" = "8:"
+ "Folder" = "8:_726D4EDF4337432EBB3AB25F6CAC02A9"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FD2A2D0F3C74411DB8478FE37201B15C"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\gui\\graph_view\\images\\file.png"
+ "TargetName" = "8:file.png"
+ "Tag" = "8:"
+ "Folder" = "8:_6F2CF686BD9740B4823D889F5D0C3F87"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FDAE83AE644D4C428F5E3F20AD73B810"
+ {
+ "SourcePath" = "8:..\\..\\..\\..\\bin\\app\\data\\projects\\tictactoe\\src\\player.cpp"
+ "TargetName" = "8:player.cpp"
+ "Tag" = "8:"
+ "Folder" = "8:_CE5AAF4EE3764AACA06B8963D3F99884"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ }
+ "FileType"
+ {
+ }
+ "Folder"
+ {
+ "{1525181F-901A-416C-8A58-119130FE478E}:_1BCBAD8E7A1342AFB0F8FEFF26E91850"
+ {
+ "Name" = "8:#1919"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:ProgramMenuFolder"
+ "Folders"
+ {
+ }
+ }
+ "{3C67513D-01DD-4637-8A68-80971EB9504F}:_972788CBF3404779967EA0B73B72BF18"
+ {
+ "DefaultLocation" = "8:[ProgramFilesFolder][Manufacturer]\\[ProductName]"
+ "Name" = "8:#1925"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:TARGETDIR"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_36F954FFA6FC40E8B08F9BCE6A7378C5"
+ {
+ "Name" = "8:platforms"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_84119CFE4FD3481CA15E2FD87135A1FE"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_74AD79C8F2AF40E888159BED63148278"
+ {
+ "Name" = "8:data"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_6665BA5A3F294845B359AE6B6392D23A"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_10C56793A3844205AF9C78F869786AC6"
+ {
+ "Name" = "8:fonts"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_5A4D81EFC0ED4265B68D1328DE9D06D8"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_87CAFD99D4124707A422D6E9CE9EB332"
+ {
+ "Name" = "8:gui"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_3757538D3C4C4E5287C03C268F903AEE"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_453DB4063A4F45C8978617B55EFE207C"
+ {
+ "Name" = "8:search_view"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_F156A394B608487B9F5F6590E29B3D1B"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_3AD40865D1D747AE81EBCEB665944B1F"
+ {
+ "Name" = "8:images"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_577DA079418240768BA9437930282F40"
+ "Folders"
+ {
+ }
+ }
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_48309CB0659B48DA90B6CC258F802FC3"
+ {
+ "Name" = "8:startscreen"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_26F167C1322843D0AC6FD309A1869444"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_60D5000400C644D8901C51AD425AAC59"
+ {
+ "Name" = "8:code_view"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_0255DDFFCCC8478385DE280B94BB6A03"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_6F23DECDC0B546EAACE918CC5C17F653"
+ {
+ "Name" = "8:images"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_86F764E41502407185BB1CCDB9E2E81D"
+ "Folders"
+ {
+ }
+ }
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_68AFA28B71764F84AA958914E1D22CF8"
+ {
+ "Name" = "8:license"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_006BE0F3C0CA4DE5A8CA64D441DF76D8"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_6BFBF58A706240718B8E6BF738AEABA9"
+ {
+ "Name" = "8:setting_window"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_2AEF36E74AAE4273BB268878DB34AF21"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_726D4EDF4337432EBB3AB25F6CAC02A9"
+ {
+ "Name" = "8:installer"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_56240F820A514D008391567A7A3C9198"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_8959139E6B22447E957E406DDF46FC31"
+ {
+ "Name" = "8:icon"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_51D5BC47B5A84E5580F4E60C6DE7E60B"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_8EBD851657BC4117A720469ADAD825DE"
+ {
+ "Name" = "8:statusbar_view"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_4B378A7B582D4870BD541D683DDFEFB5"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_ADE835DF05A44414B99BCD953C9CF395"
+ {
+ "Name" = "8:undoredo_view"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_7A84050195374E9EA3A383F9D3D9EB33"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_B174E8E964BB402DB6DDF80118269026"
+ {
+ "Name" = "8:images"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_73171AA9083249F1AF9DA87D627F04C9"
+ "Folders"
+ {
+ }
+ }
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_C0D58E5F41914679BBF77A64F4AD9883"
+ {
+ "Name" = "8:project_wizzard"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_26458E233C5C4B0A9851F56E612F1E3A"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_E007ADDCA0E04EE4BED2606D4D221F69"
+ {
+ "Name" = "8:refresh_view"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_2D13174416F2456C97732BAE7BD20C9B"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_A2F583B17F274CE9B4A0DF567A7AADBC"
+ {
+ "Name" = "8:images"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_8F44F697CD304FB186200D97A9BEDFB6"
+ "Folders"
+ {
+ }
+ }
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_EA6523EAA4ED48F898EB8B2E73A4AC2E"
+ {
+ "Name" = "8:graph_view"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_1EF5EF3B4CC74D94BCAD4A00E7FD6670"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_6F2CF686BD9740B4823D889F5D0C3F87"
+ {
+ "Name" = "8:images"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_34B7B4288C9347138A114C1491E36D0A"
+ "Folders"
+ {
+ }
+ }
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_EB28E483C50D494BB46D3FA082BC6B6D"
+ {
+ "Name" = "8:about"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_1F15D86065B74D5CB76FFE034EC8CD7C"
+ "Folders"
+ {
+ }
+ }
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_EF6140F33CC34D7FBE822EC8BEEB5B3C"
+ {
+ "Name" = "8:color_schemes"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_59185288E72F409587B384281963D693"
+ "Folders"
+ {
+ }
+ }
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_A96454F2CE0E4C55B59EDE1094D40E56"
+ {
+ "Name" = "8:install"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_E3217316679E4A8392AC2007C0F9B0E3"
+ "Folders"
+ {
+ }
+ }
+ }
+ }
+ "{994432C3-9487-495D-8656-3E829A8DBDDE}:_E1FB5107670240B1B09FCDC91978DBAD"
+ {
+ "DefaultLocation" = "8:[LocalAppDataFolder][Manufacturer]\\[ProductName]"
+ "Name" = "8:Common Application Data Folder"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:LOCALAPPDATAFOLDER"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_ECA1AA4268614167950D484F216EDECC"
+ {
+ "Name" = "8:projects"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_89ECDE5AE9764899B196A7B67F38BF44"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_A98DFF7C739B4F32B0D8F66F5632CCD0"
+ {
+ "Name" = "8:tictactoe"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_B0A53FCFD22B4228B3C5F53272480B90"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_CE5AAF4EE3764AACA06B8963D3F99884"
+ {
+ "Name" = "8:src"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_D10122FBBE184D9589F8A0C611FD631F"
+ "Folders"
+ {
+ }
+ }
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_C37652578D15418282B30F4C24BDB58C"
+ {
+ "Name" = "8:tutorial"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_820461C85231428BA24A02401FC19E2D"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_A38746A96F3F43108F3B9C1A88E43FD0"
+ {
+ "Name" = "8:src"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_07C12C236D414A30A38EA20EDEE1556E"
+ "Folders"
+ {
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ "LaunchCondition"
+ {
+ }
+ "Locator"
+ {
+ }
+ "MsiBootstrapper"
+ {
+ "LangId" = "3:1033"
+ "RequiresElevation" = "11:FALSE"
+ }
+ "Product"
+ {
+ "Name" = "8:Microsoft Visual Studio"
+ "ProductName" = "8:Coati Trial"
+ "ProductCode" = "8:{5DF07CC0-F774-4C4F-9397-0A749A22AB03}"
+ "PackageCode" = "8:{E63BEC4E-EA64-4CAE-B173-5698885570A1}"
+ "UpgradeCode" = "8:{00D35BB8-F11C-4179-9962-47B3D55E412C}"
+ "AspNetVersion" = "8:4.0.30319.0"
+ "RestartWWWService" = "11:FALSE"
+ "RemovePreviousVersions" = "11:TRUE"
+ "DetectNewerInstalledVersion" = "11:TRUE"
+ "InstallAllUsers" = "11:FALSE"
+ "ProductVersion" = "8:0.5"
+ "Manufacturer" = "8:Coati Software"
+ "ARPHELPTELEPHONE" = "8:"
+ "ARPHELPLINK" = "8:www.coati.io/support"
+ "Title" = "8:Coati Trail"
+ "Subject" = "8:Visualize Source Code to read and navigate it efficiently."
+ "ARPCONTACT" = "8:Coati Software"
+ "Keywords" = "8:Coati; Code Visualization; Software Development"
+ "ARPCOMMENTS" = "8:The Source Explorer"
+ "ARPURLINFOABOUT" = "8:www.coati.io"
+ "ARPPRODUCTICON" = "8:"
+ "ARPIconIndex" = "3:0"
+ "SearchPath" = "8:"
+ "UseSystemSearchPath" = "11:TRUE"
+ "TargetPlatform" = "3:0"
+ "PreBuildEvent" = "8:"
+ "PostBuildEvent" = "8:"
+ "RunPostBuildEvent" = "3:0"
+ }
+ "Registry"
+ {
+ "HKLM"
+ {
+ "Keys"
+ {
+ "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_5EA73ECC501A4C10B1B46E89452DAD2C"
+ {
+ "Name" = "8:Software"
+ "Condition" = "8:"
+ "AlwaysCreate" = "11:FALSE"
+ "DeleteAtUninstall" = "11:FALSE"
+ "Transitive" = "11:FALSE"
+ "Keys"
+ {
+ "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_42DDD16E83E24D6C9F99AE9344874302"
+ {
+ "Name" = "8:[Manufacturer]"
+ "Condition" = "8:"
+ "AlwaysCreate" = "11:FALSE"
+ "DeleteAtUninstall" = "11:FALSE"
+ "Transitive" = "11:FALSE"
+ "Keys"
+ {
+ }
+ "Values"
+ {
+ }
+ }
+ }
+ "Values"
+ {
+ }
+ }
+ "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_B6FA61A5ABA24D8191C1767FF536266A"
+ {
+ "Name" = "8:Microsoft"
+ "Condition" = "8:"
+ "AlwaysCreate" = "11:FALSE"
+ "DeleteAtUninstall" = "11:FALSE"
+ "Transitive" = "11:FALSE"
+ "Keys"
+ {
+ "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_82A8D6CD954A4A8EA918DAB1E56869D6"
+ {
+ "Name" = "8:Windows"
+ "Condition" = "8:"
+ "AlwaysCreate" = "11:FALSE"
+ "DeleteAtUninstall" = "11:FALSE"
+ "Transitive" = "11:FALSE"
+ "Keys"
+ {
+ "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_E95B783B4EE04EB19A58C3571A9E8F43"
+ {
+ "Name" = "8:CurrentVersion"
+ "Condition" = "8:"
+ "AlwaysCreate" = "11:FALSE"
+ "DeleteAtUninstall" = "11:FALSE"
+ "Transitive" = "11:FALSE"
+ "Keys"
+ {
+ "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_15D71EBE0C8A4F15B5EEC11777665628"
+ {
+ "Name" = "8:App Paths"
+ "Condition" = "8:"
+ "AlwaysCreate" = "11:FALSE"
+ "DeleteAtUninstall" = "11:FALSE"
+ "Transitive" = "11:FALSE"
+ "Keys"
+ {
+ "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_7D42C5BA440947FDB8DB0E5913913144"
+ {
+ "Name" = "8:Coati.exe"
+ "Condition" = "8:"
+ "AlwaysCreate" = "11:FALSE"
+ "DeleteAtUninstall" = "11:TRUE"
+ "Transitive" = "11:FALSE"
+ "Keys"
+ {
+ }
+ "Values"
+ {
+ }
+ }
+ }
+ "Values"
+ {
+ }
+ }
+ }
+ "Values"
+ {
+ }
+ }
+ }
+ "Values"
+ {
+ }
+ }
+ }
+ "Values"
+ {
+ }
+ }
+ }
+ }
+ "HKCU"
+ {
+ "Keys"
+ {
+ "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_063ADF196CF84914881148965DD47A33"
+ {
+ "Name" = "8:Software"
+ "Condition" = "8:"
+ "AlwaysCreate" = "11:FALSE"
+ "DeleteAtUninstall" = "11:FALSE"
+ "Transitive" = "11:FALSE"
+ "Keys"
+ {
+ "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_553E020157F447F4BDE2AEE37FAD7BC6"
+ {
+ "Name" = "8:[Manufacturer]"
+ "Condition" = "8:"
+ "AlwaysCreate" = "11:FALSE"
+ "DeleteAtUninstall" = "11:FALSE"
+ "Transitive" = "11:FALSE"
+ "Keys"
+ {
+ }
+ "Values"
+ {
+ }
+ }
+ }
+ "Values"
+ {
+ }
+ }
+ }
+ }
+ "HKCR"
+ {
+ "Keys"
+ {
+ }
+ }
+ "HKU"
+ {
+ "Keys"
+ {
+ }
+ }
+ "HKPU"
+ {
+ "Keys"
+ {
+ }
+ }
+ }
+ "Sequences"
+ {
+ }
+ "Shortcut"
+ {
+ }
+ "UserInterface"
+ {
+ "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_220B2BB2DE3B46B1A3CE25445A37B3D1"
+ {
+ "Name" = "8:#1901"
+ "Sequence" = "3:1"
+ "Attributes" = "3:2"
+ "Dialogs"
+ {
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_125D45D770EF4C2CA3E6A9F095B2E378"
+ {
+ "Sequence" = "3:100"
+ "DisplayName" = "8:Progress"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdProgressDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:2"
+ "Value" = "8:_FA52694C0BEF4D90BB70C824617A42D4"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "ShowProgress"
+ {
+ "Name" = "8:ShowProgress"
+ "DisplayName" = "8:#1009"
+ "Description" = "8:#1109"
+ "Type" = "3:5"
+ "ContextData" = "8:1;True=1;False=0"
+ "Attributes" = "3:0"
+ "Setting" = "3:0"
+ "Value" = "3:1"
+ "DefaultValue" = "3:1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ }
+ }
+ "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_588A8E73C43A4D2CA78709C473369250"
+ {
+ "UseDynamicProperties" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdUserInterface.wim"
+ }
+ "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_715C121A016646E793BB12A10FFCC85E"
+ {
+ "Name" = "8:#1900"
+ "Sequence" = "3:1"
+ "Attributes" = "3:1"
+ "Dialogs"
+ {
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_51EEFD238ED54FB389548F19CCABB01F"
+ {
+ "Sequence" = "3:400"
+ "DisplayName" = "8:Checkboxes (A)"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdCustomCheck1Dlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:2"
+ "Value" = "8:_FA52694C0BEF4D90BB70C824617A42D4"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "BannerText"
+ {
+ "Name" = "8:BannerText"
+ "DisplayName" = "8:#1014"
+ "Description" = "8:#1114"
+ "Type" = "3:3"
+ "ContextData" = "8:"
+ "Attributes" = "3:0"
+ "Setting" = "3:2"
+ "Value" = "8:Shortcut"
+ "DefaultValue" = "8:#1214"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "BodyText"
+ {
+ "Name" = "8:BodyText"
+ "DisplayName" = "8:#1015"
+ "Description" = "8:#1115"
+ "Type" = "3:3"
+ "ContextData" = "8:"
+ "Attributes" = "3:0"
+ "Setting" = "3:2"
+ "Value" = "8:Would you like to create Shortcuts?"
+ "DefaultValue" = "8:#1215"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Checkbox1Label"
+ {
+ "Name" = "8:Checkbox1Label"
+ "DisplayName" = "8:#1034"
+ "Description" = "8:#1134"
+ "Type" = "3:3"
+ "ContextData" = "8:"
+ "Attributes" = "3:0"
+ "Setting" = "3:2"
+ "Value" = "8:Desktop"
+ "DefaultValue" = "8:#1234"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Checkbox1Property"
+ {
+ "Name" = "8:Checkbox1Property"
+ "DisplayName" = "8:#1030"
+ "Description" = "8:#1130"
+ "Type" = "3:14"
+ "ContextData" = "8:Public"
+ "Attributes" = "3:2"
+ "Setting" = "3:2"
+ "Value" = "8:CHECKBOXA1"
+ "DefaultValue" = "8:CHECKBOXA1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Checkbox1Value"
+ {
+ "Name" = "8:Checkbox1Value"
+ "DisplayName" = "8:#1038"
+ "Description" = "8:#1138"
+ "Type" = "3:2"
+ "ContextData" = "8:Unchecked=;Checked=1"
+ "Attributes" = "3:0"
+ "Setting" = "3:2"
+ "Value" = "8:"
+ "DefaultValue" = "8:"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Checkbox1Visible"
+ {
+ "Name" = "8:Checkbox1Visible"
+ "DisplayName" = "8:#1026"
+ "Description" = "8:#1126"
+ "Type" = "3:5"
+ "ContextData" = "8:1;True=1;False=0"
+ "Attributes" = "3:0"
+ "Setting" = "3:0"
+ "Value" = "3:1"
+ "DefaultValue" = "3:1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Checkbox2Label"
+ {
+ "Name" = "8:Checkbox2Label"
+ "DisplayName" = "8:#1035"
+ "Description" = "8:#1135"
+ "Type" = "3:3"
+ "ContextData" = "8:"
+ "Attributes" = "3:0"
+ "Setting" = "3:2"
+ "Value" = "8:Start Menu"
+ "DefaultValue" = "8:#1235"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Checkbox2Property"
+ {
+ "Name" = "8:Checkbox2Property"
+ "DisplayName" = "8:#1031"
+ "Description" = "8:#1131"
+ "Type" = "3:14"
+ "ContextData" = "8:Public"
+ "Attributes" = "3:2"
+ "Setting" = "3:2"
+ "Value" = "8:CHECKBOXA2"
+ "DefaultValue" = "8:CHECKBOXA2"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Checkbox2Value"
+ {
+ "Name" = "8:Checkbox2Value"
+ "DisplayName" = "8:#1039"
+ "Description" = "8:#1139"
+ "Type" = "3:2"
+ "ContextData" = "8:Unchecked=;Checked=1"
+ "Attributes" = "3:0"
+ "Setting" = "3:2"
+ "Value" = "8:"
+ "DefaultValue" = "8:"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Checkbox2Visible"
+ {
+ "Name" = "8:Checkbox2Visible"
+ "DisplayName" = "8:#1027"
+ "Description" = "8:#1127"
+ "Type" = "3:5"
+ "ContextData" = "8:1;True=1;False=0"
+ "Attributes" = "3:0"
+ "Setting" = "3:0"
+ "Value" = "3:0"
+ "DefaultValue" = "3:1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Checkbox3Label"
+ {
+ "Name" = "8:Checkbox3Label"
+ "DisplayName" = "8:#1036"
+ "Description" = "8:#1136"
+ "Type" = "3:3"
+ "ContextData" = "8:"
+ "Attributes" = "3:0"
+ "Setting" = "3:1"
+ "Value" = "8:#1236"
+ "DefaultValue" = "8:#1236"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Checkbox3Property"
+ {
+ "Name" = "8:Checkbox3Property"
+ "DisplayName" = "8:#1032"
+ "Description" = "8:#1132"
+ "Type" = "3:14"
+ "ContextData" = "8:Public"
+ "Attributes" = "3:2"
+ "Setting" = "3:2"
+ "Value" = "8:CHECKBOXA3"
+ "DefaultValue" = "8:CHECKBOXA3"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Checkbox3Value"
+ {
+ "Name" = "8:Checkbox3Value"
+ "DisplayName" = "8:#1040"
+ "Description" = "8:#1140"
+ "Type" = "3:2"
+ "ContextData" = "8:Unchecked=;Checked=1"
+ "Attributes" = "3:0"
+ "Setting" = "3:2"
+ "Value" = "8:"
+ "DefaultValue" = "8:"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Checkbox3Visible"
+ {
+ "Name" = "8:Checkbox3Visible"
+ "DisplayName" = "8:#1028"
+ "Description" = "8:#1128"
+ "Type" = "3:5"
+ "ContextData" = "8:1;True=1;False=0"
+ "Attributes" = "3:0"
+ "Setting" = "3:0"
+ "Value" = "3:0"
+ "DefaultValue" = "3:1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Checkbox4Label"
+ {
+ "Name" = "8:Checkbox4Label"
+ "DisplayName" = "8:#1037"
+ "Description" = "8:#1137"
+ "Type" = "3:3"
+ "ContextData" = "8:"
+ "Attributes" = "3:0"
+ "Setting" = "3:1"
+ "Value" = "8:#1237"
+ "DefaultValue" = "8:#1237"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Checkbox4Property"
+ {
+ "Name" = "8:Checkbox4Property"
+ "DisplayName" = "8:#1033"
+ "Description" = "8:#1133"
+ "Type" = "3:14"
+ "ContextData" = "8:Public"
+ "Attributes" = "3:2"
+ "Setting" = "3:2"
+ "Value" = "8:CHECKBOXA4"
+ "DefaultValue" = "8:CHECKBOXA4"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Checkbox4Value"
+ {
+ "Name" = "8:Checkbox4Value"
+ "DisplayName" = "8:#1041"
+ "Description" = "8:#1141"
+ "Type" = "3:2"
+ "ContextData" = "8:Unchecked=;Checked=1"
+ "Attributes" = "3:0"
+ "Setting" = "3:2"
+ "Value" = "8:"
+ "DefaultValue" = "8:"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Checkbox4Visible"
+ {
+ "Name" = "8:Checkbox4Visible"
+ "DisplayName" = "8:#1029"
+ "Description" = "8:#1129"
+ "Type" = "3:5"
+ "ContextData" = "8:1;True=1;False=0"
+ "Attributes" = "3:0"
+ "Setting" = "3:0"
+ "Value" = "3:0"
+ "DefaultValue" = "3:1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_676830C37D2A4385B6F3EA89EC3177EB"
+ {
+ "Sequence" = "3:200"
+ "DisplayName" = "8:License Agreement"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdLicenseDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:2"
+ "Value" = "8:_FA52694C0BEF4D90BB70C824617A42D4"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "EulaText"
+ {
+ "Name" = "8:EulaText"
+ "DisplayName" = "8:#1008"
+ "Description" = "8:#1108"
+ "Type" = "3:6"
+ "ContextData" = "8:"
+ "Attributes" = "3:0"
+ "Setting" = "3:2"
+ "Value" = "8:_145FB67AF1774D029CD2047D9D3B3F26"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Sunken"
+ {
+ "Name" = "8:Sunken"
+ "DisplayName" = "8:#1007"
+ "Description" = "8:#1107"
+ "Type" = "3:5"
+ "ContextData" = "8:4;True=4;False=0"
+ "Attributes" = "3:0"
+ "Setting" = "3:0"
+ "Value" = "3:4"
+ "DefaultValue" = "3:4"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_D88D0D43EC3043A28CAF4E0E23C3A2C6"
+ {
+ "Sequence" = "3:300"
+ "DisplayName" = "8:Installation Folder"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdFolderDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:2"
+ "Value" = "8:_FA52694C0BEF4D90BB70C824617A42D4"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "InstallAllUsersVisible"
+ {
+ "Name" = "8:InstallAllUsersVisible"
+ "DisplayName" = "8:#1059"
+ "Description" = "8:#1159"
+ "Type" = "3:5"
+ "ContextData" = "8:1;True=1;False=0"
+ "Attributes" = "3:0"
+ "Setting" = "3:0"
+ "Value" = "3:1"
+ "DefaultValue" = "3:1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_E9FE5DE8FBC645D483DC18D00FA76CBC"
+ {
+ "Sequence" = "3:100"
+ "DisplayName" = "8:Welcome"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdWelcomeDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:2"
+ "Value" = "8:_FA52694C0BEF4D90BB70C824617A42D4"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "CopyrightWarning"
+ {
+ "Name" = "8:CopyrightWarning"
+ "DisplayName" = "8:#1002"
+ "Description" = "8:#1102"
+ "Type" = "3:3"
+ "ContextData" = "8:"
+ "Attributes" = "3:0"
+ "Setting" = "3:2"
+ "Value" = "8:"
+ "DefaultValue" = "8:#1202"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Welcome"
+ {
+ "Name" = "8:Welcome"
+ "DisplayName" = "8:#1003"
+ "Description" = "8:#1103"
+ "Type" = "3:3"
+ "ContextData" = "8:"
+ "Attributes" = "3:0"
+ "Setting" = "3:1"
+ "Value" = "8:#1203"
+ "DefaultValue" = "8:#1203"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_FD3D5E2ADB2B4D67B173954D88B46362"
+ {
+ "Sequence" = "3:500"
+ "DisplayName" = "8:Confirm Installation"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdConfirmDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:2"
+ "Value" = "8:_FA52694C0BEF4D90BB70C824617A42D4"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ }
+ }
+ "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_82D40A4E0ECB40A6BFF15E707FB85BFF"
+ {
+ "Name" = "8:#1902"
+ "Sequence" = "3:2"
+ "Attributes" = "3:3"
+ "Dialogs"
+ {
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_C82E4D0D87F3437C9155D0494F803948"
+ {
+ "Sequence" = "3:100"
+ "DisplayName" = "8:Finished"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdAdminFinishedDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:2"
+ "Value" = "8:_FA52694C0BEF4D90BB70C824617A42D4"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ }
+ }
+ "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_A99716C479664F0EB7DCF76D562C198B"
+ {
+ "Name" = "8:#1900"
+ "Sequence" = "3:2"
+ "Attributes" = "3:1"
+ "Dialogs"
+ {
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_16EE384544A54E4BAE1E5994252E053A"
+ {
+ "Sequence" = "3:200"
+ "DisplayName" = "8:Installation Folder"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdAdminFolderDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:2"
+ "Value" = "8:_FA52694C0BEF4D90BB70C824617A42D4"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_544358B1621141EC8807AD8BA5E59DB7"
+ {
+ "Sequence" = "3:100"
+ "DisplayName" = "8:Welcome"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdAdminWelcomeDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:2"
+ "Value" = "8:_FA52694C0BEF4D90BB70C824617A42D4"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "CopyrightWarning"
+ {
+ "Name" = "8:CopyrightWarning"
+ "DisplayName" = "8:#1002"
+ "Description" = "8:#1102"
+ "Type" = "3:3"
+ "ContextData" = "8:"
+ "Attributes" = "3:0"
+ "Setting" = "3:2"
+ "Value" = "8:"
+ "DefaultValue" = "8:#1202"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Welcome"
+ {
+ "Name" = "8:Welcome"
+ "DisplayName" = "8:#1003"
+ "Description" = "8:#1103"
+ "Type" = "3:3"
+ "ContextData" = "8:"
+ "Attributes" = "3:0"
+ "Setting" = "3:1"
+ "Value" = "8:#1203"
+ "DefaultValue" = "8:#1203"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_CEC0A98CC934492DA72DB87DC91E16DD"
+ {
+ "Sequence" = "3:300"
+ "DisplayName" = "8:Confirm Installation"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdAdminConfirmDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:2"
+ "Value" = "8:_FA52694C0BEF4D90BB70C824617A42D4"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_EE6982EA0C1649DB9FED79252DE91D65"
+ {
+ "Sequence" = "3:110"
+ "DisplayName" = "8:License Agreement"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdAdminLicenseDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:2"
+ "Value" = "8:_FA52694C0BEF4D90BB70C824617A42D4"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "EulaText"
+ {
+ "Name" = "8:EulaText"
+ "DisplayName" = "8:#1008"
+ "Description" = "8:#1108"
+ "Type" = "3:6"
+ "ContextData" = "8:"
+ "Attributes" = "3:0"
+ "Setting" = "3:2"
+ "Value" = "8:_145FB67AF1774D029CD2047D9D3B3F26"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Sunken"
+ {
+ "Name" = "8:Sunken"
+ "DisplayName" = "8:#1007"
+ "Description" = "8:#1107"
+ "Type" = "3:5"
+ "ContextData" = "8:4;True=4;False=0"
+ "Attributes" = "3:0"
+ "Setting" = "3:0"
+ "Value" = "3:4"
+ "DefaultValue" = "3:4"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ }
+ }
+ "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_BB2B66A0C62D457CA404D81415525FF9"
+ {
+ "UseDynamicProperties" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdBasicDialogs.wim"
+ }
+ "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_E981081AF23D40CF94493537DD39E09E"
+ {
+ "Name" = "8:#1901"
+ "Sequence" = "3:2"
+ "Attributes" = "3:2"
+ "Dialogs"
+ {
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_07BB81AEA66A488BA6B3561ABAB5EE08"
+ {
+ "Sequence" = "3:100"
+ "DisplayName" = "8:Progress"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdAdminProgressDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:2"
+ "Value" = "8:_FA52694C0BEF4D90BB70C824617A42D4"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "ShowProgress"
+ {
+ "Name" = "8:ShowProgress"
+ "DisplayName" = "8:#1009"
+ "Description" = "8:#1109"
+ "Type" = "3:5"
+ "ContextData" = "8:1;True=1;False=0"
+ "Attributes" = "3:0"
+ "Setting" = "3:0"
+ "Value" = "3:1"
+ "DefaultValue" = "3:1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ }
+ }
+ "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_ED6A05D122454C819DF25E51AF608F43"
+ {
+ "Name" = "8:#1902"
+ "Sequence" = "3:1"
+ "Attributes" = "3:3"
+ "Dialogs"
+ {
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_933DB82546ED4AF4B046FBCAB86AF691"
+ {
+ "Sequence" = "3:100"
+ "DisplayName" = "8:Finished"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdFinishedDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:2"
+ "Value" = "8:_FA52694C0BEF4D90BB70C824617A42D4"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "UpdateText"
+ {
+ "Name" = "8:UpdateText"
+ "DisplayName" = "8:#1058"
+ "Description" = "8:#1158"
+ "Type" = "3:15"
+ "ContextData" = "8:"
+ "Attributes" = "3:0"
+ "Setting" = "3:2"
+ "Value" = "8:Thanks for installing [ProductName]."
+ "DefaultValue" = "8:#1258"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ }
+ }
+ }
+ "MergeModule"
+ {
+ }
+ "ProjectOutput"
+ {
+ "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_3460FAB707F8431E87168499A7F51556"
+ {
+ "SourcePath" = "8:..\\SetupApplicationSettingsLib\\obj\\Release\\SetupApplicationSettingsLib.dll"
+ "TargetName" = "8:"
+ "Tag" = "8:"
+ "Folder" = "8:_A96454F2CE0E4C55B59EDE1094D40E56"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ "ProjectOutputGroupRegister" = "3:1"
+ "OutputConfiguration" = "8:"
+ "OutputGroupCanonicalName" = "8:Built"
+ "OutputProjectGuid" = "8:{DF25B11F-6190-4605-9D32-BA7F545D624B}"
+ "ShowKeyOutput" = "11:TRUE"
+ "ExcludeFilters"
+ {
+ }
+ }
+ "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_C84BE68F0D9E42D3B9BD9C8A53DF049A"
+ {
+ "SourcePath" = "8:..\\SetupCreateStartMenuShortcutLib\\obj\\Release\\SetupCreateStartMenuShortcutLib.dll"
+ "TargetName" = "8:"
+ "Tag" = "8:"
+ "Folder" = "8:_A96454F2CE0E4C55B59EDE1094D40E56"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ "ProjectOutputGroupRegister" = "3:1"
+ "OutputConfiguration" = "8:"
+ "OutputGroupCanonicalName" = "8:Built"
+ "OutputProjectGuid" = "8:{962F7DA5-AEA1-4D03-89FD-F9AC42C24E46}"
+ "ShowKeyOutput" = "11:TRUE"
+ "ExcludeFilters"
+ {
+ }
+ }
+ "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_F81B906E39E44A5DAC37B3D70BC8A8CE"
+ {
+ "SourcePath" = "8:..\\SetupCreateDesktopShortcutLib\\obj\\Release\\SetupCreateDesktopShortcutLib.dll"
+ "TargetName" = "8:"
+ "Tag" = "8:"
+ "Folder" = "8:_A96454F2CE0E4C55B59EDE1094D40E56"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ "ProjectOutputGroupRegister" = "3:1"
+ "OutputConfiguration" = "8:"
+ "OutputGroupCanonicalName" = "8:Built"
+ "OutputProjectGuid" = "8:{91EE9087-7809-4289-AEC8-4DFB20679A74}"
+ "ShowKeyOutput" = "11:TRUE"
+ "ExcludeFilters"
+ {
+ }
+ }
+ "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_FB29EAD658C3497D9AC46ADE92D33C83"
+ {
+ "SourcePath" = "8:..\\SetupRemoveCacheFiles\\obj\\Release\\SetupRemoveCacheFiles.dll"
+ "TargetName" = "8:"
+ "Tag" = "8:"
+ "Folder" = "8:_A96454F2CE0E4C55B59EDE1094D40E56"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ "ProjectOutputGroupRegister" = "3:1"
+ "OutputConfiguration" = "8:"
+ "OutputGroupCanonicalName" = "8:Built"
+ "OutputProjectGuid" = "8:{CEA97AC9-7B4C-42D4-9CD3-E05C0A0473F5}"
+ "ShowKeyOutput" = "11:TRUE"
+ "ExcludeFilters"
+ {
+ }
+ }
+ }
+ }
+}
diff --git a/deployment/windows/CoatiTrialSetup/CoatiTrialSetup.sln b/deployment/windows/CoatiTrialSetup/CoatiTrialSetup.sln
new file mode 100644
index 00000000..2810e77a
--- /dev/null
+++ b/deployment/windows/CoatiTrialSetup/CoatiTrialSetup.sln
@@ -0,0 +1,46 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2013
+VisualStudioVersion = 12.0.31101.0
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "CoatiSetup", "CoatiSetup\CoatiSetup.vdproj", "{6C8E6C92-1F24-4DDA-A7A6-F9141DE3A34F}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SetupCreateDesktopShortcutLib", "SetupCreateDesktopShortcutLib\SetupCreateDesktopShortcutLib.csproj", "{91EE9087-7809-4289-AEC8-4DFB20679A74}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SetupApplicationSettingsLib", "SetupApplicationSettingsLib\SetupApplicationSettingsLib.csproj", "{DF25B11F-6190-4605-9D32-BA7F545D624B}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SetupCreateStartMenuShortcutLib", "SetupCreateStartMenuShortcutLib\SetupCreateStartMenuShortcutLib.csproj", "{962F7DA5-AEA1-4D03-89FD-F9AC42C24E46}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SetupRemoveCacheFiles", "SetupRemoveCacheFiles\SetupRemoveCacheFiles.csproj", "{CEA97AC9-7B4C-42D4-9CD3-E05C0A0473F5}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {6C8E6C92-1F24-4DDA-A7A6-F9141DE3A34F}.Debug|Any CPU.ActiveCfg = Debug
+ {6C8E6C92-1F24-4DDA-A7A6-F9141DE3A34F}.Debug|Any CPU.Build.0 = Debug
+ {6C8E6C92-1F24-4DDA-A7A6-F9141DE3A34F}.Release|Any CPU.ActiveCfg = Release
+ {6C8E6C92-1F24-4DDA-A7A6-F9141DE3A34F}.Release|Any CPU.Build.0 = Release
+ {91EE9087-7809-4289-AEC8-4DFB20679A74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {91EE9087-7809-4289-AEC8-4DFB20679A74}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {91EE9087-7809-4289-AEC8-4DFB20679A74}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {91EE9087-7809-4289-AEC8-4DFB20679A74}.Release|Any CPU.Build.0 = Release|Any CPU
+ {DF25B11F-6190-4605-9D32-BA7F545D624B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {DF25B11F-6190-4605-9D32-BA7F545D624B}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {DF25B11F-6190-4605-9D32-BA7F545D624B}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {DF25B11F-6190-4605-9D32-BA7F545D624B}.Release|Any CPU.Build.0 = Release|Any CPU
+ {962F7DA5-AEA1-4D03-89FD-F9AC42C24E46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {962F7DA5-AEA1-4D03-89FD-F9AC42C24E46}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {962F7DA5-AEA1-4D03-89FD-F9AC42C24E46}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {962F7DA5-AEA1-4D03-89FD-F9AC42C24E46}.Release|Any CPU.Build.0 = Release|Any CPU
+ {CEA97AC9-7B4C-42D4-9CD3-E05C0A0473F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {CEA97AC9-7B4C-42D4-9CD3-E05C0A0473F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {CEA97AC9-7B4C-42D4-9CD3-E05C0A0473F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {CEA97AC9-7B4C-42D4-9CD3-E05C0A0473F5}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/deployment/windows/CoatiTrialSetup/SetupApplicationSettingsLib/Properties/AssemblyInfo.cs b/deployment/windows/CoatiTrialSetup/SetupApplicationSettingsLib/Properties/AssemblyInfo.cs
new file mode 100644
index 00000000..683ca71e
--- /dev/null
+++ b/deployment/windows/CoatiTrialSetup/SetupApplicationSettingsLib/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("SetupApplicationSettingsLib")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("SetupApplicationSettingsLib")]
+[assembly: AssemblyCopyright("Copyright © 2015")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("1107afd5-33a9-478d-a0b9-9f203ef30c94")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// 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.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/deployment/windows/CoatiTrialSetup/SetupApplicationSettingsLib/SetupApplicationSettings.Designer.cs b/deployment/windows/CoatiTrialSetup/SetupApplicationSettingsLib/SetupApplicationSettings.Designer.cs
new file mode 100644
index 00000000..c1127280
--- /dev/null
+++ b/deployment/windows/CoatiTrialSetup/SetupApplicationSettingsLib/SetupApplicationSettings.Designer.cs
@@ -0,0 +1,36 @@
+namespace SetupApplicationSettingsLib
+{
+ partial class SetupApplicationSettings
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Component Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ components = new System.ComponentModel.Container();
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/deployment/windows/CoatiTrialSetup/SetupApplicationSettingsLib/SetupApplicationSettings.cs b/deployment/windows/CoatiTrialSetup/SetupApplicationSettingsLib/SetupApplicationSettings.cs
new file mode 100644
index 00000000..f3e0b165
--- /dev/null
+++ b/deployment/windows/CoatiTrialSetup/SetupApplicationSettingsLib/SetupApplicationSettings.cs
@@ -0,0 +1,45 @@
+using System;
+using System.Collections;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Configuration.Install;
+using System.Linq;
+using System.Threading.Tasks;
+using System.Xml;
+
+namespace SetupApplicationSettingsLib
+{
+ [RunInstaller(true)]
+ public partial class SetupApplicationSettings : System.Configuration.Install.Installer
+ {
+ public SetupApplicationSettings()
+ {
+ InitializeComponent();
+ }
+
+ public override void Commit(IDictionary savedState)
+ {
+ base.Commit(savedState);
+
+ string appDataCoatiPath = Environment.GetEnvironmentVariable("APPDATA") + "\\..\\local\\Coati Software\\Coati Trial\\";
+ string appSettingsPath = appDataCoatiPath + "ApplicationSettings.xml";
+ string projectsPath = appDataCoatiPath + "projects\\";
+
+ XmlDocument appSettings = new XmlDocument();
+ appSettings.Load(@appSettingsPath);
+
+ XmlNode recentProjects = appSettings.SelectSingleNode("config/user/recent_projects");
+ recentProjects.RemoveAll();
+
+ XmlNode tutorial = appSettings.CreateElement("recent_project");
+ tutorial.InnerText = projectsPath + "tutorial\\tutorial.coatiproject";
+ recentProjects.AppendChild(tutorial);
+
+ XmlNode tictactoe = appSettings.CreateElement("recent_project");
+ tictactoe.InnerText = projectsPath + "tictactoe\\tictactoe.coatiproject";
+ recentProjects.AppendChild(tictactoe);
+
+ appSettings.Save(appSettingsPath);
+ }
+ }
+}
diff --git a/deployment/windows/CoatiTrialSetup/SetupApplicationSettingsLib/SetupApplicationSettingsLib.csproj b/deployment/windows/CoatiTrialSetup/SetupApplicationSettingsLib/SetupApplicationSettingsLib.csproj
new file mode 100644
index 00000000..56d508f7
--- /dev/null
+++ b/deployment/windows/CoatiTrialSetup/SetupApplicationSettingsLib/SetupApplicationSettingsLib.csproj
@@ -0,0 +1,60 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {DF25B11F-6190-4605-9D32-BA7F545D624B}
+ Library
+ Properties
+ SetupApplicationSettingsLib
+ SetupApplicationSettingsLib
+ v4.5
+ 512
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Component
+
+
+ SetupApplicationSettings.cs
+
+
+
+
+
\ No newline at end of file
diff --git a/deployment/windows/CoatiTrialSetup/SetupCreateDesktopShortcutLib/CreateDesktopShortcut.Designer.cs b/deployment/windows/CoatiTrialSetup/SetupCreateDesktopShortcutLib/CreateDesktopShortcut.Designer.cs
new file mode 100644
index 00000000..d979f8f3
--- /dev/null
+++ b/deployment/windows/CoatiTrialSetup/SetupCreateDesktopShortcutLib/CreateDesktopShortcut.Designer.cs
@@ -0,0 +1,36 @@
+namespace SetupCreateDesktopShortcutLib
+{
+ partial class CreateDesktopShortcut
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Component Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ components = new System.ComponentModel.Container();
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/deployment/windows/CoatiTrialSetup/SetupCreateDesktopShortcutLib/CreateDesktopShortcut.cs b/deployment/windows/CoatiTrialSetup/SetupCreateDesktopShortcutLib/CreateDesktopShortcut.cs
new file mode 100644
index 00000000..03131b0d
--- /dev/null
+++ b/deployment/windows/CoatiTrialSetup/SetupCreateDesktopShortcutLib/CreateDesktopShortcut.cs
@@ -0,0 +1,68 @@
+using IWshRuntimeLibrary;
+using System;
+using System.Collections;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Configuration.Install;
+using System.Linq;
+using System.Threading.Tasks;
+
+namespace SetupCreateDesktopShortcutLib
+{
+ [RunInstaller(true)]
+ public partial class CreateDesktopShortcut : System.Configuration.Install.Installer
+ {
+ public CreateDesktopShortcut()
+ {
+ InitializeComponent();
+ }
+
+ public override void Commit(IDictionary savedState)
+ {
+ base.Commit(savedState);
+
+ string app = System.Reflection.Assembly.GetExecutingAssembly().Location;
+
+ string name = "install\\" + System.Reflection.Assembly.GetExecutingAssembly().GetName().Name;
+ int nameIdx = app.LastIndexOf(name);
+ string appDirectory = app.Substring(0, nameIdx);
+
+ app = appDirectory + "Coati Trial.exe";
+
+ object shDesktop = (object)"Desktop";
+ WshShell shell = new WshShell();
+ string shortcutAddress = (string)shell.SpecialFolders.Item(ref shDesktop) + @"\Coati Trial.lnk";
+ IWshShortcut shortcut = (IWshShortcut)shell.CreateShortcut(shortcutAddress);
+ shortcut.Description = "Fast source code reading and navigation";
+ shortcut.TargetPath = app;
+ shortcut.WorkingDirectory = appDirectory;
+ shortcut.Save();
+ }
+
+ protected override void OnAfterRollback(IDictionary savedState)
+ {
+ base.OnAfterRollback(savedState);
+
+ DeleteDesktopShortcut();
+ }
+
+ protected override void OnAfterUninstall(IDictionary savedState)
+ {
+ base.OnAfterUninstall(savedState);
+
+ DeleteDesktopShortcut();
+ }
+
+ private void DeleteDesktopShortcut()
+ {
+ object shDesktop = (object)"Desktop";
+ WshShell shell = new WshShell();
+ string shortcutAddress = (string)shell.SpecialFolders.Item(ref shDesktop) + @"\Coati Trial.lnk";
+
+ if (System.IO.File.Exists(shortcutAddress))
+ {
+ System.IO.File.Delete(shortcutAddress);
+ }
+ }
+ }
+}
diff --git a/deployment/windows/CoatiTrialSetup/SetupCreateDesktopShortcutLib/Properties/AssemblyInfo.cs b/deployment/windows/CoatiTrialSetup/SetupCreateDesktopShortcutLib/Properties/AssemblyInfo.cs
new file mode 100644
index 00000000..d0510340
--- /dev/null
+++ b/deployment/windows/CoatiTrialSetup/SetupCreateDesktopShortcutLib/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("SetupCreateDesktopShortcutLib")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("SetupCreateDesktopShortcutLib")]
+[assembly: AssemblyCopyright("Copyright © 2015")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("27b58167-bcfc-4b0d-8ca8-42bac62416d1")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// 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.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/deployment/windows/CoatiSetup/SetupCreateDesktopShortcutLib/SetupCreateDesktopShortcutLib.csproj b/deployment/windows/CoatiTrialSetup/SetupCreateDesktopShortcutLib/SetupCreateDesktopShortcutLib.csproj
similarity index 100%
rename from deployment/windows/CoatiSetup/SetupCreateDesktopShortcutLib/SetupCreateDesktopShortcutLib.csproj
rename to deployment/windows/CoatiTrialSetup/SetupCreateDesktopShortcutLib/SetupCreateDesktopShortcutLib.csproj
diff --git a/deployment/windows/CoatiTrialSetup/SetupCreateStartMenuShortcutLib/CreateStartMenuShortcut.Designer.cs b/deployment/windows/CoatiTrialSetup/SetupCreateStartMenuShortcutLib/CreateStartMenuShortcut.Designer.cs
new file mode 100644
index 00000000..6638c018
--- /dev/null
+++ b/deployment/windows/CoatiTrialSetup/SetupCreateStartMenuShortcutLib/CreateStartMenuShortcut.Designer.cs
@@ -0,0 +1,36 @@
+namespace SetupCreateStartMenuShortcutLib
+{
+ partial class CreateStartMenuShortcut
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Component Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ components = new System.ComponentModel.Container();
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/deployment/windows/CoatiTrialSetup/SetupCreateStartMenuShortcutLib/CreateStartMenuShortcut.cs b/deployment/windows/CoatiTrialSetup/SetupCreateStartMenuShortcutLib/CreateStartMenuShortcut.cs
new file mode 100644
index 00000000..e7588158
--- /dev/null
+++ b/deployment/windows/CoatiTrialSetup/SetupCreateStartMenuShortcutLib/CreateStartMenuShortcut.cs
@@ -0,0 +1,93 @@
+using IWshRuntimeLibrary;
+using System;
+using System.Collections;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Configuration.Install;
+using System.IO;
+using System.Linq;
+using System.Threading.Tasks;
+
+namespace SetupCreateStartMenuShortcutLib
+{
+ [RunInstaller(true)]
+ public partial class CreateStartMenuShortcut : System.Configuration.Install.Installer
+ {
+ private static string _appShortcutName = "Coati Trail.lnk";
+ private static string _uninstallShortcutName = "Uninstall Coati Trail.lnk";
+
+ public CreateStartMenuShortcut()
+ {
+ InitializeComponent();
+ }
+
+ public override void Commit(IDictionary savedState)
+ {
+ base.Commit(savedState);
+
+ string app = System.Reflection.Assembly.GetExecutingAssembly().Location;
+
+ string name = "install\\" + System.Reflection.Assembly.GetExecutingAssembly().GetName().Name;
+ int nameIdx = app.LastIndexOf(name);
+ string appDirectory = app.Substring(0, nameIdx);
+
+ app = appDirectory + "Coati Trial.exe";
+
+ WshShell shell = new WshShell();
+ string shortcutAddress = Environment.GetFolderPath(Environment.SpecialFolder.CommonStartMenu) + "\\Coati Trial\\"; // "\\Coati.lnk";
+
+ if(!Directory.Exists(shortcutAddress))
+ {
+ Directory.CreateDirectory(shortcutAddress);
+ }
+
+ IWshShortcut shortcut = (IWshShortcut)shell.CreateShortcut(shortcutAddress + _appShortcutName);
+ shortcut.Description = "Fast source code navigation and visualization";
+ shortcut.TargetPath = app;
+ shortcut.WorkingDirectory = appDirectory;
+ shortcut.IconLocation = appDirectory + "data\\gui\\icon\\coati.ico";
+ shortcut.Save();
+
+ IWshShortcut uninstallShortcut = (IWshShortcut)shell.CreateShortcut(shortcutAddress + _uninstallShortcutName);
+ uninstallShortcut.Description = "Uninstall Coati Trial";
+ uninstallShortcut.TargetPath = appDirectory + "\\install\\uninstall.bat";
+ uninstallShortcut.WorkingDirectory = appDirectory + "\\install";
+ uninstallShortcut.Save();
+ }
+
+ protected override void OnAfterRollback(IDictionary savedState)
+ {
+ base.OnAfterRollback(savedState);
+
+ DeleteShortcuts();
+ }
+
+ protected override void OnAfterUninstall(IDictionary savedState)
+ {
+ base.OnAfterUninstall(savedState);
+
+ DeleteShortcuts();
+ }
+
+ private void DeleteShortcuts()
+ {
+ WshShell shell = new WshShell();
+ string shortcutAddress = Environment.GetFolderPath(Environment.SpecialFolder.CommonStartMenu) + "\\Coati Trial\\";
+
+ if (System.IO.File.Exists(shortcutAddress + _appShortcutName))
+ {
+ System.IO.File.Delete(shortcutAddress + _appShortcutName);
+ }
+
+ if (System.IO.File.Exists(shortcutAddress + _uninstallShortcutName))
+ {
+ System.IO.File.Delete(shortcutAddress + _uninstallShortcutName);
+ }
+
+ if(Directory.Exists(shortcutAddress))
+ {
+ Directory.Delete(shortcutAddress);
+ }
+ }
+ }
+}
diff --git a/deployment/windows/CoatiTrialSetup/SetupCreateStartMenuShortcutLib/Properties/AssemblyInfo.cs b/deployment/windows/CoatiTrialSetup/SetupCreateStartMenuShortcutLib/Properties/AssemblyInfo.cs
new file mode 100644
index 00000000..5681ceea
--- /dev/null
+++ b/deployment/windows/CoatiTrialSetup/SetupCreateStartMenuShortcutLib/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("SetupCreateStartMenuShortcutLib")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("SetupCreateStartMenuShortcutLib")]
+[assembly: AssemblyCopyright("Copyright © 2015")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("d2e0e462-d5da-4270-ba51-02548abbed44")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// 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.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/deployment/windows/CoatiTrialSetup/SetupCreateStartMenuShortcutLib/SetupCreateStartMenuShortcutLib.csproj b/deployment/windows/CoatiTrialSetup/SetupCreateStartMenuShortcutLib/SetupCreateStartMenuShortcutLib.csproj
new file mode 100644
index 00000000..e53d485b
--- /dev/null
+++ b/deployment/windows/CoatiTrialSetup/SetupCreateStartMenuShortcutLib/SetupCreateStartMenuShortcutLib.csproj
@@ -0,0 +1,71 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {962F7DA5-AEA1-4D03-89FD-F9AC42C24E46}
+ Library
+ Properties
+ SetupCreateStartMenuShortcutLib
+ SetupCreateStartMenuShortcutLib
+ v4.5
+ 512
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Component
+
+
+ CreateStartMenuShortcut.cs
+
+
+
+
+
+ {F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}
+ 1
+ 0
+ 0
+ tlbimp
+ False
+ True
+
+
+
+
+
\ No newline at end of file
diff --git a/deployment/windows/CoatiTrialSetup/SetupRemoveCacheFiles/Properties/AssemblyInfo.cs b/deployment/windows/CoatiTrialSetup/SetupRemoveCacheFiles/Properties/AssemblyInfo.cs
new file mode 100644
index 00000000..162d231d
--- /dev/null
+++ b/deployment/windows/CoatiTrialSetup/SetupRemoveCacheFiles/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("SetupRemoveCacheFiles")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("SetupRemoveCacheFiles")]
+[assembly: AssemblyCopyright("Copyright © 2015")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("226fe6d3-3c0f-417e-94f3-a2c0c3260b0a")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// 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.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/deployment/windows/CoatiTrialSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.Designer.cs b/deployment/windows/CoatiTrialSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.Designer.cs
new file mode 100644
index 00000000..27c5758d
--- /dev/null
+++ b/deployment/windows/CoatiTrialSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.Designer.cs
@@ -0,0 +1,36 @@
+namespace SetupRemoveCacheFiles
+{
+ partial class SetupRemoveCacheFiles
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Component Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ components = new System.ComponentModel.Container();
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/deployment/windows/CoatiTrialSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.cs b/deployment/windows/CoatiTrialSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.cs
new file mode 100644
index 00000000..ef13f068
--- /dev/null
+++ b/deployment/windows/CoatiTrialSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.cs
@@ -0,0 +1,48 @@
+using System;
+using System.Collections;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Configuration.Install;
+using System.IO;
+using System.Linq;
+using System.Threading.Tasks;
+
+namespace SetupRemoveCacheFiles
+{
+ [RunInstaller(true)]
+ public partial class SetupRemoveCacheFiles : System.Configuration.Install.Installer
+ {
+ public SetupRemoveCacheFiles()
+ {
+ InitializeComponent();
+ }
+
+ protected override void OnAfterRollback(IDictionary savedState)
+ {
+ base.OnAfterRollback(savedState);
+
+ DeleteCacheFiles();
+ }
+
+ protected override void OnAfterUninstall(IDictionary savedState)
+ {
+ base.OnAfterUninstall(savedState);
+
+ DeleteCacheFiles();
+ }
+
+ private void DeleteCacheFiles()
+ {
+ try
+ {
+ string appDataCoatiPath = Environment.GetEnvironmentVariable("APPDATA") + "\\..\\local\\Coati Software\\Coati Trial"; // \\Coati\\";
+
+ Directory.Delete(appDataCoatiPath, true);
+ }
+ catch(Exception e)
+ {
+ // well damn
+ }
+ }
+ }
+}
diff --git a/deployment/windows/CoatiTrialSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.csproj b/deployment/windows/CoatiTrialSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.csproj
new file mode 100644
index 00000000..afc96533
--- /dev/null
+++ b/deployment/windows/CoatiTrialSetup/SetupRemoveCacheFiles/SetupRemoveCacheFiles.csproj
@@ -0,0 +1,60 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {CEA97AC9-7B4C-42D4-9CD3-E05C0A0473F5}
+ Library
+ Properties
+ SetupRemoveCacheFiles
+ SetupRemoveCacheFiles
+ v4.5
+ 512
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Component
+
+
+ SetupRemoveCacheFiles.cs
+
+
+
+
+
\ No newline at end of file
diff --git a/script/deploy_windows.sh b/script/deploy_windows.sh
new file mode 100644
index 00000000..c0defb9a
--- /dev/null
+++ b/script/deploy_windows.sh
@@ -0,0 +1,187 @@
+# FLAGS
+REBUILD=false
+OBFUSCATE=false
+
+
+# USEFUL VARIABLES
+ABORT="\033[31mAbort:\033[00m"
+SUCCESS="\033[32mSuccess:\033[00m"
+INFO="\033[33mInfo:\033[00m"
+
+ORIGINAL_PATH_TO_SCRIPT="${0}"
+CLEANED_PATH_TO_SCRIPT="${ORIGINAL_PATH_TO_SCRIPT//\\//}"
+BASE_DIR=`dirname "$CLEANED_PATH_TO_SCRIPT"`
+
+
+cd $BASE_DIR/..
+
+echo -e "$INFO Did you set the correct version number for the installers?"
+read -p "Press [Enter] key to continue"
+
+echo -e "$INFO Did you set the correct version number for the Visual Studio plugins?"
+read -p "Press [Enter] key to continue"
+
+echo -e "$INFO Are the Visual Studio plugins up to date?"
+read -p "Press [Enter] key to continue"
+
+# SETTING THE DEPLOY FLAG
+rm -rf src/lib_gui/platform_includes/deploy.h
+echo "#define DEPLOY" >src/lib_gui/platform_includes/deploy.h
+
+
+# CLEANING THE PROJECT
+if [ $REBUILD = true ]; then
+ echo -e "$INFO cleaning the project"
+ "D:/programme/Microsoft Visual Studio14/Common7/IDE/devenv.com" build/Coati.sln //clean Release
+fi
+
+
+# BUILDING THE EXECUTABLES
+echo -e "$INFO building the executable (app)"
+"D:/programme/Microsoft Visual Studio14/Common7/IDE/devenv.com" build/Coati.sln //build Release //project build/Coati.vcxproj
+
+echo -e "$INFO building the executable (trail)"
+"D:/programme/Microsoft Visual Studio14/Common7/IDE/devenv.com" build/Coati.sln //build Release //project build/Coati_trial.vcxproj
+
+
+# CREATING TRAIL DATABASES´
+echo -e "$INFO creating databases for trail"
+
+rm bin/app/data/projects/tictactoe/tictactoe.coatidb
+rm bin/app/data/projects/tutorial/tutorial.coatidb
+rm -rf temp
+mkdir -p temp
+cd temp
+../bin/app/Release/Coati.exe -p ../bin/app/data/projects/tictactoe/tictactoe.coatiproject
+echo -e "$INFO Please wait until Coati created the database for tictactoe."
+read -p "Press [Enter] key to continue"
+
+../bin/app/Release/Coati.exe -p ../bin/app/data/projects/tutorial/tutorial.coatiproject
+echo -e "$INFO Please wait until Coati created the database for tutorial."
+read -p "Press [Enter] key to continue"
+
+cd ..
+rm -rf temp
+
+
+# OBFUSCATING THE EXECUTABLES
+if [ $OBFUSCATE = true ]; then
+ echo -e "$INFO obfuscating the executables"
+ rm bin/app/Release/Coati_obfuscated.exe
+ rm bin/app/Release/Coati_trial_obfuscated.exe
+ upx --brute -o bin/app/Release/Coati_obfuscated.exe bin/app/Release/Coati.exe
+ upx --brute -o bin/app/Release/Coati_trial_obfuscated.exe bin/app/Release/Coati_trial.exe
+else
+ cp bin/app/Release/Coati.exe bin/app/Release/Coati_obfuscated.exe
+ cp bin/app/Release/Coati_trial.exe bin/app/Release/Coati_trial_obfuscated.exe
+fi
+
+
+# BUILDING THE INSTALLERS
+echo -e "$INFO building the installer (app)"
+"D:/programme/Microsoft Visual Studio 12/Common7/IDE/devenv.com" deployment/windows/CoatiAppSetup/CoatiAppSetup.sln //build Release //project deployment/windows/CoatiAppSetup/CoatiSetup/CoatiSetup.vdproj
+
+echo -e "$INFO building the installer (trail)"
+"D:/programme/Microsoft Visual Studio 12/Common7/IDE/devenv.com" deployment/windows/CoatiTrialSetup/CoatiTrialSetup.sln //build Release //project deployment/windows/CoatiTrialSetup/CoatiSetup/CoatiSetup.vdproj
+
+
+# EDIT THE INSTALLERS
+echo -e "$INFO Please edit the msi files of the installers"
+read -p "Press [Enter] key to continue"
+
+
+# CREATING PACKAGE FOLDERS (APP)
+VERSION_STRING=$(git describe)
+VERSION_STRING="${VERSION_STRING//-/_}"
+VERSION_STRING="${VERSION_STRING//./_}"
+VERSION_STRING="${VERSION_STRING%_*}"
+
+APP_PACKAGE_NAME=Coati_${VERSION_STRING}
+
+APP_PACKAGE_DIR=release/$APP_PACKAGE_NAME
+
+echo -e "$INFO creating package folders for app"
+rm -rf $APP_PACKAGE_DIR
+mkdir -p $APP_PACKAGE_DIR
+
+cp -u -r deployment/windows/CoatiAppSetup/CoatiSetup/Release/Coati.msi $APP_PACKAGE_DIR/
+cp -u -r deployment/windows/CoatiAppSetup/CoatiSetup/Release/setup.exe $APP_PACKAGE_DIR/
+
+mkdir -p $APP_PACKAGE_DIR/plugins/visual_studio/
+cp -u -r ide_plugins/vs/coati_plugin_vs_2012.vsix $APP_PACKAGE_DIR/plugins/visual_studio/
+cp -u -r ide_plugins/vs/coati_plugin_vs_2013.vsix $APP_PACKAGE_DIR/plugins/visual_studio/
+cp -u -r ide_plugins/vs/coati_plugin_vs_2015.vsix $APP_PACKAGE_DIR/plugins/visual_studio/
+mkdir -p $APP_PACKAGE_DIR/plugins/sublime_text/
+cp -u -r ide_plugins/sublime_text/* $APP_PACKAGE_DIR/plugins/sublime_text/
+
+
+# PACKAGING COATI (APP)
+echo -e "$INFO packaging coati app"
+cd ./release/
+winrar a -afzip ${APP_PACKAGE_NAME}_Windows.zip $APP_PACKAGE_NAME
+cd ../
+
+
+# CLEANING UP (APP)
+echo -e "$INFO Cleaning up app"
+rm -rf $APP_PACKAGE_DIR
+
+
+# CREATING PACKAGE FOLDERS (TRIAL)
+TRIAL_PACKAGE_NAME=Coati_Trail_${VERSION_STRING}
+
+TRIAL_PACKAGE_DIR=release/$TRIAL_PACKAGE_NAME
+
+echo -e "$INFO creating package folders for trail"
+rm -rf $TRIAL_PACKAGE_DIR
+mkdir -p $TRIAL_PACKAGE_DIR
+
+cp -u -r deployment/windows/CoatiTrialSetup/CoatiSetup/Release/CoatiTrial.msi $TRIAL_PACKAGE_DIR/
+cp -u -r deployment/windows/CoatiTrialSetup/CoatiSetup/Release/setup.exe $TRIAL_PACKAGE_DIR/
+
+mkdir -p $TRIAL_PACKAGE_DIR/plugins/visual_studio/
+cp -u -r ide_plugins/vs/coati_plugin_vs_2012.vsix $TRIAL_PACKAGE_DIR/plugins/visual_studio/
+cp -u -r ide_plugins/vs/coati_plugin_vs_2013.vsix $TRIAL_PACKAGE_DIR/plugins/visual_studio/
+cp -u -r ide_plugins/vs/coati_plugin_vs_2015.vsix $TRIAL_PACKAGE_DIR/plugins/visual_studio/
+mkdir -p $TRIAL_PACKAGE_DIR/plugins/sublime_text/
+cp -u -r ide_plugins/sublime_text/* $TRIAL_PACKAGE_DIR/plugins/sublime_text/
+
+
+# PACKAGING COATI (TRIAL)
+echo -e "$INFO packaging coati trail"
+cd ./release/
+winrar a -afzip ${TRIAL_PACKAGE_NAME}_Windows.zip $TRIAL_PACKAGE_NAME
+cd ../
+
+
+# CLEANING UP (TRIAL)
+echo -e "$INFO Cleaning up trail"
+rm -rf $TRIAL_PACKAGE_DIR
+
+
+# UNSETTING THE DEPLOY FLAG
+rm -rf src/lib_gui/platform_includes/deploy.h
+echo "// #define DEPLOY" >src/lib_gui/platform_includes/deploy.h
+
+
+echo -e "$SUCCESS packaging complete!"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/script/packaging_windows.sh b/script/packaging_windows.sh
deleted file mode 100644
index 60d862d5..00000000
--- a/script/packaging_windows.sh
+++ /dev/null
@@ -1,99 +0,0 @@
-#!/bin/bash
-
-ABORT="\033[31mAbort:\033[00m"
-SUCCESS="\033[32mSuccess:\033[00m"
-INFO="\033[33mInfo:\033[00m"
-
-read -r -p "Is your current release build up to date? [y/N] " response
-case $response in
- [yY][eE][sS]|[yY])
- ;;
- *)
- echo -e $ABORT "Aborting the creation of a release package."
- exit 1
- ;;
-esac
-
-read -r -p "Did you update the manual pdf? [y/N] " response
-case $response in
- [yY][eE][sS]|[yY])
- ;;
- *)
- echo -e $ABORT "Aborting the creation of a release package."
- exit 1
- ;;
-esac
-
-ORIGINAL_PATH_TO_SCRIPT="${0}"
-CLEANED_PATH_TO_SCRIPT="${ORIGINAL_PATH_TO_SCRIPT//\\//}"
-BASE_DIR=`dirname "$CLEANED_PATH_TO_SCRIPT"`
-
-cd $BASE_DIR/..
-
-VERSION_STRING=$(git describe)
-VERSION_STRING="${VERSION_STRING//-/_}"
-VERSION_STRING="${VERSION_STRING//./_}"
-VERSION_STRING="${VERSION_STRING%_*}"
-
-PACKAGE_NAME=Coati_${VERSION_STRING}
-
-echo -e $INFO Creating Package with Name: $PACKAGE_NAME
-
-PACKAGE_DIR=release/$PACKAGE_NAME
-
-
-echo -e $INFO Creating Folders
-rm -rf $PACKAGE_DIR
-mkdir -p $PACKAGE_DIR
-
-mkdir -p $PACKAGE_DIR/data/color_schemes/
-cp -u -r bin/app/data/color_schemes/* $PACKAGE_DIR/data/color_schemes/
-mkdir -p $PACKAGE_DIR/data/fonts/
-cp -u -r bin/app/data/fonts/* $PACKAGE_DIR/data/fonts/
-mkdir -p $PACKAGE_DIR/data/gui/
-cp -u -r bin/app/data/gui/* $PACKAGE_DIR/data/gui/
-mkdir -p $PACKAGE_DIR/data/log/
-mkdir -p $PACKAGE_DIR/data/projects/tutorial/src/
-cp -u -r bin/app/data/projects/tutorial/src/* $PACKAGE_DIR/data/projects/tutorial/src/
-cp -u -r bin/app/data/projects/tutorial/tutorial.xml $PACKAGE_DIR/data/projects/tutorial/
-mkdir -p $PACKAGE_DIR/data/projects/tictactoe/src/
-cp -u -r bin/app/data/projects/tictactoe/src/* $PACKAGE_DIR/data/projects/tictactoe/src/
-cp -u -r bin/app/data/projects/tictactoe/tictactoe.xml $PACKAGE_DIR/data/projects/tictactoe/
-
-cp -u -r bin/app/data/ApplicationSettings_for_package.xml $PACKAGE_DIR/data/ApplicationSettings.xml
-cp -u -r bin/app/data/window_settings.ini $PACKAGE_DIR/data/
-
-mkdir -p $PACKAGE_DIR/plugins/visual_studio/
-cp -u -r ide_plugins/vs/coati_plugin_vs_2012.vsix $PACKAGE_DIR/plugins/visual_studio/
-cp -u -r ide_plugins/vs/coati_plugin_vs_2013.vsix $PACKAGE_DIR/plugins/visual_studio/
-cp -u -r ide_plugins/vs/coati_plugin_vs_2015.vsix $PACKAGE_DIR/plugins/visual_studio/
-mkdir -p $PACKAGE_DIR/plugins/sublime_text/
-cp -u -r ide_plugins/sublime_text/* $PACKAGE_DIR/plugins/sublime_text/
-
-cp -u -r web/coati_manual.pdf $PACKAGE_DIR/
-cp -u -r bin/app/Release/Coati.exe $PACKAGE_DIR/
-cp -u -r setup/dynamic_libraries/windows/app/Release/* $PACKAGE_DIR/
-
-
-read -r -p "Do you want to obfuscate the executable? [y/N] " response
-case $response in
- [yY][eE][sS]|[yY])
- echo -e $INFO Obfuscating Executable
- upx --brute $PACKAGE_DIR/Coati.exe
- ;;
- *)
- echo -e $INFO Skipping Obfuscation
- ;;
-esac
-
-
-echo -e $INFO Packaging Coati
-cd ./release/
-winrar a -afzip ${PACKAGE_NAME}_Windows.zip $PACKAGE_NAME
-cd ../
-
-
-echo -e $INFO Cleaning up
-rm -rf $PACKAGE_DIR
-
-echo -e $SUCCESS Packaging Complete!
\ No newline at end of file
diff --git a/src/lib_gui/CMakeLists.txt b/src/lib_gui/CMakeLists.txt
index 5f92de34..3dba4b6d 100644
--- a/src/lib_gui/CMakeLists.txt
+++ b/src/lib_gui/CMakeLists.txt
@@ -1,6 +1,7 @@
add_files(
LIB_GUI_FILES
+ platform_includes/deploy.h
platform_includes/includesDefault.h
platform_includes/includesMac.h
platform_includes/includesWindows.h
diff --git a/src/lib_gui/platform_includes/deploy.h b/src/lib_gui/platform_includes/deploy.h
new file mode 100644
index 00000000..8b8c4369
--- /dev/null
+++ b/src/lib_gui/platform_includes/deploy.h
@@ -0,0 +1 @@
+// #define DEPLOY
diff --git a/src/lib_gui/platform_includes/includesWindows.h b/src/lib_gui/platform_includes/includesWindows.h
index c13c975d..4aa4b7a8 100644
--- a/src/lib_gui/platform_includes/includesWindows.h
+++ b/src/lib_gui/platform_includes/includesWindows.h
@@ -6,14 +6,22 @@
#include "vld.h"
#include "utility/UserPaths.h"
+#include "isTrial.h"
-// #define DEPLOY
+#include "platform_includes/deploy.h"
void setup(int argc, char *argv[])
{
#ifdef DEPLOY
std::string path = std::getenv("APPDATA");
- path += "/../local/Coati Software/Coati/";
+ if (isTrial())
+ {
+ path += "/../local/Coati Software/Coati Trial/";
+ }
+ else
+ {
+ path += "/../local/Coati Software/Coati/";
+ }
UserPaths::setUserDataPath(path);
#endif
}