Rev 2 Rev 6
Line 33... Line 33...
33 <OutputPath>bin\Release\</OutputPath> 33 <OutputPath>bin\Release\</OutputPath>
34 <DefineConstants>TRACE</DefineConstants> 34 <DefineConstants>TRACE</DefineConstants>
35 <ErrorReport>prompt</ErrorReport> 35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel> 36 <WarningLevel>4</WarningLevel>
37 </PropertyGroup> 37 </PropertyGroup>
-   38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
-   39 <DebugSymbols>true</DebugSymbols>
-   40 <OutputPath>bin\x86\Debug\</OutputPath>
-   41 <DefineConstants>DEBUG;TRACE</DefineConstants>
-   42 <DebugType>full</DebugType>
-   43 <PlatformTarget>x86</PlatformTarget>
-   44 <ErrorReport>prompt</ErrorReport>
-   45 </PropertyGroup>
-   46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
-   47 <OutputPath>bin\x86\Release\</OutputPath>
-   48 <DefineConstants>TRACE</DefineConstants>
-   49 <Optimize>true</Optimize>
-   50 <DebugType>pdbonly</DebugType>
-   51 <PlatformTarget>x86</PlatformTarget>
-   52 <ErrorReport>prompt</ErrorReport>
-   53 </PropertyGroup>
38 <ItemGroup> 54 <ItemGroup>
39 <Reference Include="DreamhostAPI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" /> 55 <Reference Include="DreamhostAPI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
40 <Reference Include="System" /> 56 <Reference Include="System" />
41 <Reference Include="System.Core"> 57 <Reference Include="System.Core">
42 <RequiredTargetFramework>3.5</RequiredTargetFramework> 58 <RequiredTargetFramework>3.5</RequiredTargetFramework>
Line 110... Line 126...
110 <SubType>Form</SubType> 126 <SubType>Form</SubType>
111 </Compile> 127 </Compile>
112 <Compile Include="Settings.Designer.cs"> 128 <Compile Include="Settings.Designer.cs">
113 <DependentUpon>Settings.cs</DependentUpon> 129 <DependentUpon>Settings.cs</DependentUpon>
114 </Compile> 130 </Compile>
-   131 <Compile Include="Utilities.cs" />
115 </ItemGroup> 132 </ItemGroup>
116 <ItemGroup> 133 <ItemGroup>
117 <Content Include="Dreamhost.ico" /> 134 <Content Include="Dreamhost.ico" />
118 <Content Include="DreamhostAPI.dll" /> 135 <Content Include="DreamhostAPI.dll" />
119 </ItemGroup> 136 </ItemGroup>