aboutsummaryrefslogtreecommitdiff
path: root/external/external.csproj
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2006-01-27 22:51:15 +0000
committerThomas Grill <xovo@users.sourceforge.net>2006-01-27 22:51:15 +0000
commite3e928fc5e974da358794f6a2bbe7a09febe163d (patch)
tree8b01f7c3bd5971776011a4f84d867de5c2b0924a /external/external.csproj
parent63b691c5179de0649cab2a7981dcf7ac01ec3cc0 (diff)
Counter external class with new layout, usign virtual functions
svn path=/trunk/externals/clr/; revision=4507
Diffstat (limited to 'external/external.csproj')
-rwxr-xr-xexternal/external.csproj8
1 files changed, 2 insertions, 6 deletions
diff --git a/external/external.csproj b/external/external.csproj
index f8de34b..4efc7fb 100755
--- a/external/external.csproj
+++ b/external/external.csproj
@@ -36,7 +36,7 @@
NoStdLib = "false"
NoWarn = ""
Optimize = "false"
- OutputPath = "bin\Debug\"
+ OutputPath = "..\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
@@ -83,6 +83,7 @@
Name = "PureData"
AssemblyName = "PureData"
HintPath = "..\PureData.dll"
+ Private = "False"
/>
</References>
</Build>
@@ -98,11 +99,6 @@
SubType = "Code"
BuildAction = "Compile"
/>
- <File
- RelPath = "External.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
</Include>
</Files>
</CSHARP>