Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2011-08-23 14:45:16 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2011-08-23 18:27:50 +0400
commit86ffb439b30710dab814490402f59fcf9a73f247 (patch)
tree46740626a8ad5495375d4360f067e1a195673c9d /main/src/addins/MonoDevelop.Moonlight
parentb828272058dc03b17da05e311484a4fdfe0f8a2b (diff)
[Project] Rename 'Gac' refs to 'Package' refs
This is a couple of years overdue because the "gac" name is wrong, misleading and confusing.
Diffstat (limited to 'main/src/addins/MonoDevelop.Moonlight')
-rw-r--r--main/src/addins/MonoDevelop.Moonlight/Templates/Moonlight-ApplicationProject.xpt.xml14
-rw-r--r--main/src/addins/MonoDevelop.Moonlight/Templates/Moonlight-LibraryProject.xpt.xml14
2 files changed, 14 insertions, 14 deletions
diff --git a/main/src/addins/MonoDevelop.Moonlight/Templates/Moonlight-ApplicationProject.xpt.xml b/main/src/addins/MonoDevelop.Moonlight/Templates/Moonlight-ApplicationProject.xpt.xml
index c6137ca034..ac35abe90c 100644
--- a/main/src/addins/MonoDevelop.Moonlight/Templates/Moonlight-ApplicationProject.xpt.xml
+++ b/main/src/addins/MonoDevelop.Moonlight/Templates/Moonlight-ApplicationProject.xpt.xml
@@ -27,13 +27,13 @@
<SilverlightApplication>True</SilverlightApplication>
</Options>
<References>
- <Reference type="Gac" refto="System.Windows" />
- <Reference type="Gac" refto="mscorlib" />
- <Reference type="Gac" refto="System" />
- <Reference type="Gac" refto="System.Core" />
- <Reference type="Gac" refto="System.Xml" />
- <Reference type="Gac" refto="System.Net" />
- <Reference type="Gac" refto="System.Windows.Browser" />
+ <Reference type="Package" refto="System.Windows" />
+ <Reference type="Package" refto="mscorlib" />
+ <Reference type="Package" refto="System" />
+ <Reference type="Package" refto="System.Core" />
+ <Reference type="Package" refto="System.Xml" />
+ <Reference type="Package" refto="System.Net" />
+ <Reference type="Package" refto="System.Windows.Browser" />
</References>
<Files>
<File name="App.xaml" DefaultExtension=".xaml" BuildAction="ApplicationDefinition">
diff --git a/main/src/addins/MonoDevelop.Moonlight/Templates/Moonlight-LibraryProject.xpt.xml b/main/src/addins/MonoDevelop.Moonlight/Templates/Moonlight-LibraryProject.xpt.xml
index 75497b7297..c2c27e3dc7 100644
--- a/main/src/addins/MonoDevelop.Moonlight/Templates/Moonlight-LibraryProject.xpt.xml
+++ b/main/src/addins/MonoDevelop.Moonlight/Templates/Moonlight-LibraryProject.xpt.xml
@@ -27,13 +27,13 @@
<SilverlightApplication>False</SilverlightApplication>
</Options>
<References>
- <Reference type="Gac" refto="System.Windows" />
- <Reference type="Gac" refto="mscorlib" />
- <Reference type="Gac" refto="System" />
- <Reference type="Gac" refto="System.Core" />
- <Reference type="Gac" refto="System.Xml" />
- <Reference type="Gac" refto="System.Net" />
- <Reference type="Gac" refto="System.Windows.Browser" />
+ <Reference type="Package" refto="System.Windows" />
+ <Reference type="Package" refto="mscorlib" />
+ <Reference type="Package" refto="System" />
+ <Reference type="Package" refto="System.Core" />
+ <Reference type="Package" refto="System.Xml" />
+ <Reference type="Package" refto="System.Net" />
+ <Reference type="Package" refto="System.Windows.Browser" />
</References>
<Files>
</Files>