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

Wersja 970, 4.5 KB (wprowadzona przez marek, 16 years temu)

re #215 - dodanie nowego projektu z lepsza nazwa i typem projektu

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.cs">
58      <DependentUpon>Platnosci.dbml</DependentUpon>
59    </Compile>
60    <Compile Include="Data\Platnosci.designer.cs">
61      <DependentUpon>Platnosci.dbml</DependentUpon>
62      <DesignTime>True</DesignTime>
63      <AutoGen>True</AutoGen>
64    </Compile>
65    <Compile Include="Data\vPlatnosciEcard.cs" />
66    <Compile Include="Interfaces\IDataContext.cs" />
67    <Compile Include="Interfaces\IIdentifiable.cs" />
68    <Compile Include="Interfaces\IRepository.cs" />
69    <Compile Include="Interfaces\ITranslateManager.cs" />
70    <Compile Include="Merchant.cs" />
71    <Compile Include="Payer.cs" />
72    <Compile Include="Data\PlatnosciEcard.cs" />
73    <Compile Include="Data\PotwierdzeniaEcard.cs" />
74    <Compile Include="Properties\AssemblyInfo.cs" />
75    <Compile Include="Properties\Settings.Designer.cs">
76      <AutoGen>True</AutoGen>
77      <DesignTimeSharedInput>True</DesignTimeSharedInput>
78      <DependentUpon>Settings.settings</DependentUpon>
79    </Compile>
80    <Compile Include="Repository.cs" />
81    <Compile Include="Translation.cs" />
82    <Compile Include="Waluta.cs" />
83  </ItemGroup>
84  <ItemGroup>
85    <None Include="Data\Platnosci.dbml">
86      <Generator>MSLinqToSQLGenerator</Generator>
87      <LastGenOutput>Platnosci.designer.cs</LastGenOutput>
88      <SubType>Designer</SubType>
89    </None>
90  </ItemGroup>
91  <ItemGroup>
92    <None Include="app.config" />
93    <None Include="Data\Platnosci.dbml.layout">
94      <DependentUpon>Platnosci.dbml</DependentUpon>
95    </None>
96    <None Include="Properties\Settings.settings">
97      <Generator>SettingsSingleFileGenerator</Generator>
98      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
99    </None>
100  </ItemGroup>
101  <ItemGroup>
102    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
103  </ItemGroup>
104  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
105  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
106       Other similar extension points exist, see Microsoft.Common.targets.
107  <Target Name="BeforeBuild">
108  </Target>
109  <Target Name="AfterBuild">
110  </Target>
111  -->
112</Project>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.