diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2006-01-27 22:51:15 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2006-01-27 22:51:15 +0000 |
commit | e3e928fc5e974da358794f6a2bbe7a09febe163d (patch) | |
tree | 8b01f7c3bd5971776011a4f84d867de5c2b0924a /external/external.csproj | |
parent | 63b691c5179de0649cab2a7981dcf7ac01ec3cc0 (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-x | external/external.csproj | 8 |
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>
|