--- trunk/gr2lib/gr2lib.csproj 2010/07/14 06:18:44 7 +++ trunk/gr2lib/gr2lib.csproj 2010/07/14 09:22:04 15 @@ -38,7 +38,15 @@ </ItemGroup> <ItemGroup> <Compile Include="CoreTypes.cs" /> + <Compile Include="Granny2APIVersion.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="typedefs.cs" /> + <Compile Include="coreapi.cs" /> + </ItemGroup> + <ItemGroup> + <Content Include="granny2.dll"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |