Changeset 330
- Timestamp:
- Sep 5, 2018, 11:16:36 PM (6 years ago)
- Location:
- binary-improvements
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj
r324 r330 34 34 <ConsolePause>false</ConsolePause> 35 35 <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> 36 41 </PropertyGroup> 37 42 <ItemGroup> -
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" /> -
binary-improvements/MapRendering/WebAndMapRendering.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_WebAndMapRendering\</OutputPath> 25 <DefineConstants>ENABLE_PROFILER</DefineConstants> 26 <Optimize>true</Optimize> 27 <DebugSymbols>true</DebugSymbols> 28 <DebugType>full</DebugType> 22 29 </PropertyGroup> 23 30 <ItemGroup> … … 63 70 <Compile Include="Commands\EnableRendering.cs" /> 64 71 <Compile Include="API.cs" /> 72 <Compile Include="MapRendering\TextureScale.cs" /> 65 73 <Compile Include="Web\API\GetAnimalsLocation.cs" /> 66 74 <Compile Include="Web\API\GetHostileLocation.cs" /> -
binary-improvements/server-fixes.sln
r299 r330 13 13 Release_Version|Any CPU = Release_Version|Any CPU 14 14 Debug|Any CPU = Debug|Any CPU 15 Release_Profiler|Any CPU = Release_Profiler|Any CPU 15 16 EndGlobalSection 16 17 GlobalSection(ProjectConfigurationPlatforms) = postSolution … … 21 22 {81DA7F87-1A66-4920-AADA-6EAF1971F8D0}.Release|Any CPU.ActiveCfg = Release|Any CPU 22 23 {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 23 26 {A1847B5F-7BFC-4BCD-94AA-A6C9FB7E7C54}.Debug|Any CPU.ActiveCfg = Release|Any CPU 24 27 {A1847B5F-7BFC-4BCD-94AA-A6C9FB7E7C54}.Debug|Any CPU.Build.0 = Release|Any CPU … … 27 30 {A1847B5F-7BFC-4BCD-94AA-A6C9FB7E7C54}.Release|Any CPU.ActiveCfg = Release|Any CPU 28 31 {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 29 34 {E273D042-57F9-4E2E-8268-5053527E5287}.Debug|Any CPU.ActiveCfg = Release|Any CPU 30 35 {E273D042-57F9-4E2E-8268-5053527E5287}.Debug|Any CPU.Build.0 = Release|Any CPU … … 33 38 {E273D042-57F9-4E2E-8268-5053527E5287}.Release|Any CPU.ActiveCfg = Release|Any CPU 34 39 {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 35 42 EndGlobalSection 36 43 GlobalSection(MonoDevelopProperties) = preSolution
Note:
See TracChangeset
for help on using the changeset viewer.