Index: binary-improvements/AllocsCommands/AllocsCommands.csproj
===================================================================
--- binary-improvements/AllocsCommands/AllocsCommands.csproj	(revision 328)
+++ binary-improvements/AllocsCommands/AllocsCommands.csproj	(revision 330)
@@ -20,4 +20,9 @@
     <ConsolePause>false</ConsolePause>
     <NoStdLib>true</NoStdLib>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Profiler|AnyCPU' ">
+    <OutputPath>..\bin\Mods\Allocs_CommandExtensions\</OutputPath>
+    <DefineConstants>ENABLE_PROFILER</DefineConstants>
+    <Optimize>true</Optimize>
   </PropertyGroup>
   <ItemGroup>
@@ -49,4 +54,5 @@
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="API.cs" />
     <Compile Include="AssemblyInfo.cs" />
     <Compile Include="Commands\Give.cs" />
