comparison Tools/ExampleGenerator/ExampleGenerator.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>{DE735B24-E20B-4440-BBBB-35AECC3F1124}</ProjectGuid>
8 <OutputType>Exe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>ExampleGenerator</RootNamespace>
11 <AssemblyName>ExampleGenerator</AssemblyName>
12 <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
13 <FileUpgradeFlags>
14 </FileUpgradeFlags>
15 <OldToolsVersion>2.0</OldToolsVersion>
16 <UpgradeBackupLocation>
17 </UpgradeBackupLocation>
18 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
19 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <Optimize>false</Optimize>
24 <OutputPath>bin\Debug\</OutputPath>
25 <DefineConstants>DEBUG;TRACE</DefineConstants>
26 <ErrorReport>prompt</ErrorReport>
27 <WarningLevel>4</WarningLevel>
28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30 <DebugType>pdbonly</DebugType>
31 <Optimize>true</Optimize>
32 <OutputPath>bin\Release\</OutputPath>
33 <DefineConstants>TRACE</DefineConstants>
34 <ErrorReport>prompt</ErrorReport>
35 <WarningLevel>4</WarningLevel>
36 </PropertyGroup>
37 <ItemGroup>
38 <Reference Include="System" />
39 <Reference Include="System.Data" />
40 <Reference Include="System.Xml" />
41 </ItemGroup>
42 <ItemGroup>
43 <Compile Include="Generator.cs" />
44 <Compile Include="Properties\AssemblyInfo.cs" />
45 </ItemGroup>
46 <ItemGroup>
47 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
48 </ItemGroup>
49 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
50 <PropertyGroup>
51 <PostBuildEvent>"$(TargetPath)" /path:"$(SolutionDir)Examples\CS\Reflection.Emit" /xml:"$(SolutionDir)Source\Reflection\Emit\Examples.CS.xml"
52 "$(TargetPath)" /path:"$(SolutionDir)Examples\VB\Reflection.Emit" /xml:"$(SolutionDir)Source\Reflection\Emit\Examples.VB.xml"</PostBuildEvent>
53 </PropertyGroup>
54 </Project>