Project

General

Profile

root / branches / compiler / cSharp / ooasCompiler / src / libs / c5 / docNet / docNet.csproj @ 3

1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2
  <PropertyGroup>
3
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
    <ProductVersion>8.0.50727</ProductVersion>
5
    <SchemaVersion>2.0</SchemaVersion>
6
    <ProjectGuid>{42811A81-6A99-4C7A-A6DA-DF104C767B72}</ProjectGuid>
7
    <OutputType>Exe</OutputType>
8
    <StartupObject>
9
    </StartupObject>
10
    <RootNamespace>docNet</RootNamespace>
11
    <NoStandardLibraries>false</NoStandardLibraries>
12
    <AssemblyName>docNet</AssemblyName>
13
    <FileUpgradeFlags>
14
    </FileUpgradeFlags>
15
    <UpgradeBackupLocation>
16
    </UpgradeBackupLocation>
17
    <OldToolsVersion>2.0</OldToolsVersion>
18
  </PropertyGroup>
19
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
20
    <DebugSymbols>true</DebugSymbols>
21
    <Optimize>false</Optimize>
22
    <OutputPath>.\bin\Debug\</OutputPath>
23
    <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
24
    <DefineConstants>DEBUG</DefineConstants>
25
    <WarningLevel>4</WarningLevel>
26
    <IncrementalBuild>false</IncrementalBuild>
27
    <DocumentationFile>docnet.xml</DocumentationFile>
28
  </PropertyGroup>
29
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
30
    <DebugSymbols>false</DebugSymbols>
31
    <Optimize>true</Optimize>
32
    <OutputPath>.\bin\Release\</OutputPath>
33
    <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
34
    <DefineConstants>TRACE</DefineConstants>
35
    <WarningLevel>4</WarningLevel>
36
    <IncrementalBuild>false</IncrementalBuild>
37
  </PropertyGroup>
38
  <PropertyGroup Condition=" '$(Configuration)' == 'DebugSnk' ">
39
    <DebugSymbols>true</DebugSymbols>
40
    <OutputPath>bin\DebugSnk\</OutputPath>
41
    <DefineConstants>DEBUG</DefineConstants>
42
    <DocumentationFile>docnet.xml</DocumentationFile>
43
    <PlatformTarget>AnyCPU</PlatformTarget>
44
  </PropertyGroup>
45
  <PropertyGroup Condition=" '$(Configuration)' == 'ReleaseSnk' ">
46
    <OutputPath>bin\ReleaseSnk\</OutputPath>
47
    <DefineConstants>TRACE</DefineConstants>
48
    <Optimize>true</Optimize>
49
    <PlatformTarget>AnyCPU</PlatformTarget>
50
  </PropertyGroup>
51
  <ItemGroup>
52
    <Reference Include="System" />
53
    <Reference Include="System.Xml">
54
      <HintPath>..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.2.30703\System.XML.dll</HintPath>
55
      <Name>System.XML</Name>
56
    </Reference>
57
    <ProjectReference Include="..\C5\C5.csproj">
58
      <Project>{D70489CD-ABDA-48FF-BD1E-BE3F7495BE71}</Project>
59
      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
60
      <Name>C5</Name>
61
    </ProjectReference>
62
  </ItemGroup>
63
  <ItemGroup>
64
    <Compile Include="AssemblyInfo.cs">
65
      <SubType>Code</SubType>
66
    </Compile>
67
    <Compile Include="docnet.cs">
68
      <SubType>Code</SubType>
69
    </Compile>
70
    <Content Include="docbuild\banner.htm" />
71
    <Content Include="docbuild\docnet.css" />
72
    <Content Include="docbuild\frames.htm" />
73
    <Content Include="docbuild\litterature.htm" />
74
    <Content Include="docbuild\userguide.htm" />
75
    <Content Include="overview.xslt" />
76
    <Compile Include="Test.cs">
77
      <SubType>Code</SubType>
78
    </Compile>
79
    <Compile Include="Timer.cs" />
80
    <Content Include="trans.xslt" />
81
  </ItemGroup>
82
  <ItemGroup>
83
    <None Include="dodoc.cmd" />
84
    <None Include="mkcurrent.cmd" />
85
  </ItemGroup>
86
  <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
87
  <PropertyGroup>
88
    <PreBuildEvent>
89
    </PreBuildEvent>
90
    <PostBuildEvent>
91
    </PostBuildEvent>
92
    <ApplicationIcon>
93
    </ApplicationIcon>
94
  </PropertyGroup>
95
  <ProjectExtensions>
96
    <VisualStudio>
97
    </VisualStudio>
98
  </ProjectExtensions>
99
</Project>