comparison Tools/DocGen/WebGen.csproj @ 0:f990fcb411a9

Копия текущей версии из github
author cin
date Thu, 27 Mar 2014 21:46:09 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f990fcb411a9
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <PropertyGroup>
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>9.0.21022</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{06353283-C802-4706-BB18-5BBC49B03D59}</ProjectGuid>
8 <OutputType>Exe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>DocGen</RootNamespace>
11 <AssemblyName>WebGen</AssemblyName>
12 <FileUpgradeFlags>
13 </FileUpgradeFlags>
14 <OldToolsVersion>2.0</OldToolsVersion>
15 <UpgradeBackupLocation>
16 </UpgradeBackupLocation>
17 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
18 </PropertyGroup>
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20 <DebugSymbols>true</DebugSymbols>
21 <DebugType>full</DebugType>
22 <Optimize>false</Optimize>
23 <OutputPath>bin\Debug\</OutputPath>
24 <DefineConstants>TRACE;DEBUG;WEB</DefineConstants>
25 <ErrorReport>prompt</ErrorReport>
26 <WarningLevel>4</WarningLevel>
27 </PropertyGroup>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <DebugType>pdbonly</DebugType>
30 <Optimize>true</Optimize>
31 <OutputPath>bin\Release\</OutputPath>
32 <DefineConstants>TRACE;WEB</DefineConstants>
33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel>
35 </PropertyGroup>
36 <ItemGroup>
37 <Reference Include="Rsdn.Framework.Common, Version=1.0.3006.25300, Culture=neutral, processorArchitecture=MSIL">
38 <SpecificVersion>False</SpecificVersion>
39 <HintPath>..\Rsdn\Rsdn.Framework.Common.dll</HintPath>
40 </Reference>
41 <Reference Include="Rsdn.Framework.Formatting, Version=1.0.3072.30252, Culture=neutral, processorArchitecture=MSIL">
42 <SpecificVersion>False</SpecificVersion>
43 <HintPath>..\Rsdn\Rsdn.Framework.Formatting.dll</HintPath>
44 </Reference>
45 <Reference Include="System" />
46 <Reference Include="System.Core">
47 <RequiredTargetFramework>3.5</RequiredTargetFramework>
48 </Reference>
49 <Reference Include="System.Data" />
50 <Reference Include="System.Xml" />
51 </ItemGroup>
52 <ItemGroup>
53 <Compile Include="FileAction.cs" />
54 <Compile Include="FileItem.cs" />
55 <Compile Include="Generator.cs" />
56 <Compile Include="Generator.Web.cs" />
57 <Compile Include="IndexItem.cs" />
58 <Compile Include="Program.Web.cs" />
59 <Compile Include="Program.cs" />
60 <Compile Include="Properties\AssemblyInfo.cs" />
61 </ItemGroup>
62 <ItemGroup>
63 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
64 </ItemGroup>
65 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
66 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
67 Other similar extension points exist, see Microsoft.Common.targets.
68 <Target Name="BeforeBuild">
69 </Target>
70 <Target Name="AfterBuild">
71 </Target>
72 -->
73 </Project>