2015-03-08 17:20:10 -04:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{DD5DCDA2-51DB-4B1A-922F-5705546E6115}</ProjectGuid>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>IW4MAdmin</RootNamespace>
|
|
|
|
|
<AssemblyName>IW4MAdmin</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<TargetFrameworkProfile />
|
2015-03-09 00:28:57 -04:00
|
|
|
|
<IsWebBootstrapper>true</IsWebBootstrapper>
|
|
|
|
|
<PublishUrl>ftp://raidmax.org/IW4M/Admin/</PublishUrl>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<Install>true</Install>
|
2015-03-09 00:28:57 -04:00
|
|
|
|
<InstallFrom>Web</InstallFrom>
|
|
|
|
|
<UpdateEnabled>true</UpdateEnabled>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
2015-03-09 00:28:57 -04:00
|
|
|
|
<InstallUrl>http://raidmax.org/IW4M/Admin/</InstallUrl>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<ProductName>IW4M Administration</ProductName>
|
|
|
|
|
<PublisherName>RaidMax LLC</PublisherName>
|
2015-03-09 00:28:57 -04:00
|
|
|
|
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<WebPage>publish.htm</WebPage>
|
2015-03-09 00:28:57 -04:00
|
|
|
|
<ApplicationRevision>3</ApplicationRevision>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<ApplicationVersion>0.1.0.%2a</ApplicationVersion>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>0</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ManifestCertificateThumbprint>0D02A7F5C6EA170625B5BF533E667AE6C3F93065</ManifestCertificateThumbprint>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ManifestKeyFile>IW4M ADMIN_TemporaryKey.pfx</ManifestKeyFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<GenerateManifests>true</GenerateManifests>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetZone>LocalIntranet</TargetZone>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<SignManifests>true</SignManifests>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationIcon>4D1.ico</ApplicationIcon>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<StartupObject>IW4MAdmin.Program</StartupObject>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>bin\Release\System.Data.SQLite.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Bans.cs" />
|
|
|
|
|
<Compile Include="Command.cs" />
|
|
|
|
|
<Compile Include="Connection.cs" />
|
|
|
|
|
<Compile Include="Database.cs" />
|
|
|
|
|
<Compile Include="Event.cs" />
|
|
|
|
|
<Compile Include="File.cs" />
|
|
|
|
|
<Compile Include="Log.cs" />
|
|
|
|
|
<Compile Include="Main.cs" />
|
|
|
|
|
<Compile Include="Maps.cs" />
|
|
|
|
|
<Compile Include="Player.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="RCON.cs" />
|
|
|
|
|
<Compile Include="Server.cs" />
|
|
|
|
|
<Compile Include="Utilities.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="App.config" />
|
2015-03-09 00:28:57 -04:00
|
|
|
|
<None Include="config\maps.cfg" />
|
|
|
|
|
<None Include="config\messages.cfg" />
|
|
|
|
|
<None Include="config\rules.cfg" />
|
|
|
|
|
<None Include="config\servers.cfg" />
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<None Include="IW4M ADMIN_TemporaryKey.pfx" />
|
|
|
|
|
<None Include="Properties\app.manifest" />
|
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="4D1.ico" />
|
|
|
|
|
</ItemGroup>
|
2015-03-09 00:28:57 -04:00
|
|
|
|
<ItemGroup />
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|