Changeset 373


Ignore:
Timestamp:
Jul 27, 2022, 7:18:54 PM (2 years ago)
Author:
alloc
Message:

Added debug targets

Location:
binary-improvements
Files:
4 edited

Legend:

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

    r355 r373  
    4141    <WarningLevel>4</WarningLevel>
    4242    <NoStdLib>true</NoStdLib>
     43  </PropertyGroup>
     44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     45    <OutputPath>..\bin\Mods\Allocs_CommonFunc\</OutputPath>
     46    <DebugType>full</DebugType>
    4347  </PropertyGroup>
    4448  <ItemGroup>
  • binary-improvements/AllocsCommands/AllocsCommands.csproj

    r355 r373  
    2727    <WarningLevel>4</WarningLevel>
    2828    <NoStdLib>true</NoStdLib>
     29  </PropertyGroup>
     30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     31    <OutputPath>..\bin\Mods\Allocs_CommandExtensions\</OutputPath>
     32    <DebugType>full</DebugType>
    2933  </PropertyGroup>
    3034  <ItemGroup>
  • binary-improvements/MapRendering/WebAndMapRendering.csproj

    r369 r373  
    2929    <WarningLevel>4</WarningLevel>
    3030    <NoStdLib>true</NoStdLib>
     31  </PropertyGroup>
     32  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     33    <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
     34    <DebugType>full</DebugType>
    3135  </PropertyGroup>
    3236  <ItemGroup>
  • binary-improvements/server-fixes.sln

    r330 r373  
    1616        EndGlobalSection
    1717        GlobalSection(ProjectConfigurationPlatforms) = postSolution
    18                 {81DA7F87-1A66-4920-AADA-6EAF1971F8D0}.Debug|Any CPU.ActiveCfg = Release|Any CPU
    19                 {81DA7F87-1A66-4920-AADA-6EAF1971F8D0}.Debug|Any CPU.Build.0 = Release|Any CPU
    2018                {81DA7F87-1A66-4920-AADA-6EAF1971F8D0}.Release_Version|Any CPU.ActiveCfg = Release_Version|Any CPU
    2119                {81DA7F87-1A66-4920-AADA-6EAF1971F8D0}.Release_Version|Any CPU.Build.0 = Release_Version|Any CPU
     
    2422                {81DA7F87-1A66-4920-AADA-6EAF1971F8D0}.Release_Profiler|Any CPU.ActiveCfg = Release_Profiler|Any CPU
    2523                {81DA7F87-1A66-4920-AADA-6EAF1971F8D0}.Release_Profiler|Any CPU.Build.0 = Release_Profiler|Any CPU
    26                 {A1847B5F-7BFC-4BCD-94AA-A6C9FB7E7C54}.Debug|Any CPU.ActiveCfg = Release|Any CPU
    27                 {A1847B5F-7BFC-4BCD-94AA-A6C9FB7E7C54}.Debug|Any CPU.Build.0 = Release|Any CPU
     24                {81DA7F87-1A66-4920-AADA-6EAF1971F8D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     25                {81DA7F87-1A66-4920-AADA-6EAF1971F8D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
    2826                {A1847B5F-7BFC-4BCD-94AA-A6C9FB7E7C54}.Release_Version|Any CPU.ActiveCfg = Release|Any CPU
    2927                {A1847B5F-7BFC-4BCD-94AA-A6C9FB7E7C54}.Release_Version|Any CPU.Build.0 = Release|Any CPU
     
    3230                {A1847B5F-7BFC-4BCD-94AA-A6C9FB7E7C54}.Release_Profiler|Any CPU.ActiveCfg = Release_Profiler|Any CPU
    3331                {A1847B5F-7BFC-4BCD-94AA-A6C9FB7E7C54}.Release_Profiler|Any CPU.Build.0 = Release_Profiler|Any CPU
    34                 {E273D042-57F9-4E2E-8268-5053527E5287}.Debug|Any CPU.ActiveCfg = Release|Any CPU
    35                 {E273D042-57F9-4E2E-8268-5053527E5287}.Debug|Any CPU.Build.0 = Release|Any CPU
     32                {A1847B5F-7BFC-4BCD-94AA-A6C9FB7E7C54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     33                {A1847B5F-7BFC-4BCD-94AA-A6C9FB7E7C54}.Debug|Any CPU.Build.0 = Debug|Any CPU
    3634                {E273D042-57F9-4E2E-8268-5053527E5287}.Release_Version|Any CPU.ActiveCfg = Release|Any CPU
    3735                {E273D042-57F9-4E2E-8268-5053527E5287}.Release_Version|Any CPU.Build.0 = Release|Any CPU
     
    4038                {E273D042-57F9-4E2E-8268-5053527E5287}.Release_Profiler|Any CPU.ActiveCfg = Release_Profiler|Any CPU
    4139                {E273D042-57F9-4E2E-8268-5053527E5287}.Release_Profiler|Any CPU.Build.0 = Release_Profiler|Any CPU
     40                {E273D042-57F9-4E2E-8268-5053527E5287}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     41                {E273D042-57F9-4E2E-8268-5053527E5287}.Debug|Any CPU.Build.0 = Debug|Any CPU
    4242        EndGlobalSection
    4343        GlobalSection(MonoDevelopProperties) = preSolution
Note: See TracChangeset for help on using the changeset viewer.