root/trunk/eCard/eCardMVC/Platnosci.Core/Platnosci.Core.csproj @ 866

Wersja 866, 6.4 KB (wprowadzona przez alina, 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>{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="System" />
36    <Reference Include="System.Data" />
37    <Reference Include="System.Core">
38      <RequiredTargetFramework>3.5</RequiredTargetFramework>
39    </Reference>
40    <Reference Include="System.Data.DataSetExtensions">
41      <RequiredTargetFramework>3.5</RequiredTargetFramework>
42    </Reference>
43    <Reference Include="System.Data.Linq">
44      <RequiredTargetFramework>3.5</RequiredTargetFramework>
45    </Reference>
46    <Reference Include="System.Runtime.Serialization">
47      <RequiredTargetFramework>3.0</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="Interface\IIdentifiable.cs" />
66    <Compile Include="Interface\IRepository.cs" />
67    <Compile Include="Interface\IRepositoryPE.cs" />
68    <Compile Include="Interface\IRepositoryPT.cs" />
69    <Compile Include="Linq\Payer.cs" />
70    <Compile Include="Linq\Platnosci.cs">
71      <DependentUpon>Platnosci.dbml</DependentUpon>
72    </Compile>
73    <Compile Include="Linq\Platnosci.designer.cs">
74      <AutoGen>True</AutoGen>
75      <DesignTime>True</DesignTime>
76      <DependentUpon>Platnosci.dbml</DependentUpon>
77    </Compile>
78    <Compile Include="Linq\PlatnosciDataContext.cs" />
79    <Compile Include="Linq\PlatnosciEcard.cs" />
80    <Compile Include="Linq\Repository.cs" />
81    <Compile Include="Linq\RepositoryPlatnosciEcard.cs" />
82    <Compile Include="Linq\RepositoryPotwierdzeniaEcard.cs" />
83    <Compile Include="Linq\vPlatnosciEcard.cs" />
84    <Compile Include="Linq\Waluta.cs" />
85    <Compile Include="Properties\AssemblyInfo.cs" />
86    <Compile Include="Properties\Settings.Designer.cs">
87      <AutoGen>True</AutoGen>
88      <DesignTimeSharedInput>True</DesignTimeSharedInput>
89      <DependentUpon>Settings.settings</DependentUpon>
90    </Compile>
91    <Compile Include="Settings.cs" />
92  </ItemGroup>
93  <ItemGroup>
94    <None Include="Linq\Platnosci.dbml">
95      <Generator>MSLinqToSQLGenerator</Generator>
96      <LastGenOutput>Platnosci.designer.cs</LastGenOutput>
97      <SubType>Designer</SubType>
98    </None>
99    <None Include="Linq\Platnosci.dbml.layout">
100      <DependentUpon>Platnosci.dbml</DependentUpon>
101    </None>
102    <None Include="Properties\Settings.settings">
103      <Generator>SettingsSingleFileGenerator</Generator>
104      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
105    </None>
106    <Content Include="web.config" />
107    <Content Include="app.config" />
108  </ItemGroup>
109  <ItemGroup>
110    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
111  </ItemGroup>
112  <ItemGroup>
113    <Folder Include="App_Data\" />
114  </ItemGroup>
115  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
116  <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
117  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
118       Other similar extension points exist, see Microsoft.Common.targets.
119  <Target Name="BeforeBuild">
120  </Target> -->
121  <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
122    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)\..\$(ProjectName)" />
123  </Target>
124  <ProjectExtensions>
125    <VisualStudio>
126      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
127        <WebProjectProperties>
128          <UseIIS>False</UseIIS>
129          <AutoAssignPort>True</AutoAssignPort>
130          <DevelopmentServerPort>3649</DevelopmentServerPort>
131          <DevelopmentServerVPath>/</DevelopmentServerVPath>
132          <IISUrl>
133          </IISUrl>
134          <NTLMAuthentication>False</NTLMAuthentication>
135          <UseCustomServer>False</UseCustomServer>
136          <CustomServerUrl>
137          </CustomServerUrl>
138          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
139        </WebProjectProperties>
140      </FlavorProperties>
141    </VisualStudio>
142  </ProjectExtensions>
143</Project>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.