aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-04 16:27:01 -0500
committerMichael <[email protected]>2017-02-04 16:27:01 -0500
commit1302b0097b9771c339618dcc520b138fc1333568 (patch)
tree78a75d00f835078cd4d59fec5b56acc9b9eefea9
parent4b2a6f8c6e36c1644e42e0aa62695dbfcfa3f615 (diff)
downloadshiftos_thereturn-1302b0097b9771c339618dcc520b138fc1333568.tar.gz
shiftos_thereturn-1302b0097b9771c339618dcc520b138fc1333568.tar.bz2
shiftos_thereturn-1302b0097b9771c339618dcc520b138fc1333568.zip
make the virtualmachine mod a DLL
-rw-r--r--ShiftOS.Modding.VirtualMachine/ShiftOS.Modding.VirtualMachine.csproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/ShiftOS.Modding.VirtualMachine/ShiftOS.Modding.VirtualMachine.csproj b/ShiftOS.Modding.VirtualMachine/ShiftOS.Modding.VirtualMachine.csproj
index 7759e5e..a8c2409 100644
--- a/ShiftOS.Modding.VirtualMachine/ShiftOS.Modding.VirtualMachine.csproj
+++ b/ShiftOS.Modding.VirtualMachine/ShiftOS.Modding.VirtualMachine.csproj
@@ -5,7 +5,7 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{FF0B1831-AC9F-4093-9747-DDAE4467516A}</ProjectGuid>
- <OutputType>WinExe</OutputType>
+ <OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ShiftOS.Modding.VirtualMachine</RootNamespace>
<AssemblyName>ShiftOS.Modding.VirtualMachine</AssemblyName>
@@ -32,6 +32,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
+ <PropertyGroup>
+ <StartupObject />
+ </PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />