Created
August 12, 2010 21:19
-
-
Save jacksonh/521768 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/deployment.h b/src/deployment.h | |
index c433e32..1effdc4 100644 | |
--- a/src/deployment.h | |
+++ b/src/deployment.h | |
@@ -261,7 +261,7 @@ public: | |
const static int ExternalPartsProperty; | |
/* @PropertyType=OutOfBrowserSettings,ManagedSetterAccess=Internal,GenerateAccessors,Validator=OnlyDuringInitializationValidator */ | |
const static int OutOfBrowserSettingsProperty; | |
- /* @PropertyType=AssemblyPartCollection,ManagedSetterAccess=Internal,GenerateAccessors,Validator=OnlyDuringInitializationValidator */ | |
+ /* @PropertyType=AssemblyPartCollection,AutoCreateValue,ManagedSetterAccess=Internal,GenerateAccessors,Validator=OnlyDuringInitializationValidator */ | |
const static int PartsProperty; | |
/* @PropertyType=string,ManagedSetterAccess=Internal,GenerateAccessors,Validator=OnlyDuringInitializationValidator */ | |
const static int RuntimeVersionProperty; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment