root/trunk/Wierszowki/Wierszowki.Services/Wierszowki.Services.csproj @ 752

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

wiersz

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>{8CCEDDCE-539F-4E58-B3CB-A8030F1F5CBC}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Wierszowki.Services</RootNamespace>
12    <AssemblyName>Wierszowki.Services</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.ComponentModel.DataAnnotations">
36      <RequiredTargetFramework>3.5</RequiredTargetFramework>
37    </Reference>
38    <Reference Include="System.Core">
39      <RequiredTargetFramework>3.5</RequiredTargetFramework>
40    </Reference>
41    <Reference Include="System.Data.Linq">
42      <RequiredTargetFramework>3.5</RequiredTargetFramework>
43    </Reference>
44    <Reference Include="System.Drawing" />
45    <Reference Include="System.Windows.Forms" />
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    <Reference Include="xVal, Version=0.8.0.0, Culture=neutral, processorArchitecture=MSIL">
55      <SpecificVersion>False</SpecificVersion>
56      <HintPath>..\lib\xVal.dll</HintPath>
57    </Reference>
58  </ItemGroup>
59  <ItemGroup>
60    <Compile Include="AuthorService.cs" />
61    <Compile Include="BaseService.cs" />
62    <Compile Include="DataAnnotationsValidationRunner.cs" />
63    <Compile Include="Interfaces\IUserService.cs" />
64    <Compile Include="MagazineItemService.cs" />
65    <Compile Include="Properties\AssemblyInfo.cs" />
66    <Compile Include="UserService.cs" />
67  </ItemGroup>
68  <ItemGroup>
69    <ProjectReference Include="..\Wierszowki.Model\Wierszowki.Core.csproj">
70      <Project>{6989D678-D858-43CD-9B15-107DA97341DC}</Project>
71      <Name>Wierszowki.Core</Name>
72    </ProjectReference>
73  </ItemGroup>
74  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
75  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
76       Other similar extension points exist, see Microsoft.Common.targets.
77  <Target Name="BeforeBuild">
78  </Target>
79  <Target Name="AfterBuild">
80  </Target>
81  -->
82</Project>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.