aboutsummaryrefslogtreecommitdiff
path: root/external/external.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'external/external.csproj')
-rwxr-xr-xexternal/external.csproj12
1 files changed, 6 insertions, 6 deletions
diff --git a/external/external.csproj b/external/external.csproj
index 417f6aa..536e73d 100755
--- a/external/external.csproj
+++ b/external/external.csproj
@@ -9,7 +9,7 @@
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
- AssemblyName = "PureData"
+ AssemblyName = "External"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
@@ -79,6 +79,11 @@
AssemblyName = "System.Xml"
HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
/>
+ <Reference
+ Name = "PureData"
+ AssemblyName = "PureData"
+ HintPath = "PureData.dll"
+ />
</References>
</Build>
<Files>
@@ -93,11 +98,6 @@
SubType = "Code"
BuildAction = "Compile"
/>
- <File
- RelPath = "pd.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
</Include>
</Files>
</CSHARP>