~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/Tools/UpdateAssemblyInfo/UpdateAssemblyInfo.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="3.5">
 
3
  <PropertyGroup>
 
4
    <OutputType>Exe</OutputType>
 
5
    <RootNamespace>UpdateAssemblyInfo</RootNamespace>
 
6
    <AssemblyName>UpdateAssemblyInfo</AssemblyName>
 
7
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
8
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
9
    <ProjectGuid>{605C8CDB-F0AD-4A21-9F4A-959B8DECB0F3}</ProjectGuid>
 
10
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
 
11
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
 
12
    <NoStdLib>False</NoStdLib>
 
13
    <RegisterForComInterop>False</RegisterForComInterop>
 
14
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
 
15
    <BaseAddress>4194304</BaseAddress>
 
16
    <PlatformTarget>x86</PlatformTarget>
 
17
    <FileAlignment>4096</FileAlignment>
 
18
    <WarningLevel>4</WarningLevel>
 
19
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 
20
    <NoWarn>1607</NoWarn>
 
21
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
 
22
    <SourceAnalysisOverrideSettingsFile>C:\Users\Daniel\AppData\Roaming\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
 
23
    <StartArguments>--REVISION</StartArguments>
 
24
  </PropertyGroup>
 
25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
26
    <OutputPath>bin\Debug\</OutputPath>
 
27
    <Optimize>false</Optimize>
 
28
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
29
  </PropertyGroup>
 
30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
31
    <OutputPath>bin\Release\</OutputPath>
 
32
    <Optimize>true</Optimize>
 
33
    <DefineConstants>TRACE</DefineConstants>
 
34
  </PropertyGroup>
 
35
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 
36
    <DebugType>Full</DebugType>
 
37
    <DebugSymbols>true</DebugSymbols>
 
38
    <StartAction>Project</StartAction>
 
39
  </PropertyGroup>
 
40
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
 
41
    <DebugType>None</DebugType>
 
42
    <DebugSymbols>false</DebugSymbols>
 
43
  </PropertyGroup>
 
44
  <ItemGroup>
 
45
    <Reference Include="System" />
 
46
    <Reference Include="System.Core">
 
47
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
48
    </Reference>
 
49
    <Reference Include="System.Data" />
 
50
    <Reference Include="System.Data.DataSetExtensions">
 
51
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
52
    </Reference>
 
53
    <Reference Include="System.Xml" />
 
54
    <Reference Include="System.Xml.Linq">
 
55
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
56
    </Reference>
 
57
  </ItemGroup>
 
58
  <ItemGroup>
 
59
    <Compile Include="Main.cs" />
 
60
    <None Include="Readme.txt" />
 
61
  </ItemGroup>
 
62
  <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
 
63
</Project>
 
 
b'\\ No newline at end of file'