~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/Main/StartUp/Project/StartUp.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
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <ProductVersion>8.0.41115</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{1152B71B-3C05-4598-B20D-823B5D40559E}</ProjectGuid>
 
9
    <AssemblyName>SharpDevelop</AssemblyName>
 
10
    <WarningLevel>4</WarningLevel>
 
11
    <NoStdLib>False</NoStdLib>
 
12
    <NoConfig>False</NoConfig>
 
13
    <SignAssembly>true</SignAssembly>
 
14
    <AssemblyOriginatorKeyFile>..\..\ICSharpCode.SharpDevelop.snk</AssemblyOriginatorKeyFile>
 
15
    <ApplicationIcon>.\Resources\SharpDevelop.ico</ApplicationIcon>
 
16
    <RunPostBuildEvent>Always</RunPostBuildEvent>
 
17
    <BaseAddress>4194304</BaseAddress>
 
18
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
 
19
    <RegisterForComInterop>False</RegisterForComInterop>
 
20
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
 
21
    <PlatformTarget>x86</PlatformTarget>
 
22
    <FileAlignment>4096</FileAlignment>
 
23
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 
24
    <DelaySign>False</DelaySign>
 
25
    <AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>
 
26
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 
27
    <ApplicationManifest>app.manifest</ApplicationManifest>
 
28
    <TargetFrameworkProfile>
 
29
    </TargetFrameworkProfile>
 
30
  </PropertyGroup>
 
31
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
32
    <DebugType>Full</DebugType>
 
33
    <Optimize>False</Optimize>
 
34
    <DefineConstants>DEBUG</DefineConstants>
 
35
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
36
    <OutputPath>..\..\..\..\bin\</OutputPath>
 
37
    <OutputType>Exe</OutputType>
 
38
    <DebugSymbols>true</DebugSymbols>
 
39
  </PropertyGroup>
 
40
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
41
    <DebugType>None</DebugType>
 
42
    <Optimize>True</Optimize>
 
43
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
 
44
    <OutputPath>..\..\..\..\bin\</OutputPath>
 
45
    <OutputType>WinExe</OutputType>
 
46
    <DebugSymbols>false</DebugSymbols>
 
47
  </PropertyGroup>
 
48
  <ItemGroup>
 
49
    <Reference Include="System" />
 
50
    <Reference Include="System.Configuration" />
 
51
    <Reference Include="System.Drawing" />
 
52
    <Reference Include="System.Windows.Forms" />
 
53
  </ItemGroup>
 
54
  <ItemGroup>
 
55
    <Compile Include="Dialogs\SplashScreen.cs">
 
56
      <SubType>Form</SubType>
 
57
    </Compile>
 
58
    <Compile Include="SharpDevelopMain.cs" />
 
59
    <EmbeddedResource Include="..\..\..\..\data\resources\StringResources.resx">
 
60
      <Link>Resources\StringResources.resx</Link>
 
61
    </EmbeddedResource>
 
62
    <EmbeddedResource Include="Resources\BitmapResources.resources">
 
63
      <LogicalName>Resources.BitmapResources.resources</LogicalName>
 
64
    </EmbeddedResource>
 
65
    <None Include="app.manifest">
 
66
      <CopyToOutputDirectory>Never</CopyToOutputDirectory>
 
67
    </None>
 
68
    <EmbeddedResource Include="Resources\SplashScreen.jpg">
 
69
      <LogicalName>Resources.SplashScreen.jpg</LogicalName>
 
70
    </EmbeddedResource>
 
71
    <Compile Include="Configuration\AssemblyInfo.cs" />
 
72
    <None Include="SharpDevelop.exe.config">
 
73
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 
74
    </None>
 
75
    <Compile Include="..\..\GlobalAssemblyInfo.cs">
 
76
      <Link>Configuration\GlobalAssemblyInfo.cs</Link>
 
77
      <DependentUpon>GlobalAssemblyInfo.template</DependentUpon>
 
78
    </Compile>
 
79
  </ItemGroup>
 
80
  <ItemGroup>
 
81
    <ProjectReference Include="..\..\Base\Project\ICSharpCode.SharpDevelop.csproj">
 
82
      <Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project>
 
83
      <Name>ICSharpCode.SharpDevelop</Name>
 
84
    </ProjectReference>
 
85
    <ProjectReference Include="..\..\Core\Project\ICSharpCode.Core.csproj">
 
86
      <Project>{35cef10f-2d4c-45f2-9dd1-161e0fec583c}</Project>
 
87
      <Package>{00000000-0000-0000-0000-000000000000}</Package>
 
88
      <Name>ICSharpCode.Core</Name>
 
89
    </ProjectReference>
 
90
    <Content Include="..\..\GlobalAssemblyInfo.template">
 
91
      <Link>Configuration\GlobalAssemblyInfo.template</Link>
 
92
    </Content>
 
93
    <Content Include="app.template.config" />
 
94
    <ProjectReference Include="..\..\ICSharpCode.Core.WinForms\ICSharpCode.Core.WinForms.csproj">
 
95
      <Project>{857CA1A3-FC88-4BE0-AB6A-D1EE772AB288}</Project>
 
96
      <Name>ICSharpCode.Core.WinForms</Name>
 
97
      <Private>False</Private>
 
98
    </ProjectReference>
 
99
    <ProjectReference Include="..\..\ICSharpCode.SharpDevelop.Sda\ICSharpCode.SharpDevelop.Sda.csproj">
 
100
      <Project>{80318B5F-A25D-45AB-8A95-EF31D2370A4C}</Project>
 
101
      <Name>ICSharpCode.SharpDevelop.Sda</Name>
 
102
    </ProjectReference>
 
103
    <ProjectReference Include="..\..\ICSharpCode.SharpDevelop.Dom\Project\ICSharpCode.SharpDevelop.Dom.csproj">
 
104
      <Project>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</Project>
 
105
      <Name>ICSharpCode.SharpDevelop.Dom</Name>
 
106
    </ProjectReference>
 
107
  </ItemGroup>
 
108
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
109
</Project>
 
 
b'\\ No newline at end of file'