aboutsummaryrefslogtreecommitdiff
path: root/external/external.csproj
diff options
context:
space:
mode:
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>