Rev 6 Rev 11
Line 50... Line 50...
50 <DebugType>pdbonly</DebugType> 50 <DebugType>pdbonly</DebugType>
51 <PlatformTarget>x86</PlatformTarget> 51 <PlatformTarget>x86</PlatformTarget>
52 <ErrorReport>prompt</ErrorReport> 52 <ErrorReport>prompt</ErrorReport>
53 </PropertyGroup> 53 </PropertyGroup>
54 <ItemGroup> 54 <ItemGroup>
55 <Reference Include="DreamhostAPI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" /> 55 <Reference Include="DreamhostAPI, Version=1.0.0.1, Culture=neutral, processorArchitecture=MSIL" />
56 <Reference Include="System" /> 56 <Reference Include="System" />
57 <Reference Include="System.Core"> 57 <Reference Include="System.Core">
58 <RequiredTargetFramework>3.5</RequiredTargetFramework> 58 <RequiredTargetFramework>3.5</RequiredTargetFramework>
59 </Reference> 59 </Reference>
60 <Reference Include="System.Design" /> 60 <Reference Include="System.Design" />
Line 130... Line 130...
130 </Compile> 130 </Compile>
131 <Compile Include="Utilities.cs" /> 131 <Compile Include="Utilities.cs" />
132 </ItemGroup> 132 </ItemGroup>
133 <ItemGroup> 133 <ItemGroup>
134 <Content Include="Dreamhost.ico" /> 134 <Content Include="Dreamhost.ico" />
135 <Content Include="DreamhostAPI.dll" /> 135 <Content Include="DreamhostAPI.dll">
-   136 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-   137 </Content>
136 </ItemGroup> 138 </ItemGroup>
137 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 139 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
138 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 140 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
139 Other similar extension points exist, see Microsoft.Common.targets. 141 Other similar extension points exist, see Microsoft.Common.targets.
140 <Target Name="BeforeBuild"> 142 <Target Name="BeforeBuild">