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

Side by Side Diff: experimental/visual_studio_plugin/build/NaClVsx.Wix/NaClVsx.Wix.wixproj

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 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
OLDNEW
(Empty)
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/m sbuild/2003">
2 <PropertyGroup>
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
5 <ProductVersion>3.0</ProductVersion>
6 <ProjectGuid>16619f53-5da8-4f8e-a2d6-3e60acf21ba4</ProjectGuid>
7 <SchemaVersion>2.0</SchemaVersion>
8 <OutputName>NaClVsx.Wix</OutputName>
9 <OutputType>Package</OutputType>
10 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensio nsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.0\Wix.targets</Wi xTargetsPath>
11 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsP ath)\Microsoft\WiX\v3.0\Wix.targets</WixTargetsPath>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
14 <OutputPath>bin\$(Configuration)\</OutputPath>
15 <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
16 <DefineConstants>Debug</DefineConstants>
17 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
19 <OutputPath>bin\$(Configuration)\</OutputPath>
20 <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
21 </PropertyGroup>
22 <ItemGroup>
23 <Compile Include="Product.wxs" />
24 </ItemGroup>
25 <Import Project="$(WixTargetsPath)" />
26 <!--
27 To modify your build process, add your task inside one of the targets be low and uncomment it.
28 Other similar extension points exist, see Wix.targets.
29 <Target Name="BeforeBuild">
30 </Target>
31 <Target Name="AfterBuild">
32 </Target>
33 -->
34 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698