OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso
ft.com/developer/msbuild/2003"> | 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso
ft.com/developer/msbuild/2003"> |
3 <PropertyGroup> | 3 <PropertyGroup> |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 <ProductVersion>8.0.30703</ProductVersion> | 6 <ProductVersion>8.0.30703</ProductVersion> |
7 <SchemaVersion>2.0</SchemaVersion> | 7 <SchemaVersion>2.0</SchemaVersion> |
8 <ProjectGuid>{FCD6F8FE-DF89-4232-A138-42C97826712A}</ProjectGuid> | 8 <ProjectGuid>{FCD6F8FE-DF89-4232-A138-42C97826712A}</ProjectGuid> |
9 <OutputType>Library</OutputType> | 9 <OutputType>Library</OutputType> |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | 10 <AppDesignerFolder>Properties</AppDesignerFolder> |
11 <RootNamespace>NaCl.Build.CPPTasks</RootNamespace> | 11 <RootNamespace>NaCl.Build.CPPTasks</RootNamespace> |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 <Reference Include="System.Xaml" /> | 46 <Reference Include="System.Xaml" /> |
47 <Reference Include="System.Xml.Linq" /> | 47 <Reference Include="System.Xml.Linq" /> |
48 <Reference Include="System.Data.DataSetExtensions" /> | 48 <Reference Include="System.Data.DataSetExtensions" /> |
49 <Reference Include="Microsoft.CSharp" /> | 49 <Reference Include="Microsoft.CSharp" /> |
50 <Reference Include="System.Data" /> | 50 <Reference Include="System.Data" /> |
51 <Reference Include="System.Xml" /> | 51 <Reference Include="System.Xml" /> |
52 </ItemGroup> | 52 </ItemGroup> |
53 <ItemGroup> | 53 <ItemGroup> |
54 <Compile Include="DependencyParser.cs" /> | 54 <Compile Include="DependencyParser.cs" /> |
55 <Compile Include="GCCUtilities.cs" /> | 55 <Compile Include="GCCUtilities.cs" /> |
| 56 <Compile Include="NaClToolTask.cs" /> |
56 <Compile Include="XamlParser.cs" /> | 57 <Compile Include="XamlParser.cs" /> |
57 <Compile Include="NaClCompile.cs" /> | 58 <Compile Include="NaClCompile.cs" /> |
58 <Compile Include="NaClLib.cs" /> | 59 <Compile Include="NaClLib.cs" /> |
59 <Compile Include="NaClLink.cs" /> | 60 <Compile Include="NaClLink.cs" /> |
60 <Compile Include="Properties\AssemblyInfo.cs" /> | 61 <Compile Include="Properties\AssemblyInfo.cs" /> |
61 <Compile Include="Properties\Resources.Designer.cs"> | 62 <Compile Include="Properties\Resources.Designer.cs"> |
62 <AutoGen>True</AutoGen> | 63 <AutoGen>True</AutoGen> |
63 <DesignTime>True</DesignTime> | 64 <DesignTime>True</DesignTime> |
64 <DependentUpon>Resources.resx</DependentUpon> | 65 <DependentUpon>Resources.resx</DependentUpon> |
65 </Compile> | 66 </Compile> |
(...skipping 12 matching lines...) Expand all Loading... |
78 <PostBuildEvent> | 79 <PostBuildEvent> |
79 </PostBuildEvent> | 80 </PostBuildEvent> |
80 </PropertyGroup> | 81 </PropertyGroup> |
81 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. | 82 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. |
82 Other similar extension points exist, see Microsoft.Common.targets. | 83 Other similar extension points exist, see Microsoft.Common.targets. |
83 <Target Name="BeforeBuild"> | 84 <Target Name="BeforeBuild"> |
84 </Target> | 85 </Target> |
85 <Target Name="AfterBuild"> | 86 <Target Name="AfterBuild"> |
86 </Target> | 87 </Target> |
87 --> | 88 --> |
88 </Project> | 89 </Project> |
OLD | NEW |