| 1 | <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|---|
| 2 | <PropertyGroup>
|
|---|
| 3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|---|
| 4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|---|
| 5 | <ProductVersion>9.0.30729</ProductVersion>
|
|---|
| 6 | <SchemaVersion>2.0</SchemaVersion>
|
|---|
| 7 | <ProjectGuid>{329506B5-F705-46AE-A31D-799141FEA70E}</ProjectGuid>
|
|---|
| 8 | <ProjectTypeGuids>{603c0e0b-db56-11dc-be95-000d561079b0};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|---|
| 9 | <OutputType>Library</OutputType>
|
|---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
|---|
| 11 | <RootNamespace>Platnosci.Core</RootNamespace>
|
|---|
| 12 | <AssemblyName>Platnosci.Core</AssemblyName>
|
|---|
| 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|---|
| 14 | <MvcBuildViews>false</MvcBuildViews>
|
|---|
| 15 | <TargetFrameworkSubset>Full</TargetFrameworkSubset>
|
|---|
| 16 | </PropertyGroup>
|
|---|
| 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|---|
| 18 | <DebugSymbols>true</DebugSymbols>
|
|---|
| 19 | <DebugType>full</DebugType>
|
|---|
| 20 | <Optimize>false</Optimize>
|
|---|
| 21 | <OutputPath>bin\</OutputPath>
|
|---|
| 22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|---|
| 23 | <ErrorReport>prompt</ErrorReport>
|
|---|
| 24 | <WarningLevel>4</WarningLevel>
|
|---|
| 25 | </PropertyGroup>
|
|---|
| 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|---|
| 27 | <DebugType>pdbonly</DebugType>
|
|---|
| 28 | <Optimize>true</Optimize>
|
|---|
| 29 | <OutputPath>bin\</OutputPath>
|
|---|
| 30 | <DefineConstants>TRACE</DefineConstants>
|
|---|
| 31 | <ErrorReport>prompt</ErrorReport>
|
|---|
| 32 | <WarningLevel>4</WarningLevel>
|
|---|
| 33 | </PropertyGroup>
|
|---|
| 34 | <ItemGroup>
|
|---|
| 35 | <Reference Include="Elmah, Version=1.1.11517.0, Culture=neutral, processorArchitecture=MSIL">
|
|---|
| 36 | <SpecificVersion>False</SpecificVersion>
|
|---|
| 37 | <HintPath>..\lib\Elmah.dll</HintPath>
|
|---|
| 38 | </Reference>
|
|---|
| 39 | <Reference Include="System" />
|
|---|
| 40 | <Reference Include="System.Data" />
|
|---|
| 41 | <Reference Include="System.Core">
|
|---|
| 42 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|---|
| 43 | </Reference>
|
|---|
| 44 | <Reference Include="System.Data.DataSetExtensions">
|
|---|
| 45 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|---|
| 46 | </Reference>
|
|---|
| 47 | <Reference Include="System.Data.Linq">
|
|---|
| 48 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|---|
| 49 | </Reference>
|
|---|
| 50 | <Reference Include="System.Runtime.Serialization">
|
|---|
| 51 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|---|
| 52 | </Reference>
|
|---|
| 53 | <Reference Include="System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
|---|
| 54 | <Reference Include="System.Xml.Linq">
|
|---|
| 55 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|---|
| 56 | </Reference>
|
|---|
| 57 | <Reference Include="System.Drawing" />
|
|---|
| 58 | <Reference Include="System.Web" />
|
|---|
| 59 | <Reference Include="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
|---|
| 60 | <Reference Include="System.Web.Abstractions" />
|
|---|
| 61 | <Reference Include="System.Web.Routing" />
|
|---|
| 62 | <Reference Include="System.Xml" />
|
|---|
| 63 | <Reference Include="System.Configuration" />
|
|---|
| 64 | <Reference Include="System.Web.Services" />
|
|---|
| 65 | <Reference Include="System.EnterpriseServices" />
|
|---|
| 66 | <Reference Include="System.Web.Mobile" />
|
|---|
| 67 | </ItemGroup>
|
|---|
| 68 | <ItemGroup>
|
|---|
| 69 | <Compile Include="Interface\IDataContext.cs" />
|
|---|
| 70 | <Compile Include="Interface\IIdentifiable.cs" />
|
|---|
| 71 | <Compile Include="Interface\IRepository.cs" />
|
|---|
| 72 | <Compile Include="Interface\ITranslateManager.cs" />
|
|---|
| 73 | <Compile Include="Linq\DataContext.cs" />
|
|---|
| 74 | <Compile Include="Linq\Merchant.cs" />
|
|---|
| 75 | <Compile Include="Linq\Payer.cs" />
|
|---|
| 76 | <Compile Include="Linq\Platnosci.cs">
|
|---|
| 77 | <DependentUpon>Platnosci.dbml</DependentUpon>
|
|---|
| 78 | </Compile>
|
|---|
| 79 | <Compile Include="Linq\Platnosci.designer.cs">
|
|---|
| 80 | <AutoGen>True</AutoGen>
|
|---|
| 81 | <DesignTime>True</DesignTime>
|
|---|
| 82 | <DependentUpon>Platnosci.dbml</DependentUpon>
|
|---|
| 83 | </Compile>
|
|---|
| 84 | <Compile Include="Linq\PlatnosciDataContext.cs" />
|
|---|
| 85 | <Compile Include="Linq\PlatnosciEcard.cs" />
|
|---|
| 86 | <Compile Include="Linq\PotwierdzeniaEcard.cs" />
|
|---|
| 87 | <Compile Include="Linq\Repository.cs" />
|
|---|
| 88 | <Compile Include="Linq\Translation.cs" />
|
|---|
| 89 | <Compile Include="Linq\vPlatnosciEcard.cs" />
|
|---|
| 90 | <Compile Include="Linq\Waluta.cs" />
|
|---|
| 91 | <Compile Include="Properties\AssemblyInfo.cs" />
|
|---|
| 92 | <Compile Include="Properties\Settings.Designer.cs">
|
|---|
| 93 | <AutoGen>True</AutoGen>
|
|---|
| 94 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|---|
| 95 | <DependentUpon>Settings.settings</DependentUpon>
|
|---|
| 96 | </Compile>
|
|---|
| 97 | <Compile Include="Settings.cs" />
|
|---|
| 98 | </ItemGroup>
|
|---|
| 99 | <ItemGroup>
|
|---|
| 100 | <None Include="Linq\Platnosci.dbml">
|
|---|
| 101 | <Generator>MSLinqToSQLGenerator</Generator>
|
|---|
| 102 | <LastGenOutput>Platnosci.designer.cs</LastGenOutput>
|
|---|
| 103 | <SubType>Designer</SubType>
|
|---|
| 104 | </None>
|
|---|
| 105 | <None Include="Linq\Platnosci.dbml.layout">
|
|---|
| 106 | <DependentUpon>Platnosci.dbml</DependentUpon>
|
|---|
| 107 | </None>
|
|---|
| 108 | <None Include="Properties\Settings.settings">
|
|---|
| 109 | <Generator>SettingsSingleFileGenerator</Generator>
|
|---|
| 110 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|---|
| 111 | </None>
|
|---|
| 112 | <Content Include="web.config" />
|
|---|
| 113 | <Content Include="app.config" />
|
|---|
| 114 | </ItemGroup>
|
|---|
| 115 | <ItemGroup>
|
|---|
| 116 | <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
|
|---|
| 117 | </ItemGroup>
|
|---|
| 118 | <ItemGroup>
|
|---|
| 119 | <Folder Include="App_Data\" />
|
|---|
| 120 | </ItemGroup>
|
|---|
| 121 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|---|
| 122 | <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
|
|---|
| 123 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|---|
| 124 | Other similar extension points exist, see Microsoft.Common.targets.
|
|---|
| 125 | <Target Name="BeforeBuild">
|
|---|
| 126 | </Target> -->
|
|---|
| 127 | <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
|
|---|
| 128 | <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)\..\$(ProjectName)" />
|
|---|
| 129 | </Target>
|
|---|
| 130 | <ProjectExtensions>
|
|---|
| 131 | <VisualStudio>
|
|---|
| 132 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|---|
| 133 | <WebProjectProperties>
|
|---|
| 134 | <UseIIS>False</UseIIS>
|
|---|
| 135 | <AutoAssignPort>True</AutoAssignPort>
|
|---|
| 136 | <DevelopmentServerPort>3649</DevelopmentServerPort>
|
|---|
| 137 | <DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|---|
| 138 | <IISUrl>
|
|---|
| 139 | </IISUrl>
|
|---|
| 140 | <NTLMAuthentication>False</NTLMAuthentication>
|
|---|
| 141 | <UseCustomServer>False</UseCustomServer>
|
|---|
| 142 | <CustomServerUrl>
|
|---|
| 143 | </CustomServerUrl>
|
|---|
| 144 | <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|---|
| 145 | </WebProjectProperties>
|
|---|
| 146 | </FlavorProperties>
|
|---|
| 147 | </VisualStudio>
|
|---|
| 148 | </ProjectExtensions>
|
|---|
| 149 | </Project> |
|---|