2015-08-21 21:14:02 -04:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2015-08-21 21:14:02 -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>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<ProjectGuid>{C9E821BF-23AD-4CB5-B7F9-B3B99B606650}</ProjectGuid>
|
2015-08-21 21:14:02 -04:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<RootNamespace>EventAPI</RootNamespace>
|
|
|
|
|
<AssemblyName>EventAPI</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2015-08-21 21:14:02 -04:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<TargetFrameworkProfile />
|
2015-08-21 21:14:02 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2015-08-21 21:14:02 -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>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2015-08-21 21:14:02 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2015-08-21 21:14:02 -04:00
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<StartupObject />
|
2015-08-21 21:14:02 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<ProjectReference Include="..\SharedLibrary\SharedLibrary.csproj">
|
|
|
|
|
<Project>{d51eeceb-438a-47da-870f-7d7b41bc24d6}</Project>
|
|
|
|
|
<Name>SharedLibrary</Name>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Plugin.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
2015-08-21 21:14:02 -04:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<None Include="packages.config" />
|
2015-08-21 21:14:02 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<PropertyGroup>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<PostBuildEvent>copy /Y "$(TargetDir)$(TargetName).dll" "$(SolutionDir)Admin\bin\$(ConfigurationName)\plugins\EventAPI.dll"
|
|
|
|
|
|
|
|
|
|
copy /Y "$(TargetDir)$(TargetName).dll" "$(SolutionDir)BUILD\plugins\"</PostBuildEvent>
|
2015-08-21 21:14:02 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<!-- 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>
|