Project

General

Profile

root / branches / compiler / cSharp / ooasCompiler / src / libs / c5 / PreProcess / PreProcess.csproj @ 3

1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2
  <PropertyGroup>
3
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5
    <ProductVersion>8.0.50727</ProductVersion>
6
    <SchemaVersion>2.0</SchemaVersion>
7
    <ProjectGuid>{6222CA51-7D1A-4D42-B6A7-B5CE9608C18F}</ProjectGuid>
8
    <OutputType>Exe</OutputType>
9
    <RootNamespace>PreProcess</RootNamespace>
10
    <AssemblyName>PreProcess</AssemblyName>
11
    <WarningLevel>4</WarningLevel>
12
    <FileUpgradeFlags>
13
    </FileUpgradeFlags>
14
    <UpgradeBackupLocation>
15
    </UpgradeBackupLocation>
16
    <OldToolsVersion>2.0</OldToolsVersion>
17
  </PropertyGroup>
18
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19
    <DebugSymbols>true</DebugSymbols>
20
    <DebugType>full</DebugType>
21
    <Optimize>false</Optimize>
22
    <OutputPath>.\bin\Debug\</OutputPath>
23
    <DefineConstants>DEBUG;TRACE</DefineConstants>
24
  </PropertyGroup>
25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26
    <DebugSymbols>false</DebugSymbols>
27
    <Optimize>true</Optimize>
28
    <OutputPath>.\bin\Release\</OutputPath>
29
    <DefineConstants>TRACE</DefineConstants>
30
  </PropertyGroup>
31
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugSnk|AnyCPU' ">
32
    <DebugSymbols>true</DebugSymbols>
33
    <OutputPath>bin\DebugSnk\</OutputPath>
34
    <DefineConstants>DEBUG;TRACE</DefineConstants>
35
    <DebugType>full</DebugType>
36
    <PlatformTarget>AnyCPU</PlatformTarget>
37
  </PropertyGroup>
38
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseSnk|AnyCPU' ">
39
    <OutputPath>bin\ReleaseSnk\</OutputPath>
40
    <DefineConstants>TRACE</DefineConstants>
41
    <Optimize>true</Optimize>
42
    <PlatformTarget>AnyCPU</PlatformTarget>
43
  </PropertyGroup>
44
  <ItemGroup>
45
    <Compile Include="Program.cs" />
46
  </ItemGroup>
47
  <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
48
</Project>