--- trunk/gr2lib/gr2lib.csproj 2010/07/14 06:18:44 7 +++ trunk/gr2lib/gr2lib.csproj 2010/07/14 09:26:58 18 @@ -38,7 +38,18 @@ </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="bin\Debug\gr2lib.dll" /> + <Content Include="bin\Debug\gr2lib.pdb" /> + <Content Include="bin\Debug\granny2.dll" /> + <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. |