~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/AddIns/Analysis/Profiler/Tests/HelloWorld/HelloWorld.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
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
 
2
  <PropertyGroup>
 
3
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
4
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
5
    <ProductVersion>10.0.20506</ProductVersion>
 
6
    <SchemaVersion>2.0</SchemaVersion>
 
7
    <ProjectGuid>{778BA9AE-EE77-444F-A0C9-D795BB977C1A}</ProjectGuid>
 
8
    <OutputType>Exe</OutputType>
 
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
10
    <RootNamespace>HelloWorld</RootNamespace>
 
11
    <AssemblyName>HelloWorld</AssemblyName>
 
12
    <FileUpgradeFlags>
 
13
    </FileUpgradeFlags>
 
14
    <OldToolsVersion>3.5</OldToolsVersion>
 
15
    <UpgradeBackupLocation>
 
16
    </UpgradeBackupLocation>
 
17
    <SourceAnalysisOverrideSettingsFile>C:\Dokumente und Einstellungen\HP\Anwendungsdaten\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
 
18
    <OutputPath>..\..\bin\</OutputPath>
 
19
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
 
20
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
 
21
    <NoStdLib>False</NoStdLib>
 
22
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 
23
    <PlatformTarget>x86</PlatformTarget>
 
24
    <StartupObject>
 
25
    </StartupObject>
 
26
    <PublishUrl>publish\</PublishUrl>
 
27
    <Install>true</Install>
 
28
    <InstallFrom>Disk</InstallFrom>
 
29
    <UpdateEnabled>false</UpdateEnabled>
 
30
    <UpdateMode>Foreground</UpdateMode>
 
31
    <UpdateInterval>7</UpdateInterval>
 
32
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
 
33
    <UpdatePeriodically>false</UpdatePeriodically>
 
34
    <UpdateRequired>false</UpdateRequired>
 
35
    <MapFileExtensions>true</MapFileExtensions>
 
36
    <ApplicationRevision>0</ApplicationRevision>
 
37
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
 
38
    <IsWebBootstrapper>false</IsWebBootstrapper>
 
39
    <UseApplicationTrust>false</UseApplicationTrust>
 
40
    <BootstrapperEnabled>true</BootstrapperEnabled>
 
41
  </PropertyGroup>
 
42
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
43
    <DebugSymbols>true</DebugSymbols>
 
44
    <DebugType>Full</DebugType>
 
45
    <Optimize>false</Optimize>
 
46
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
47
    <ErrorReport>prompt</ErrorReport>
 
48
    <WarningLevel>4</WarningLevel>
 
49
    <OutputPath>..\..\bin\</OutputPath>
 
50
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 
51
  </PropertyGroup>
 
52
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
53
    <DebugType>PdbOnly</DebugType>
 
54
    <Optimize>true</Optimize>
 
55
    <DefineConstants>TRACE</DefineConstants>
 
56
    <ErrorReport>prompt</ErrorReport>
 
57
    <WarningLevel>4</WarningLevel>
 
58
    <DebugSymbols>false</DebugSymbols>
 
59
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 
60
  </PropertyGroup>
 
61
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
 
62
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
 
63
  </PropertyGroup>
 
64
  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
 
65
    <RegisterForComInterop>False</RegisterForComInterop>
 
66
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
 
67
    <BaseAddress>4194304</BaseAddress>
 
68
    <PlatformTarget>x86</PlatformTarget>
 
69
    <FileAlignment>4096</FileAlignment>
 
70
  </PropertyGroup>
 
71
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 
72
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
 
73
  </PropertyGroup>
 
74
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' ">
 
75
    <DebugSymbols>true</DebugSymbols>
 
76
    <DebugType>Full</DebugType>
 
77
    <Optimize>false</Optimize>
 
78
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
79
    <ErrorReport>prompt</ErrorReport>
 
80
    <WarningLevel>4</WarningLevel>
 
81
    <OutputPath>..\..\bin\</OutputPath>
 
82
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 
83
  </PropertyGroup>
 
84
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">
 
85
    <DebugType>PdbOnly</DebugType>
 
86
    <Optimize>true</Optimize>
 
87
    <DefineConstants>TRACE</DefineConstants>
 
88
    <ErrorReport>prompt</ErrorReport>
 
89
    <WarningLevel>4</WarningLevel>
 
90
    <DebugSymbols>false</DebugSymbols>
 
91
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 
92
  </PropertyGroup>
 
93
  <PropertyGroup Condition=" '$(Platform)' == 'Win32' ">
 
94
    <RegisterForComInterop>False</RegisterForComInterop>
 
95
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
 
96
    <BaseAddress>4194304</BaseAddress>
 
97
    <PlatformTarget>x86</PlatformTarget>
 
98
    <FileAlignment>4096</FileAlignment>
 
99
  </PropertyGroup>
 
100
  <ItemGroup>
 
101
    <Reference Include="System" />
 
102
    <Reference Include="System.Drawing" />
 
103
    <Reference Include="System.Windows.Forms" />
 
104
  </ItemGroup>
 
105
  <ItemGroup>
 
106
    <Compile Include="Form1.cs">
 
107
      <SubType>Form</SubType>
 
108
    </Compile>
 
109
    <Compile Include="Form1.Designer.cs">
 
110
      <DependentUpon>Form1.cs</DependentUpon>
 
111
    </Compile>
 
112
    <Compile Include="Program.cs" />
 
113
    <Compile Include="Properties\AssemblyInfo.cs" />
 
114
    <EmbeddedResource Include="Form1.resx">
 
115
      <DependentUpon>Form1.cs</DependentUpon>
 
116
      <SubType>Designer</SubType>
 
117
    </EmbeddedResource>
 
118
    <EmbeddedResource Include="Properties\Resources.resx">
 
119
      <Generator>ResXFileCodeGenerator</Generator>
 
120
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
 
121
      <SubType>Designer</SubType>
 
122
    </EmbeddedResource>
 
123
    <Compile Include="Properties\Resources.Designer.cs">
 
124
      <AutoGen>True</AutoGen>
 
125
      <DependentUpon>Resources.resx</DependentUpon>
 
126
      <DesignTime>True</DesignTime>
 
127
    </Compile>
 
128
    <None Include="Properties\Settings.settings">
 
129
      <Generator>SettingsSingleFileGenerator</Generator>
 
130
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
 
131
    </None>
 
132
    <Compile Include="Properties\Settings.Designer.cs">
 
133
      <AutoGen>True</AutoGen>
 
134
      <DependentUpon>Settings.settings</DependentUpon>
 
135
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
 
136
    </Compile>
 
137
  </ItemGroup>
 
138
  <ItemGroup>
 
139
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
 
140
      <Visible>False</Visible>
 
141
      <ProductName>.NET Framework 3.5 SP1</ProductName>
 
142
      <Install>true</Install>
 
143
    </BootstrapperPackage>
 
144
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
 
145
      <Visible>False</Visible>
 
146
      <ProductName>Windows Installer 3.1</ProductName>
 
147
      <Install>true</Install>
 
148
    </BootstrapperPackage>
 
149
  </ItemGroup>
 
150
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
151
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
152
       Other similar extension points exist, see Microsoft.Common.targets.
 
153
  <Target Name="BeforeBuild">
 
154
  </Target>
 
155
  <Target Name="AfterBuild">
 
156
  </Target>
 
157
  -->
 
158
</Project>
 
 
b'\\ No newline at end of file'