Changeset 230 for binary-improvements/AllocsCommands/AllocsCommands.csproj
- Timestamp:
- Apr 18, 2015, 4:27:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/AllocsCommands/AllocsCommands.csproj
r224 r230 15 15 <DebugType>none</DebugType> 16 16 <Optimize>true</Optimize> 17 <OutputPath>..\bin\Mods\Allocs Commands\</OutputPath>17 <OutputPath>..\bin\Mods\Allocs_CommandExtensions\</OutputPath> 18 18 <ErrorReport>prompt</ErrorReport> 19 19 <WarningLevel>4</WarningLevel> … … 41 41 <ItemGroup> 42 42 <Compile Include="AssemblyInfo.cs" /> 43 <Compile Include="Commands\GetGamePrefs.cs" />44 <Compile Include="Commands\GetTime.cs" />45 43 <Compile Include="Commands\Give.cs" /> 46 <Compile Include="Commands\Kill.cs" />47 44 <Compile Include="Commands\ListItems.cs" /> 48 45 <Compile Include="Commands\ListKnownPlayers.cs" /> 49 46 <Compile Include="Commands\ListLandProtection.cs" /> 50 <Compile Include="Commands\ListPlayerIds.cs" />51 <Compile Include="Commands\PrivateMassageConnections.cs" />52 47 <Compile Include="Commands\RemoveLandProtection.cs" /> 53 48 <Compile Include="Commands\Reply.cs" /> 54 49 <Compile Include="Commands\SayToPlayer.cs" /> 55 <Compile Include="Commands\SetTimeReal.cs" />56 50 <Compile Include="Commands\ShowInventory.cs" /> 57 51 <Compile Include="Commands\TeleportPlayer.cs" /> 58 <Compile Include=" Commands\Unban.cs" />59 <Compile Include=" API.cs" />52 <Compile Include="PrivateMassageConnections.cs" /> 53 <Compile Include="Chat.cs" /> 60 54 </ItemGroup> 61 55 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> … … 70 64 <Folder Include="Commands\" /> 71 65 </ItemGroup> 66 <ItemGroup> 67 <None Include="ModInfo.xml"> 68 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 69 </None> 70 </ItemGroup> 72 71 </Project>
Note:
See TracChangeset
for help on using the changeset viewer.