comparison InteropCodeGen/InteropCodeGen.csproj @ 6:e640ca67b819

Added extended COM interop code generator for interfaces and proxies
author Ivo Smits
date Fri, 06 May 2011 04:02:43 +0200
parents e1ec7bf71313
children
comparison
equal deleted inserted replaced
5:00fb4879d273 6:e640ca67b819
33 <ItemGroup> 33 <ItemGroup>
34 <Reference Include="System" /> 34 <Reference Include="System" />
35 <Reference Include="System.Xml" /> 35 <Reference Include="System.Xml" />
36 </ItemGroup> 36 </ItemGroup>
37 <ItemGroup> 37 <ItemGroup>
38 <Compile Include="gendotnet.cs" /> 38 <Compile Include="ComInteropInterfaceGenerator.cs" />
39 <Compile Include="ComInteropProxyGenerator.cs" />
40 <Compile Include="LibraryInformation.cs" />
41 <Compile Include="Program.cs" />
42 <Compile Include="XidlParser.cs" />
43 <None Include="gendotnet.cs" />
39 <Compile Include="Properties\AssemblyInfo.cs" /> 44 <Compile Include="Properties\AssemblyInfo.cs" />
40 </ItemGroup> 45 </ItemGroup>
41 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 46 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
42 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 47 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
43 Other similar extension points exist, see Microsoft.Common.targets. 48 Other similar extension points exist, see Microsoft.Common.targets.