root/trunk/eCard/eCardMVC/adMoto.Payments.Core/adMoto.Payments.Core.csproj @ 971

Wersja 971, 4.4 KB (wprowadzona przez marek, 16 years temu)

re #215

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{C14BEFFA-8EAC-4E07-AEB2-27D2B3E46469}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>adMoto.Payments.Core</RootNamespace>
12    <AssemblyName>adMoto.Payments.Core</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <ItemGroup>
34    <Reference Include="System" />
35    <Reference Include="System.Configuration" />
36    <Reference Include="System.Core">
37      <RequiredTargetFramework>3.5</RequiredTargetFramework>
38    </Reference>
39    <Reference Include="System.Data.Linq">
40      <RequiredTargetFramework>3.5</RequiredTargetFramework>
41    </Reference>
42    <Reference Include="System.Runtime.Serialization">
43      <RequiredTargetFramework>3.0</RequiredTargetFramework>
44    </Reference>
45    <Reference Include="System.Web" />
46    <Reference Include="System.Xml.Linq">
47      <RequiredTargetFramework>3.5</RequiredTargetFramework>
48    </Reference>
49    <Reference Include="System.Data.DataSetExtensions">
50      <RequiredTargetFramework>3.5</RequiredTargetFramework>
51    </Reference>
52    <Reference Include="System.Data" />
53    <Reference Include="System.Xml" />
54  </ItemGroup>
55  <ItemGroup>
56    <Compile Include="Data\DataContext.cs" />
57    <Compile Include="Data\Platnosci.designer.cs">
58      <DependentUpon>Platnosci.dbml</DependentUpon>
59      <DesignTime>True</DesignTime>
60      <AutoGen>True</AutoGen>
61    </Compile>
62    <Compile Include="Data\vPlatnosciEcard.cs" />
63    <Compile Include="Interfaces\IDataContext.cs" />
64    <Compile Include="Interfaces\IIdentifiable.cs" />
65    <Compile Include="Interfaces\IRepository.cs" />
66    <Compile Include="Interfaces\ITranslateManager.cs" />
67    <Compile Include="Merchant.cs" />
68    <Compile Include="Payer.cs" />
69    <Compile Include="Data\PlatnosciEcard.cs" />
70    <Compile Include="Data\PotwierdzeniaEcard.cs" />
71    <Compile Include="Properties\AssemblyInfo.cs" />
72    <Compile Include="Properties\Settings.Designer.cs">
73      <AutoGen>True</AutoGen>
74      <DesignTimeSharedInput>True</DesignTimeSharedInput>
75      <DependentUpon>Settings.settings</DependentUpon>
76    </Compile>
77    <Compile Include="Repository.cs" />
78    <Compile Include="Translation.cs" />
79    <Compile Include="Waluta.cs" />
80  </ItemGroup>
81  <ItemGroup>
82    <None Include="Data\Platnosci.dbml">
83      <Generator>MSLinqToSQLGenerator</Generator>
84      <LastGenOutput>Platnosci.designer.cs</LastGenOutput>
85      <SubType>Designer</SubType>
86    </None>
87  </ItemGroup>
88  <ItemGroup>
89    <None Include="app.config" />
90    <None Include="Data\Platnosci.dbml.layout">
91      <DependentUpon>Platnosci.dbml</DependentUpon>
92    </None>
93    <None Include="Properties\Settings.settings">
94      <Generator>SettingsSingleFileGenerator</Generator>
95      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
96    </None>
97  </ItemGroup>
98  <ItemGroup>
99    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
100  </ItemGroup>
101  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
102  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
103       Other similar extension points exist, see Microsoft.Common.targets.
104  <Target Name="BeforeBuild">
105  </Target>
106  <Target Name="AfterBuild">
107  </Target>
108  -->
109</Project>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.