Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Side by Side Diff: visual_studio/NativeClientVSAddIn/TestingProjects/DummyLoop/NotNaCl/NotNaCl.csproj

Issue 10831030: NaCl settings and completed install scripts. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{7E4193CE-15B3-4F7D-A8F7-074F48169E8F}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>NotNaCl</RootNamespace>
12 <AssemblyName>NotNaCl</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15 <FileAlignment>512</FileAlignment>
16 </PropertyGroup>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
18 <PlatformTarget>x86</PlatformTarget>
19 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType>
21 <Optimize>false</Optimize>
22 <OutputPath>bin\Debug\</OutputPath>
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel>
26 <UseVSHostingProcess>false</UseVSHostingProcess>
27 </PropertyGroup>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
29 <PlatformTarget>x86</PlatformTarget>
30 <DebugType>pdbonly</DebugType>
31 <Optimize>true</Optimize>
32 <OutputPath>bin\Release\</OutputPath>
33 <DefineConstants>TRACE</DefineConstants>
34 <ErrorReport>prompt</ErrorReport>
35 <WarningLevel>4</WarningLevel>
36 </PropertyGroup>
37 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
38 <DebugSymbols>true</DebugSymbols>
39 <OutputPath>bin\Debug\</OutputPath>
40 <DefineConstants>DEBUG;TRACE</DefineConstants>
41 <DebugType>full</DebugType>
42 <PlatformTarget>AnyCPU</PlatformTarget>
43 <ErrorReport>prompt</ErrorReport>
44 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
45 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
46 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
47 </PropertyGroup>
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
49 <OutputPath>bin\Release\</OutputPath>
50 <DefineConstants>TRACE</DefineConstants>
51 <Optimize>true</Optimize>
52 <DebugType>pdbonly</DebugType>
53 <PlatformTarget>AnyCPU</PlatformTarget>
54 <ErrorReport>prompt</ErrorReport>
55 </PropertyGroup>
56 <ItemGroup>
57 <Reference Include="System" />
58 <Reference Include="System.Core" />
59 <Reference Include="System.Xml.Linq" />
60 <Reference Include="System.Data.DataSetExtensions" />
61 <Reference Include="Microsoft.CSharp" />
62 <Reference Include="System.Data" />
63 <Reference Include="System.Xml" />
64 </ItemGroup>
65 <ItemGroup>
66 <Compile Include="Program.cs">
67 <SubType>Code</SubType>
68 </Compile>
69 <Compile Include="Properties\AssemblyInfo.cs" />
70 </ItemGroup>
71 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
72 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.
73 Other similar extension points exist, see Microsoft.Common.targets.
74 <Target Name="BeforeBuild">
75 </Target>
76 <Target Name="AfterBuild">
77 </Target>
78 -->
79 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698