Changeset 330 for binary-improvements/AllocsCommands/AllocsCommands.csproj
- Timestamp:
- Sep 5, 2018, 11:16:36 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/AllocsCommands/AllocsCommands.csproj
r324 r330 20 20 <ConsolePause>false</ConsolePause> 21 21 <NoStdLib>true</NoStdLib> 22 </PropertyGroup> 23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Profiler|AnyCPU' "> 24 <OutputPath>..\bin\Mods\Allocs_CommandExtensions\</OutputPath> 25 <DefineConstants>ENABLE_PROFILER</DefineConstants> 26 <Optimize>true</Optimize> 22 27 </PropertyGroup> 23 28 <ItemGroup> … … 49 54 </ItemGroup> 50 55 <ItemGroup> 56 <Compile Include="API.cs" /> 51 57 <Compile Include="AssemblyInfo.cs" /> 52 58 <Compile Include="Commands\Give.cs" />
Note:
See TracChangeset
for help on using the changeset viewer.