~jbrejner/troja/jbrinit

« back to all changes in this revision

Viewing changes to Service/Service.csproj

  • Committer: jor
  • Date: 2009-05-28 09:02:17 UTC
  • Revision ID: svn-v4:93163c94-53e2-4789-836c-c47e9053d533:dock/Troja:13
Novo test installation 20090527 (VS2005)
no fogbugz

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Project 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>8.0.50727</ProductVersion>
 
6
    <SchemaVersion>2.0</SchemaVersion>
 
7
    <ProjectGuid>{C0FC2109-8B25-4482-B612-3D553B28AF6B}</ProjectGuid>
 
8
    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
 
9
    <OutputType>Library</OutputType>
 
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
11
    <RootNamespace>praqma.troja.service</RootNamespace>
 
12
    <AssemblyName>Service</AssemblyName>
 
13
  </PropertyGroup>
 
14
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
15
    <DebugSymbols>true</DebugSymbols>
 
16
    <DebugType>full</DebugType>
 
17
    <Optimize>false</Optimize>
 
18
    <OutputPath>bin\</OutputPath>
 
19
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
20
    <ErrorReport>prompt</ErrorReport>
 
21
    <WarningLevel>4</WarningLevel>
 
22
  </PropertyGroup>
 
23
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
24
    <DebugType>pdbonly</DebugType>
 
25
    <Optimize>true</Optimize>
 
26
    <OutputPath>bin\</OutputPath>
 
27
    <DefineConstants>TRACE</DefineConstants>
 
28
    <ErrorReport>prompt</ErrorReport>
 
29
    <WarningLevel>4</WarningLevel>
 
30
  </PropertyGroup>
 
31
  <ItemGroup>
 
32
    <Reference Include="System" />
 
33
    <Reference Include="System.Data" />
 
34
    <Reference Include="System.Drawing" />
 
35
    <Reference Include="System.Web" />
 
36
    <Reference Include="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
 
37
    <Reference Include="System.Xml" />
 
38
    <Reference Include="System.Configuration" />
 
39
    <Reference Include="System.Web.Services" />
 
40
    <Reference Include="System.EnterpriseServices" />
 
41
    <Reference Include="System.Web.Mobile" />
 
42
  </ItemGroup>
 
43
  <ItemGroup>
 
44
    <Content Include="TrojaWS.asmx" />
 
45
    <Content Include="Web.config" />
 
46
  </ItemGroup>
 
47
  <ItemGroup>
 
48
    <Compile Include="Properties\AssemblyInfo.cs" />
 
49
    <Compile Include="TrojaException.cs" />
 
50
    <Compile Include="TrojaWS.asmx.cs">
 
51
      <DependentUpon>TrojaWS.asmx</DependentUpon>
 
52
      <SubType>Component</SubType>
 
53
    </Compile>
 
54
  </ItemGroup>
 
55
  <ItemGroup>
 
56
    <ProjectReference Include="..\Library\Library.csproj">
 
57
      <Project>{7662D35F-99CB-43B4-A531-80E50F3DA4D2}</Project>
 
58
      <Name>Library</Name>
 
59
    </ProjectReference>
 
60
  </ItemGroup>
 
61
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
62
  <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v8.0\WebApplications\Microsoft.WebApplication.targets" />
 
63
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
64
       Other similar extension points exist, see Microsoft.Common.targets.
 
65
  <Target Name="BeforeBuild">
 
66
  </Target>
 
67
  <Target Name="AfterBuild">
 
68
  </Target>
 
69
  -->
 
70
  <ProjectExtensions>
 
71
    <VisualStudio>
 
72
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
 
73
        <WebProjectProperties>
 
74
          <UseIIS>False</UseIIS>
 
75
          <AutoAssignPort>True</AutoAssignPort>
 
76
          <DevelopmentServerPort>1505</DevelopmentServerPort>
 
77
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
 
78
          <IISUrl>
 
79
          </IISUrl>
 
80
          <NTLMAuthentication>False</NTLMAuthentication>
 
81
        </WebProjectProperties>
 
82
      </FlavorProperties>
 
83
    </VisualStudio>
 
84
  </ProjectExtensions>
 
85
</Project>
 
 
b'\\ No newline at end of file'