diff options
Diffstat (limited to 'external')
-rwxr-xr-x | external/External.cs | 2 | ||||
-rwxr-xr-x | external/external.csproj | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/external/External.cs b/external/External.cs index 00947db..8abcd68 100755 --- a/external/External.cs +++ b/external/External.cs @@ -115,6 +115,4 @@ namespace PureData -
-
}
diff --git a/external/external.csproj b/external/external.csproj index 00bd727..f8de34b 100755 --- a/external/external.csproj +++ b/external/external.csproj @@ -94,6 +94,11 @@ BuildAction = "Compile"
/>
<File
+ RelPath = "Counter.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "External.cs"
SubType = "Code"
BuildAction = "Compile"
|