~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to samples/CppBackendBinding/CppBackendBinding.csproj

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
    <ProjectGuid>{F279DD27-21A9-4D69-AAE3-00DB403257CB}</ProjectGuid>
 
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
7
    <OutputType>Library</OutputType>
 
8
    <RootNamespace>CppBackendBinding</RootNamespace>
 
9
    <AssemblyName>CppBackendBinding</AssemblyName>
 
10
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 
11
    <OutputPath>..\..\AddIns\Samples\CppBinding\</OutputPath>
 
12
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
 
13
    <NoStdLib>False</NoStdLib>
 
14
    <WarningLevel>4</WarningLevel>
 
15
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 
16
  </PropertyGroup>
 
17
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 
18
    <DebugSymbols>true</DebugSymbols>
 
19
    <DebugType>Full</DebugType>
 
20
    <Optimize>False</Optimize>
 
21
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
22
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
23
  </PropertyGroup>
 
24
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
 
25
    <DebugSymbols>False</DebugSymbols>
 
26
    <DebugType>None</DebugType>
 
27
    <Optimize>True</Optimize>
 
28
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
 
29
    <DefineConstants>TRACE</DefineConstants>
 
30
  </PropertyGroup>
 
31
  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
 
32
    <RegisterForComInterop>False</RegisterForComInterop>
 
33
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
 
34
    <BaseAddress>4194304</BaseAddress>
 
35
    <PlatformTarget>AnyCPU</PlatformTarget>
 
36
    <FileAlignment>4096</FileAlignment>
 
37
  </PropertyGroup>
 
38
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
 
39
  <ItemGroup>
 
40
    <Reference Include="ICSharpCode.Core">
 
41
      <HintPath>..\..\bin\ICSharpCode.Core.dll</HintPath>
 
42
      <Private>False</Private>
 
43
    </Reference>
 
44
    <Reference Include="ICSharpCode.SharpDevelop">
 
45
      <HintPath>..\..\bin\ICSharpCode.SharpDevelop.dll</HintPath>
 
46
      <Private>False</Private>
 
47
    </Reference>
 
48
    <Reference Include="ICSharpCode.SharpDevelop.Dom">
 
49
      <HintPath>..\..\bin\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
 
50
      <Private>False</Private>
 
51
    </Reference>
 
52
    <Reference Include="System" />
 
53
    <Reference Include="System.Core">
 
54
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
55
    </Reference>
 
56
    <Reference Include="System.Drawing" />
 
57
    <Reference Include="System.Windows.Forms" />
 
58
    <Reference Include="System.Xml" />
 
59
  </ItemGroup>
 
60
  <ItemGroup>
 
61
    <None Include="CppBackendBinding.addin">
 
62
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 
63
    </None>
 
64
    <Compile Include="Configuration\AssemblyInfo.cs" />
 
65
    <Compile Include="CppProjectBinding.cs" />
 
66
    <Compile Include="CppProject.cs" />
 
67
    <Compile Include="FileGroup.cs" />
 
68
    <Compile Include="FileItem.cs" />
 
69
  </ItemGroup>
 
70
</Project>
 
 
b'\\ No newline at end of file'