2014-07-16 20:35:03 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2014-09-18 13:58:43 +02:00
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
2014-07-16 20:35:03 +02:00
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{821FF72D-9F4B-4A2C-B95C-7B965291F119}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<RootNamespace>WorkFlowProvider</RootNamespace>
|
2015-06-05 21:00:01 +02:00
|
|
|
<AssemblyName>NpgsqlContentProvider</AssemblyName>
|
2015-07-15 03:36:12 +02:00
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2014-07-16 20:35:03 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
2015-01-27 10:39:11 +01:00
|
|
|
<DocumentationFile>bin\Debug\WorkFlowProvider.xml</DocumentationFile>
|
2014-07-16 20:35:03 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
2015-11-19 16:30:45 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Lua|AnyCPU' ">
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Lua</OutputPath>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2015-11-26 19:40:09 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'TotemPre|AnyCPU' ">
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\TotemPre</OutputPath>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'TotemProd|AnyCPU' ">
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\TotemProd</OutputPath>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'YavscPre|AnyCPU' ">
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\YavscPre</OutputPath>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Yavsc|AnyCPU' ">
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Yavsc</OutputPath>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2014-07-16 20:35:03 +02:00
|
|
|
</PropertyGroup>
|
2015-12-24 13:59:07 +01:00
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'LuaDebug|AnyCPU' ">
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Lua</OutputPath>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
2014-07-16 20:35:03 +02:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Configuration" />
|
|
|
|
|
<Reference Include="System.Data" />
|
2014-12-20 02:11:51 +01:00
|
|
|
<Reference Include="System.Web.Mvc" />
|
2015-06-09 14:41:52 +02:00
|
|
|
<Reference Include="System.Net.Http.Formatting" />
|
2015-02-18 13:32:25 +01:00
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
<Reference Include="System.Web.ApplicationServices" />
|
2015-02-18 16:32:22 +01:00
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
2015-06-02 01:42:49 +02:00
|
|
|
<Reference Include="Npgsql">
|
2015-12-23 13:14:50 +01:00
|
|
|
<HintPath>..\packages\Npgsql.3.0.4\lib\net45\Npgsql.dll</HintPath>
|
2015-06-02 01:42:49 +02:00
|
|
|
</Reference>
|
2014-07-16 20:35:03 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="NpgsqlContentProvider.cs" />
|
2015-06-10 02:46:17 +02:00
|
|
|
<Compile Include="NpgsqlCircleProvider.cs" />
|
2015-11-17 22:22:59 +01:00
|
|
|
<Compile Include="NpgsqlSkillProvider.cs" />
|
2014-07-16 20:35:03 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<ItemGroup>
|
2014-10-06 04:58:47 +02:00
|
|
|
<ProjectReference Include="..\yavscModel\YavscModel.csproj">
|
2014-07-16 20:35:03 +02:00
|
|
|
<Project>{68F5B80A-616E-4C3C-91A0-828AA40000BD}</Project>
|
2014-10-06 04:58:47 +02:00
|
|
|
<Name>YavscModel</Name>
|
2014-07-16 20:35:03 +02:00
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2015-06-02 01:42:49 +02:00
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
2015-06-09 14:41:52 +02:00
|
|
|
</Project>
|