105 lines
4.3 KiB
XML
105 lines
4.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{329FAB1F-A18D-4B7B-9E3C-A0C157E55503}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>VideoGameQuotes.Api</RootNamespace>
|
|
<AssemblyName>VideoGameQuotes.Api</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<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' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\..\bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Iesi.Collections">
|
|
<HintPath>..\..\Lib\Iesi.Collections.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="log4net">
|
|
<HintPath>..\..\Lib\log4net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MySql.Data">
|
|
<HintPath>..\..\Lib\MySql.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NHibernate">
|
|
<HintPath>..\..\Lib\NHibernate.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NHibernate.ByteCode.LinFu">
|
|
<HintPath>..\..\Lib\NHibernate.ByteCode.LinFu.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NHibernate.Linq">
|
|
<HintPath>..\..\Lib\NHibernate.Linq.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Portoa">
|
|
<HintPath>..\..\Lib\Portoa.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Portoa.NHibernate">
|
|
<HintPath>..\..\Lib\Portoa.NHibernate.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="CannotVoteTwiceException.cs" />
|
|
<Compile Include="Game.cs" />
|
|
<Compile Include="ICurrentUserProvider.cs" />
|
|
<Compile Include="Persistence\IUserRepository.cs" />
|
|
<Compile Include="Persistence\UserService.cs" />
|
|
<Compile Include="QuoteFlag.cs" />
|
|
<Compile Include="Publisher.cs" />
|
|
<Compile Include="Quote.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="QuoteFlagType.cs" />
|
|
<Compile Include="Region.cs" />
|
|
<Compile Include="System.cs" />
|
|
<Compile Include="User.cs" />
|
|
<Compile Include="UserGroup.cs" />
|
|
<Compile Include="Vote.cs" />
|
|
<Compile Include="VoteDirection.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Mappings\User.hbm.xml" />
|
|
<EmbeddedResource Include="Mappings\Publisher.hbm.xml" />
|
|
<EmbeddedResource Include="Mappings\System.hbm.xml" />
|
|
<EmbeddedResource Include="Mappings\Game.hbm.xml" />
|
|
<EmbeddedResource Include="Mappings\Quote.hbm.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Mappings\Vote.hbm.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Mappings\QuoteFlag.hbm.xml" />
|
|
</ItemGroup>
|
|
<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> |