root/branches/Abonament/Wierszowki/Wierszowki.Web/Wierszowki.Web.csproj @ 763

Wersja 752, 8.9 KB (wprowadzona przez marek, 17 years temu)

wiersz

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>{554BAE5F-D85A-461F-8272-2A7F24A65DE0}</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>Wierszowki</RootNamespace>
12    <AssemblyName>Wierszowki</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="MvcContrib, Version=1.0.0.916, Culture=neutral, processorArchitecture=MSIL">
35      <SpecificVersion>False</SpecificVersion>
36      <HintPath>..\lib\MvcContrib.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    <Reference Include="xVal, Version=0.8.0.0, Culture=neutral, processorArchitecture=MSIL">
64      <SpecificVersion>False</SpecificVersion>
65      <HintPath>..\lib\xVal.dll</HintPath>
66    </Reference>
67  </ItemGroup>
68  <ItemGroup>
69    <Compile Include="Controllers\AccountController.cs" />
70    <Compile Include="Controllers\AuthorController.cs" />
71    <Compile Include="Controllers\HomeController.cs" />
72    <Compile Include="Controllers\MagazineController.cs" />
73    <Compile Include="Controllers\MagazineItemController.cs" />
74    <Compile Include="Controllers\ReportController.cs" />
75    <Compile Include="Helpers\SelectExtension.cs" />
76    <Compile Include="Models\AuthorCardViewData.cs" />
77    <Compile Include="Models\FormsAuthenticationService.cs" />
78    <Compile Include="Models\Interfaces\IFormsAuthentication.cs" />
79    <Compile Include="Controllers\UserController.cs" />
80    <Compile Include="Default.aspx.cs">
81      <DependentUpon>Default.aspx</DependentUpon>
82      <SubType>ASPXCodeBehind</SubType>
83    </Compile>
84    <Compile Include="Global.asax.cs">
85      <DependentUpon>Global.asax</DependentUpon>
86    </Compile>
87    <Compile Include="Models\AuthorViewData.cs" />
88    <Compile Include="Models\MagazineItemViewData.cs" />
89    <Compile Include="Models\ReportViewData.cs" />
90    <Compile Include="Properties\AssemblyInfo.cs" />
91    <Compile Include="Properties\Settings.Designer.cs">
92      <AutoGen>True</AutoGen>
93      <DesignTimeSharedInput>True</DesignTimeSharedInput>
94      <DependentUpon>Settings.settings</DependentUpon>
95    </Compile>
96  </ItemGroup>
97  <ItemGroup>
98    <Content Include="Content\print.css" />
99    <Content Include="Content\datePicker.css" />
100    <Content Include="Default.aspx" />
101    <Content Include="Global.asax" />
102    <Content Include="Scripts\date.js" />
103    <Content Include="Scripts\jHelper.js" />
104    <Content Include="Scripts\jquery-1.3.1-vsdoc.js" />
105    <Content Include="Scripts\jquery-1.3.1.js" />
106    <Content Include="Scripts\jquery-1.3.1.min-vsdoc.js" />
107    <Content Include="Scripts\jquery-1.3.1.min.js" />
108    <Content Include="Scripts\jquery.blockUI.js" />
109    <Content Include="Scripts\jquery.datePicker.js" />
110    <Content Include="Scripts\jquery.form.js" />
111    <Content Include="Scripts\spiffy.js" />
112    <Content Include="Views\Account\Login.aspx" />
113    <Content Include="Views\Author\Confirm.aspx" />
114    <Content Include="Views\Author\Create.aspx" />
115    <Content Include="Views\Author\Edit.aspx" />
116    <Content Include="Views\Author\Index.aspx" />
117    <Content Include="Views\MagazineItem\Confirm.aspx" />
118    <Content Include="Views\MagazineItem\Edit.aspx" />
119    <Content Include="Views\MagazineItem\Create.aspx" />
120    <Content Include="Views\Report\AuthorCard.aspx" />
121    <Content Include="Views\Report\AuthorCardNotFound.aspx" />
122    <Content Include="Views\Report\Authors.aspx" />
123    <Content Include="Views\Report\AuthorsByMagazines.aspx" />
124    <Content Include="Views\Report\Show.aspx" />
125    <Content Include="Views\Report\All.aspx" />
126    <Content Include="Views\Report\Index.aspx" />
127    <Content Include="Views\User\Confirm.aspx" />
128    <Content Include="Views\User\Create.aspx" />
129    <Content Include="Views\User\Edit.aspx" />
130    <Content Include="Views\User\Index.aspx" />
131    <Content Include="Web.config" />
132    <Content Include="Content\Site.css" />
133    <Content Include="Scripts\MicrosoftAjax.js" />
134    <Content Include="Scripts\MicrosoftAjax.debug.js" />
135    <Content Include="Scripts\MicrosoftMvcAjax.js" />
136    <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
137    <Content Include="Views\Home\About.aspx" />
138    <Content Include="Views\Home\Index.aspx" />
139    <Content Include="Views\Shared\Error.aspx" />
140    <Content Include="Views\Shared\LogOnUserControl.ascx" />
141    <Content Include="Views\Shared\Site.Master" />
142    <Content Include="Views\Web.config" />
143  </ItemGroup>
144  <ItemGroup>
145    <ProjectReference Include="..\Wierszowki.Model\Wierszowki.Core.csproj">
146      <Project>{6989D678-D858-43CD-9B15-107DA97341DC}</Project>
147      <Name>Wierszowki.Core</Name>
148    </ProjectReference>
149    <ProjectReference Include="..\Wierszowki.Services\Wierszowki.Services.csproj">
150      <Project>{8CCEDDCE-539F-4E58-B3CB-A8030F1F5CBC}</Project>
151      <Name>Wierszowki.Services</Name>
152    </ProjectReference>
153  </ItemGroup>
154  <ItemGroup>
155    <None Include="Properties\Settings.settings">
156      <Generator>SettingsSingleFileGenerator</Generator>
157      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
158    </None>
159  </ItemGroup>
160  <ItemGroup>
161    <Folder Include="App_Data\" />
162  </ItemGroup>
163  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
164  <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
165  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
166       Other similar extension points exist, see Microsoft.Common.targets.
167  <Target Name="BeforeBuild">
168  </Target> -->
169  <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
170    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)\..\$(ProjectName)" />
171  </Target>
172  <ProjectExtensions>
173    <VisualStudio>
174      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
175        <WebProjectProperties>
176          <UseIIS>False</UseIIS>
177          <AutoAssignPort>True</AutoAssignPort>
178          <DevelopmentServerPort>1413</DevelopmentServerPort>
179          <DevelopmentServerVPath>/</DevelopmentServerVPath>
180          <IISUrl>
181          </IISUrl>
182          <NTLMAuthentication>False</NTLMAuthentication>
183          <UseCustomServer>False</UseCustomServer>
184          <CustomServerUrl>
185          </CustomServerUrl>
186          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
187        </WebProjectProperties>
188      </FlavorProperties>
189    </VisualStudio>
190  </ProjectExtensions>
191</Project>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.