2015-03-08 17:20:10 -04:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-07-24 15:46:32 -04:00
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<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>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2015-07-24 15:46:32 -04:00
|
|
|
|
<TargetFrameworkProfile>
|
|
|
|
|
</TargetFrameworkProfile>
|
2015-03-09 00:28:57 -04:00
|
|
|
|
<IsWebBootstrapper>true</IsWebBootstrapper>
|
2015-03-09 16:11:09 -04:00
|
|
|
|
<PublishUrl>ftp://raidmax.org/</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>
|
2015-03-09 16:11:09 -04:00
|
|
|
|
<MapFileExtensions>false</MapFileExtensions>
|
2015-03-09 00:28:57 -04:00
|
|
|
|
<InstallUrl>http://raidmax.org/IW4M/Admin/</InstallUrl>
|
2015-08-17 16:38:42 -04:00
|
|
|
|
<SupportUrl>http://raidmax.org/IW4MAdmin</SupportUrl>
|
2017-05-28 16:47:21 -04:00
|
|
|
|
<TargetCulture>en</TargetCulture>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<ProductName>IW4M Administration</ProductName>
|
2017-05-28 16:47:21 -04:00
|
|
|
|
<PublisherName>ForeverNone LLC</PublisherName>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<WebPage>publish.htm</WebPage>
|
2017-05-28 16:47:21 -04:00
|
|
|
|
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
|
2015-08-17 16:38:42 -04:00
|
|
|
|
<ApplicationRevision>6</ApplicationRevision>
|
2017-05-27 18:08:04 -04:00
|
|
|
|
<ApplicationVersion>1.3.1.%2a</ApplicationVersion>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
2015-03-10 17:56:01 -04:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2015-05-09 12:46:25 -04:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2015-07-24 15:46:32 -04:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
</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>
|
2017-05-27 18:08:04 -04:00
|
|
|
|
<WarningLevel>3</WarningLevel>
|
2015-05-09 12:46:25 -04:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2015-07-15 17:11:29 -04:00
|
|
|
|
<GenerateSerializationAssemblies>On</GenerateSerializationAssemblies>
|
2015-07-24 15:46:32 -04:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2015-08-20 13:52:30 -04:00
|
|
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
|
|
|
|
<CodeAnalysisIgnoreGeneratedCode>false</CodeAnalysisIgnoreGeneratedCode>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<DocumentationFile>
|
|
|
|
|
</DocumentationFile>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetZone>LocalIntranet</TargetZone>
|
|
|
|
|
</PropertyGroup>
|
2015-04-11 13:31:04 -04:00
|
|
|
|
<PropertyGroup />
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<PropertyGroup>
|
2015-07-15 17:11:29 -04:00
|
|
|
|
<SignManifests>false</SignManifests>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
2015-08-23 23:35:04 -04:00
|
|
|
|
<ApplicationIcon>IW4AdminIcon.ico</ApplicationIcon>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
2015-08-20 13:52:30 -04:00
|
|
|
|
<StartupObject>IW4MAdmin.Program</StartupObject>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
</PropertyGroup>
|
2015-08-17 16:38:42 -04:00
|
|
|
|
<PropertyGroup />
|
2015-04-11 13:31:04 -04:00
|
|
|
|
<PropertyGroup>
|
2016-01-15 17:15:39 -05:00
|
|
|
|
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
|
2015-04-11 13:31:04 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<GenerateManifests>false</GenerateManifests>
|
2015-08-17 16:38:42 -04:00
|
|
|
|
</PropertyGroup>
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<PropertyGroup />
|
2015-08-17 16:38:42 -04:00
|
|
|
|
<PropertyGroup>
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
2015-04-11 13:31:04 -04:00
|
|
|
|
</PropertyGroup>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<ItemGroup>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<Reference Include="Kayak, Version=0.7.2.0, Culture=neutral, processorArchitecture=MSIL">
|
2015-08-28 00:39:36 -04:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<HintPath>lib\Kayak.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
2015-04-10 00:02:12 -04:00
|
|
|
|
</Reference>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<Reference Include="System" />
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<Reference Include="System.ComponentModel.Composition" />
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<Reference Include="System.Data" />
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<Reference Include="System.Management" />
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<Compile Include="Commands.cs" />
|
|
|
|
|
<Compile Include="Config.cs" />
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<Compile Include="Connection.cs" />
|
2015-03-10 16:45:20 -04:00
|
|
|
|
<Compile Include="Heartbeat.cs" />
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<Compile Include="Kayak.cs" />
|
2017-05-27 19:29:20 -04:00
|
|
|
|
<Compile Include="Logger.cs" />
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<Compile Include="Main.cs" />
|
2015-07-03 00:10:01 -04:00
|
|
|
|
<Compile Include="Manager.cs" />
|
2017-05-27 18:08:04 -04:00
|
|
|
|
<Compile Include="PenaltyList.cs" />
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<Compile Include="Plugins.cs" />
|
2015-08-20 13:52:30 -04:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2015-07-24 15:46:32 -04:00
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<Compile Include="Server.cs" />
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<Compile Include="WebService.cs" />
|
2015-03-08 17:20:10 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<None Include="app.manifest" />
|
2015-08-23 23:35:04 -04:00
|
|
|
|
<Content Include="IW4AdminIcon.ico" />
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<Content Include="lib\Kayak.dll">
|
2015-08-20 17:54:38 -04:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<Content Include="lib\Newtonsoft.Json.dll">
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<Content Include="lib\SharedLibrary.dll">
|
2015-08-20 15:23:13 -04:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<Content Include="lib\SQLite.Interop.dll">
|
2015-08-21 21:11:35 -04:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-04-10 00:02:12 -04:00
|
|
|
|
<Content Include="version.txt">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="webfront\bans.html">
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="webfront\console.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2015-04-10 00:02:12 -04:00
|
|
|
|
</Content>
|
2015-08-21 21:11:35 -04:00
|
|
|
|
<Content Include="webfront\error.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-04-13 00:25:34 -04:00
|
|
|
|
<Content Include="webfront\footer.html">
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2015-04-13 00:25:34 -04:00
|
|
|
|
</Content>
|
2015-04-27 13:40:57 -04:00
|
|
|
|
<Content Include="webfront\graph.html">
|
2015-08-22 02:04:30 -04:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2015-04-27 13:40:57 -04:00
|
|
|
|
</Content>
|
2015-04-10 00:02:12 -04:00
|
|
|
|
<Content Include="webfront\header.html">
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="webfront\login.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="webfront\main.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2015-04-10 00:02:12 -04:00
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="webfront\main.html">
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="webfront\mobile.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2015-04-10 00:02:12 -04:00
|
|
|
|
</Content>
|
2015-08-21 21:11:35 -04:00
|
|
|
|
<Content Include="webfront\notfound.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<Content Include="webfront\penalties.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2015-04-13 00:25:34 -04:00
|
|
|
|
</Content>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<Content Include="webfront\players.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2015-04-10 00:02:12 -04:00
|
|
|
|
</Content>
|
2015-03-09 16:11:09 -04:00
|
|
|
|
<Content Include="config\maps.cfg">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="config\messages.cfg">
|
2015-04-27 13:40:57 -04:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
2015-03-09 16:11:09 -04:00
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="config\rules.cfg">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-08-20 13:52:30 -04:00
|
|
|
|
<None Include="app.config">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<None Include="config\web.cfg">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="IW4MAdmin.exe.config" />
|
|
|
|
|
<None Include="packages.config" />
|
2015-08-17 16:38:42 -04:00
|
|
|
|
<None Include="Properties\app.manifest" />
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-08-17 16:38:42 -04:00
|
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<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>
|
2015-08-17 16:38:42 -04:00
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Visual.C++.12.0.x86">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Visual C++ 2013 Runtime Libraries %28x86%29</ProductName>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
2015-08-17 16:38:42 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PublishFile Include="config\maps.cfg">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<Group>
|
|
|
|
|
</Group>
|
|
|
|
|
<TargetPath>
|
|
|
|
|
</TargetPath>
|
|
|
|
|
<PublishState>DataFile</PublishState>
|
|
|
|
|
<IncludeHash>True</IncludeHash>
|
|
|
|
|
<FileType>File</FileType>
|
|
|
|
|
</PublishFile>
|
|
|
|
|
<PublishFile Include="config\messages.cfg">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<Group>
|
|
|
|
|
</Group>
|
|
|
|
|
<TargetPath>
|
|
|
|
|
</TargetPath>
|
|
|
|
|
<PublishState>DataFile</PublishState>
|
|
|
|
|
<IncludeHash>True</IncludeHash>
|
|
|
|
|
<FileType>File</FileType>
|
|
|
|
|
</PublishFile>
|
|
|
|
|
<PublishFile Include="config\rules.cfg">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<Group>
|
|
|
|
|
</Group>
|
|
|
|
|
<TargetPath>
|
|
|
|
|
</TargetPath>
|
|
|
|
|
<PublishState>DataFile</PublishState>
|
|
|
|
|
<IncludeHash>True</IncludeHash>
|
|
|
|
|
<FileType>File</FileType>
|
|
|
|
|
</PublishFile>
|
|
|
|
|
<PublishFile Include="IW4MAdmin.XmlSerializers">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<Group>
|
|
|
|
|
</Group>
|
|
|
|
|
<TargetPath>
|
|
|
|
|
</TargetPath>
|
|
|
|
|
<PublishState>Exclude</PublishState>
|
|
|
|
|
<IncludeHash>True</IncludeHash>
|
|
|
|
|
<FileType>Assembly</FileType>
|
|
|
|
|
</PublishFile>
|
|
|
|
|
<PublishFile Include="Kayak">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<Group>
|
|
|
|
|
</Group>
|
|
|
|
|
<TargetPath>
|
|
|
|
|
</TargetPath>
|
|
|
|
|
<PublishState>Exclude</PublishState>
|
|
|
|
|
<IncludeHash>True</IncludeHash>
|
|
|
|
|
<FileType>Assembly</FileType>
|
|
|
|
|
</PublishFile>
|
|
|
|
|
<PublishFile Include="Moserware.Skills">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<Group>
|
|
|
|
|
</Group>
|
|
|
|
|
<TargetPath>
|
|
|
|
|
</TargetPath>
|
|
|
|
|
<PublishState>Exclude</PublishState>
|
|
|
|
|
<IncludeHash>True</IncludeHash>
|
|
|
|
|
<FileType>Assembly</FileType>
|
|
|
|
|
</PublishFile>
|
|
|
|
|
<PublishFile Include="System.Data.SQLite">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<Group>
|
|
|
|
|
</Group>
|
|
|
|
|
<TargetPath>
|
|
|
|
|
</TargetPath>
|
|
|
|
|
<PublishState>Exclude</PublishState>
|
|
|
|
|
<IncludeHash>True</IncludeHash>
|
|
|
|
|
<FileType>Assembly</FileType>
|
|
|
|
|
</PublishFile>
|
|
|
|
|
</ItemGroup>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\SharedLibrary\SharedLibrary.csproj">
|
|
|
|
|
<Project>{d51eeceb-438a-47da-870f-7d7b41bc24d6}</Project>
|
|
|
|
|
<Name>SharedLibrary</Name>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup />
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2015-03-10 17:56:01 -04:00
|
|
|
|
<PropertyGroup>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<PostBuildEvent>move "$(TargetDir)Newtonsoft.Json.dll" "$(TargetDir)lib\Newtonsoft.Json.dll"
|
|
|
|
|
copy /Y "$(SolutionDir)lib\*.dll" "$(TargetDir)lib"
|
|
|
|
|
|
|
|
|
|
copy /Y "$(TargetDir)$(TargetName).exe" "$(SolutionDir)BUILD"
|
|
|
|
|
copy /Y "$(TargetDir)IW4MAdmin.exe.config" "$(SolutionDir)BUILD"
|
|
|
|
|
copy /Y "$(ProjectDir)lib\Kayak.dll" "$(SolutionDir)BUILD\lib"
|
|
|
|
|
copy /Y "$(ProjectDir)lib\SQLite.Interop.dll" "$(SolutionDir)BUILD\lib"
|
2017-05-28 16:47:21 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-05-28 21:07:33 -04:00
|
|
|
|
if $(ConfigurationName) == Release powershell.exe -file "$(SolutionDir)DEPLOY\publish_nightly.ps1" 1.3</PostBuildEvent>
|
2015-03-10 17:56:01 -04:00
|
|
|
|
</PropertyGroup>
|
2015-03-08 17:20:10 -04:00
|
|
|
|
<!-- 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>
|