root/trunk/eCard/eCardMVC/adMoto.Payments.Web/adMoto.Payments.Web.csproj

Wersja 979, 9.9 KB (wprowadzona przez marek, 16 years temu)

re #215

Line 
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>{19B73EC2-0D53-4F8C-91E1-A08FCC0174E5}</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>adMoto.Payments.Web</RootNamespace>
12    <AssemblyName>adMoto.Payments.Web</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <MvcBuildViews>false</MvcBuildViews>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\</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\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <ItemGroup>
34    <Reference Include="Elmah, Version=1.1.11517.0, Culture=neutral, processorArchitecture=MSIL">
35      <SpecificVersion>False</SpecificVersion>
36      <HintPath>..\lib\Elmah.dll</HintPath>
37    </Reference>
38    <Reference Include="System" />
39    <Reference Include="System.Data" />
40    <Reference Include="System.Core">
41      <RequiredTargetFramework>3.5</RequiredTargetFramework>
42    </Reference>
43    <Reference Include="System.Data.DataSetExtensions">
44      <RequiredTargetFramework>3.5</RequiredTargetFramework>
45    </Reference>
46    <Reference Include="System.Data.Linq">
47      <RequiredTargetFramework>3.5</RequiredTargetFramework>
48    </Reference>
49    <Reference Include="System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
50    <Reference Include="System.Xml.Linq">
51      <RequiredTargetFramework>3.5</RequiredTargetFramework>
52    </Reference>
53    <Reference Include="System.Drawing" />
54    <Reference Include="System.Web" />
55    <Reference Include="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
56    <Reference Include="System.Web.Abstractions" />
57    <Reference Include="System.Web.Routing" />
58    <Reference Include="System.Xml" />
59    <Reference Include="System.Configuration" />
60    <Reference Include="System.Web.Services" />
61    <Reference Include="System.EnterpriseServices" />
62    <Reference Include="System.Web.Mobile" />
63  </ItemGroup>
64  <ItemGroup>
65    <Compile Include="App_GlobalResources\tlumaczenia.de.designer.cs">
66      <DependentUpon>tlumaczenia.de.resx</DependentUpon>
67      <DesignTime>True</DesignTime>
68      <AutoGen>True</AutoGen>
69    </Compile>
70    <Compile Include="App_GlobalResources\tlumaczenia.fr.designer.cs">
71      <AutoGen>True</AutoGen>
72      <DesignTime>True</DesignTime>
73      <DependentUpon>tlumaczenia.fr.resx</DependentUpon>
74    </Compile>
75    <Compile Include="App_GlobalResources\tlumaczenia.it.designer.cs">
76      <AutoGen>True</AutoGen>
77      <DesignTime>True</DesignTime>
78      <DependentUpon>tlumaczenia.it.resx</DependentUpon>
79    </Compile>
80    <Compile Include="App_GlobalResources\tlumaczenia.designer.cs">
81      <AutoGen>True</AutoGen>
82      <DesignTime>True</DesignTime>
83      <DependentUpon>tlumaczenia.resx</DependentUpon>
84    </Compile>
85    <Compile Include="App_GlobalResources\tlumaczenia.pl.designer.cs">
86      <AutoGen>True</AutoGen>
87      <DesignTime>True</DesignTime>
88      <DependentUpon>tlumaczenia.pl.resx</DependentUpon>
89    </Compile>
90    <Compile Include="Controllers\AccountController.cs" />
91    <Compile Include="Controllers\eCardController.cs" />
92    <Compile Include="Controllers\HomeController.cs" />
93    <Compile Include="Controllers\MerchantController.cs" />
94    <Compile Include="Controllers\PlatnoscController.cs" />
95    <Compile Include="Default.aspx.cs">
96      <DependentUpon>Default.aspx</DependentUpon>
97      <SubType>ASPXCodeBehind</SubType>
98    </Compile>
99    <Compile Include="Exceptions\ConfirmationLogger.cs" />
100    <Compile Include="Global.asax.cs">
101      <DependentUpon>Global.asax</DependentUpon>
102    </Compile>
103    <Compile Include="Helpers\WebHelper.cs" />
104    <Compile Include="Models\PaymentsUtils.cs" />
105    <Compile Include="Models\ErrorViewData.cs" />
106    <Compile Include="Models\InvoiceDetailsViewData.cs" />
107    <Compile Include="Models\MerchantHelper.cs" />
108    <Compile Include="Properties\AssemblyInfo.cs" />
109  </ItemGroup>
110  <ItemGroup>
111    <Content Include="Default.aspx" />
112    <Content Include="Global.asax" />
113    <Content Include="Views\Platnosc\Show.aspx" />
114    <Content Include="Web.config" />
115    <Content Include="Content\Site.css" />
116    <Content Include="Scripts\jquery-1.3.2.js" />
117    <Content Include="Scripts\jquery-1.3.2.min.js" />
118    <Content Include="Scripts\jquery-1.3.2-vsdoc.js" />
119    <Content Include="Scripts\jquery-1.3.2.min-vsdoc.js" />
120    <Content Include="Scripts\MicrosoftAjax.js" />
121    <Content Include="Scripts\MicrosoftAjax.debug.js" />
122    <Content Include="Scripts\MicrosoftMvcAjax.js" />
123    <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
124    <Content Include="Views\Account\LogOn.aspx" />
125    <Content Include="Views\Home\About.aspx" />
126    <Content Include="Views\Home\Index.aspx" />
127    <Content Include="Views\Shared\Error.aspx" />
128    <Content Include="Views\Shared\LogOnUserControl.ascx" />
129    <Content Include="Views\Shared\Site.Master" />
130    <Content Include="Views\Web.config" />
131  </ItemGroup>
132  <ItemGroup>
133    <Content Include="Content\admoto.css" />
134    <Content Include="Content\truck.css" />
135    <Content Include="Images\de.gif" />
136    <Content Include="Images\fr.gif" />
137    <Content Include="Images\gb.gif" />
138    <Content Include="Images\it.gif" />
139    <Content Include="Images\pl.gif" />
140    <Content Include="Images\truck\logo.gif" />
141  </ItemGroup>
142  <ItemGroup>
143    <Content Include="Images\admoto\tlo1.gif" />
144    <Content Include="Images\admoto\tlo2.gif" />
145    <Content Include="Images\admoto\tlo_top_.gif" />
146    <Content Include="Views\Shared\Error1.aspx" />
147  </ItemGroup>
148  <ItemGroup>
149    <Content Include="App_GlobalResources\tlumaczenia.pl.resx">
150      <Generator>GlobalResourceProxyGenerator</Generator>
151      <LastGenOutput>tlumaczenia.pl.designer.cs</LastGenOutput>
152      <SubType>Designer</SubType>
153    </Content>
154  </ItemGroup>
155  <ItemGroup>
156    <Content Include="App_GlobalResources\tlumaczenia.resx">
157      <Generator>GlobalResourceProxyGenerator</Generator>
158      <LastGenOutput>tlumaczenia.designer.cs</LastGenOutput>
159      <SubType>Designer</SubType>
160    </Content>
161  </ItemGroup>
162  <ItemGroup>
163    <Content Include="App_GlobalResources\tlumaczenia.fr.resx">
164      <Generator>GlobalResourceProxyGenerator</Generator>
165      <LastGenOutput>tlumaczenia.fr.designer.cs</LastGenOutput>
166      <SubType>Designer</SubType>
167    </Content>
168  </ItemGroup>
169  <ItemGroup>
170    <Content Include="App_GlobalResources\tlumaczenia.de.resx">
171      <Generator>GlobalResourceProxyGenerator</Generator>
172      <LastGenOutput>tlumaczenia.de.designer.cs</LastGenOutput>
173    </Content>
174    <Content Include="App_GlobalResources\tlumaczenia.it.resx">
175      <Generator>GlobalResourceProxyGenerator</Generator>
176      <LastGenOutput>tlumaczenia.it.designer.cs</LastGenOutput>
177      <SubType>Designer</SubType>
178    </Content>
179    <Content Include="Images\admoto\logo.png" />
180    <Content Include="Views\Platnosc\Fail.aspx" />
181    <Content Include="Views\Platnosc\Form.aspx" />
182    <Content Include="Views\Platnosc\Ok.aspx" />
183    <Content Include="Views\Platnosc\Paid.aspx" />
184    <Content Include="Views\Platnosc\Status.aspx" />
185  </ItemGroup>
186  <ItemGroup>
187    <ProjectReference Include="..\adMoto.Payments.Core\adMoto.Payments.Core.csproj">
188      <Project>{C14BEFFA-8EAC-4E07-AEB2-27D2B3E46469}</Project>
189      <Name>adMoto.Payments.Core</Name>
190    </ProjectReference>
191  </ItemGroup>
192  <ItemGroup>
193    <Folder Include="App_Data\" />
194    <Folder Include="Logs\" />
195  </ItemGroup>
196  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
197  <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
198  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
199       Other similar extension points exist, see Microsoft.Common.targets.
200  <Target Name="BeforeBuild">
201  </Target> -->
202  <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
203    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)\..\$(ProjectName)" />
204  </Target>
205  <ProjectExtensions>
206    <VisualStudio>
207      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
208        <WebProjectProperties>
209          <UseIIS>False</UseIIS>
210          <AutoAssignPort>False</AutoAssignPort>
211          <DevelopmentServerPort>3646</DevelopmentServerPort>
212          <DevelopmentServerVPath>/</DevelopmentServerVPath>
213          <IISUrl>
214          </IISUrl>
215          <NTLMAuthentication>False</NTLMAuthentication>
216          <UseCustomServer>False</UseCustomServer>
217          <CustomServerUrl>
218          </CustomServerUrl>
219          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
220        </WebProjectProperties>
221      </FlavorProperties>
222    </VisualStudio>
223  </ProjectExtensions>
224</Project>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.