1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- using System.Reflection;
- using System.Resources;
- using System.Runtime.CompilerServices;
- using System.Runtime.InteropServices;
- using System.Windows;
- [assembly: AssemblyTitle("RecipeEditorControl")]
- [assembly: AssemblyDescription("")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("Microsoft")]
- [assembly: AssemblyProduct("RecipeEditorControl")]
- [assembly: AssemblyCopyright("Copyright © Microsoft 2014")]
- [assembly: AssemblyTrademark("")]
- [assembly: AssemblyCulture("")]
- [assembly: ComVisible(false)]
- [assembly: ThemeInfo(
- ResourceDictionaryLocation.None,
-
-
- ResourceDictionaryLocation.SourceAssembly
-
-
- )]
- [assembly: AssemblyVersion("1.0.0.0")]
- [assembly: AssemblyFileVersion("1.0.0.0")]
|