Changeset 330 for binary-improvements


Ignore:
Timestamp:
Sep 5, 2018, 11:16:36 PM (6 years ago)
Author:
alloc
Message:

Added profiling build config

Location:
binary-improvements
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj

    r324 r330  
    3434    <ConsolePause>false</ConsolePause>
    3535    <NoStdLib>true</NoStdLib>
     36  </PropertyGroup>
     37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Profiler|AnyCPU' ">
     38    <OutputPath>..\bin\Mods\Allocs_CommonFunc\</OutputPath>
     39    <DefineConstants>ENABLE_PROFILER</DefineConstants>
     40    <Optimize>true</Optimize>
    3641  </PropertyGroup>
    3742  <ItemGroup>
  • binary-improvements/AllocsCommands/AllocsCommands.csproj

    r324 r330  
    2020    <ConsolePause>false</ConsolePause>
    2121    <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>
    2227  </PropertyGroup>
    2328  <ItemGroup>
     
    4954  </ItemGroup>
    5055  <ItemGroup>
     56    <Compile Include="API.cs" />
    5157    <Compile Include="AssemblyInfo.cs" />
    5258    <Compile Include="Commands\Give.cs" />
  • binary-improvements/MapRendering/WebAndMapRendering.csproj

    r324 r330  
    2020    <ConsolePause>false</ConsolePause>
    2121    <NoStdLib>true</NoStdLib>
     22  </PropertyGroup>
     23  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Profiler|AnyCPU' ">
     24    <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
     25    <DefineConstants>ENABLE_PROFILER</DefineConstants>
     26    <Optimize>true</Optimize>
     27    <DebugSymbols>true</DebugSymbols>
     28    <DebugType>full</DebugType>
    2229  </PropertyGroup>
    2330  <ItemGroup>
     
    6370    <Compile Include="Commands\EnableRendering.cs" />
    6471    <Compile Include="API.cs" />
     72    <Compile Include="MapRendering\TextureScale.cs" />
    6573    <Compile Include="Web\API\GetAnimalsLocation.cs" />
    6674    <Compile Include="Web\API\GetHostileLocation.cs" />
  • binary-improvements/server-fixes.sln

    r299 r330  
    1313                Release_Version|Any CPU = Release_Version|Any CPU
    1414                Debug|Any CPU = Debug|Any CPU
     15                Release_Profiler|Any CPU = Release_Profiler|Any CPU
    1516        EndGlobalSection
    1617        GlobalSection(ProjectConfigurationPlatforms) = postSolution
     
    2122                {81DA7F87-1A66-4920-AADA-6EAF1971F8D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
    2223                {81DA7F87-1A66-4920-AADA-6EAF1971F8D0}.Release|Any CPU.Build.0 = Release|Any CPU
     24                {81DA7F87-1A66-4920-AADA-6EAF1971F8D0}.Release_Profiler|Any CPU.ActiveCfg = Release_Profiler|Any CPU
     25                {81DA7F87-1A66-4920-AADA-6EAF1971F8D0}.Release_Profiler|Any CPU.Build.0 = Release_Profiler|Any CPU
    2326                {A1847B5F-7BFC-4BCD-94AA-A6C9FB7E7C54}.Debug|Any CPU.ActiveCfg = Release|Any CPU
    2427                {A1847B5F-7BFC-4BCD-94AA-A6C9FB7E7C54}.Debug|Any CPU.Build.0 = Release|Any CPU
     
    2730                {A1847B5F-7BFC-4BCD-94AA-A6C9FB7E7C54}.Release|Any CPU.ActiveCfg = Release|Any CPU
    2831                {A1847B5F-7BFC-4BCD-94AA-A6C9FB7E7C54}.Release|Any CPU.Build.0 = Release|Any CPU
     32                {A1847B5F-7BFC-4BCD-94AA-A6C9FB7E7C54}.Release_Profiler|Any CPU.ActiveCfg = Release_Profiler|Any CPU
     33                {A1847B5F-7BFC-4BCD-94AA-A6C9FB7E7C54}.Release_Profiler|Any CPU.Build.0 = Release_Profiler|Any CPU
    2934                {E273D042-57F9-4E2E-8268-5053527E5287}.Debug|Any CPU.ActiveCfg = Release|Any CPU
    3035                {E273D042-57F9-4E2E-8268-5053527E5287}.Debug|Any CPU.Build.0 = Release|Any CPU
     
    3338                {E273D042-57F9-4E2E-8268-5053527E5287}.Release|Any CPU.ActiveCfg = Release|Any CPU
    3439                {E273D042-57F9-4E2E-8268-5053527E5287}.Release|Any CPU.Build.0 = Release|Any CPU
     40                {E273D042-57F9-4E2E-8268-5053527E5287}.Release_Profiler|Any CPU.ActiveCfg = Release_Profiler|Any CPU
     41                {E273D042-57F9-4E2E-8268-5053527E5287}.Release_Profiler|Any CPU.Build.0 = Release_Profiler|Any CPU
    3542        EndGlobalSection
    3643        GlobalSection(MonoDevelopProperties) = preSolution
Note: See TracChangeset for help on using the changeset viewer.