~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to samples/SharpSnippetCompiler/SharpSnippetCompiler.Core/SharpSnippetCompiler.Core.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 DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
 
3
  <PropertyGroup>
 
4
    <ProjectGuid>{5A2EC8F7-2274-4EA3-AC7A-6D1C8598F938}</ProjectGuid>
 
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
7
    <OutputType>Library</OutputType>
 
8
    <RootNamespace>ICSharpCode.SharpSnippetCompiler.Core</RootNamespace>
 
9
    <AssemblyName>SharpSnippetCompiler.Core</AssemblyName>
 
10
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
 
11
    <NoStdLib>False</NoStdLib>
 
12
    <WarningLevel>4</WarningLevel>
 
13
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 
14
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 
15
  </PropertyGroup>
 
16
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 
17
    <OutputPath>..\SharpSnippetCompiler\bin\</OutputPath>
 
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
    <OutputPath>..\SharpSnippetCompiler\bin\</OutputPath>
 
26
    <DebugSymbols>false</DebugSymbols>
 
27
    <DebugType>None</DebugType>
 
28
    <Optimize>True</Optimize>
 
29
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
 
30
    <DefineConstants>TRACE</DefineConstants>
 
31
  </PropertyGroup>
 
32
  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
 
33
    <RegisterForComInterop>False</RegisterForComInterop>
 
34
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
 
35
    <BaseAddress>4194304</BaseAddress>
 
36
    <PlatformTarget>AnyCPU</PlatformTarget>
 
37
    <FileAlignment>4096</FileAlignment>
 
38
  </PropertyGroup>
 
39
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
 
40
  <ItemGroup>
 
41
    <Reference Include="Aga.Controls">
 
42
      <HintPath>..\..\..\bin\Aga.Controls.dll</HintPath>
 
43
    </Reference>
 
44
    <Reference Include="ICSharpCode.Build.Tasks">
 
45
      <HintPath>..\..\..\bin\ICSharpCode.Build.Tasks.dll</HintPath>
 
46
    </Reference>
 
47
    <Reference Include="ICSharpCode.Core">
 
48
      <HintPath>..\..\..\bin\ICSharpCode.Core.dll</HintPath>
 
49
    </Reference>
 
50
    <Reference Include="ICSharpCode.NRefactory">
 
51
      <HintPath>..\..\..\bin\ICSharpCode.NRefactory.dll</HintPath>
 
52
    </Reference>
 
53
    <Reference Include="ICSharpCode.SharpDevelop">
 
54
      <HintPath>..\..\..\bin\ICSharpCode.SharpDevelop.dll</HintPath>
 
55
    </Reference>
 
56
    <Reference Include="ICSharpCode.SharpDevelop.Dom">
 
57
      <HintPath>..\..\..\bin\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
 
58
    </Reference>
 
59
    <Reference Include="ICSharpCode.SharpDevelop.Sda">
 
60
      <HintPath>..\..\..\bin\ICSharpCode.SharpDevelop.Sda.dll</HintPath>
 
61
    </Reference>
 
62
    <Reference Include="ICSharpCode.TextEditor">
 
63
      <HintPath>..\..\..\bin\ICSharpCode.TextEditor.dll</HintPath>
 
64
    </Reference>
 
65
    <Reference Include="log4net">
 
66
      <HintPath>..\..\..\bin\log4net.dll</HintPath>
 
67
    </Reference>
 
68
    <Reference Include="System" />
 
69
    <Reference Include="System.Core">
 
70
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
71
    </Reference>
 
72
    <Reference Include="System.Drawing" />
 
73
    <Reference Include="System.Windows.Forms" />
 
74
    <Reference Include="System.Xml" />
 
75
    <Reference Include="System.Xml.Linq">
 
76
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
77
    </Reference>
 
78
  </ItemGroup>
 
79
  <ItemGroup>
 
80
    <Compile Include="AssemblyInfo.cs" />
 
81
    <Compile Include="BuildSnippetCommand.cs" />
 
82
    <Compile Include="MainViewContent.cs" />
 
83
    <Compile Include="SharpSnippetCompilerControl.cs" />
 
84
    <Compile Include="SharpSnippetCompilerControl.Designer.cs">
 
85
      <DependentUpon>SharpSnippetCompilerControl.cs</DependentUpon>
 
86
    </Compile>
 
87
    <Compile Include="SharpSnippetCompilerManager.cs" />
 
88
    <Compile Include="SnippetCompilerProject.cs" />
 
89
    <Compile Include="SnippetFile.cs" />
 
90
    <Compile Include="Workbench.cs" />
 
91
    <EmbeddedResource Include="..\..\..\src\Main\StartUp\Project\Resources\BitmapResources.resources">
 
92
      <Link>Resources\BitmapResources.resources</Link>
 
93
      <LogicalName>Resources.BitmapResources.resources</LogicalName>
 
94
    </EmbeddedResource>
 
95
    <EmbeddedResource Include="..\..\..\src\Main\StartUp\Project\Resources\StringResources.resources">
 
96
      <Link>Resources\StringResources.resources</Link>
 
97
      <LogicalName>Resources.StringResources.resources</LogicalName>
 
98
    </EmbeddedResource>
 
99
    <EmbeddedResource Include="SharpSnippetCompilerControl.resx">
 
100
      <DependentUpon>SharpSnippetCompilerControl.cs</DependentUpon>
 
101
    </EmbeddedResource>
 
102
  </ItemGroup>
 
103
  <ItemGroup>
 
104
    <Folder Include="Resources" />
 
105
  </ItemGroup>
 
106
</Project>
 
 
b'\\ No newline at end of file'