[12830] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" 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>8.0.30703</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{CFEC60DC-14E0-47E4-A60E-8919FB5FEF5D}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>GraphVizWrapper</RootNamespace>
|
---|
| 12 | <AssemblyName>GraphVizWrapper</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v4.0</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 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 34 | <DebugSymbols>true</DebugSymbols>
|
---|
| 35 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 36 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 37 | <DebugType>full</DebugType>
|
---|
| 38 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 39 | <ErrorReport>prompt</ErrorReport>
|
---|
| 40 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 41 | </PropertyGroup>
|
---|
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
| 43 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 44 | <Optimize>true</Optimize>
|
---|
| 45 | <DebugType>pdbonly</DebugType>
|
---|
| 46 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 47 | <ErrorReport>prompt</ErrorReport>
|
---|
| 48 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 49 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 50 | </PropertyGroup>
|
---|
| 51 | <ItemGroup>
|
---|
| 52 | <Reference Include="System" />
|
---|
| 53 | <Reference Include="System.configuration" />
|
---|
| 54 | <Reference Include="System.Core" />
|
---|
| 55 | <Reference Include="System.Xml.Linq" />
|
---|
| 56 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 57 | <Reference Include="Microsoft.CSharp" />
|
---|
| 58 | <Reference Include="System.Data" />
|
---|
| 59 | <Reference Include="System.Xml" />
|
---|
| 60 | </ItemGroup>
|
---|
| 61 | <ItemGroup>
|
---|
| 62 | <Compile Include="ProcessStartInfoWrapper.cs" />
|
---|
| 63 | <Compile Include="Enums.cs" />
|
---|
| 64 | <Compile Include="Commands\IRegisterLayoutPluginCommand.cs" />
|
---|
| 65 | <Compile Include="Commands\ICommand.cs" />
|
---|
| 66 | <Compile Include="IProcessStartInfoWrapper.cs" />
|
---|
| 67 | <Compile Include="Queries\IQuery.cs" />
|
---|
| 68 | <Compile Include="Queries\GetStartProcessQuery.cs" />
|
---|
| 69 | <Compile Include="Queries\GetProcessStartInfoQuery.cs" />
|
---|
| 70 | <Compile Include="GraphGeneration.cs" />
|
---|
| 71 | <Compile Include="IGraphGeneration.cs" />
|
---|
| 72 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 73 | <Compile Include="Commands\RegisterLayoutPluginCommand.cs" />
|
---|
| 74 | <Compile Include="Queries\IGetProcessStartInfoQuery.cs" />
|
---|
| 75 | <Compile Include="Queries\IGetStartProcessQuery.cs" />
|
---|
| 76 | </ItemGroup>
|
---|
| 77 | <ItemGroup>
|
---|
| 78 | <None Include="App.config" />
|
---|
| 79 | </ItemGroup>
|
---|
| 80 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
[12762] | 81 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
---|
| 82 | Other similar extension points exist, see Microsoft.Common.targets. |
---|
| 83 | <Target Name="BeforeBuild"> |
---|
| 84 | </Target> |
---|
| 85 | <Target Name="AfterBuild"> |
---|
| 86 | </Target> |
---|
[12830] | 87 | -->
|
---|
[12762] | 88 | </Project> |
---|