Changeset 468
- Timestamp:
- 11/6/2008 12:11:28 PM (5 years ago)
- Location:
- branches/eraser6
- Files:
-
- 5 edited
-
DefaultPlugins/DefaultPlugins.csproj (modified) (1 diff)
-
Eraser.sln (modified) (2 diffs)
-
Eraser/Eraser.csproj (modified) (3 diffs)
-
Manager/Manager.csproj (modified) (1 diff)
-
Util/Util.csproj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/DefaultPlugins/DefaultPlugins.csproj
r384 r468 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 2 2 <PropertyGroup> 3 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> -
branches/eraser6/Eraser.sln
r297 r468 1 1 2 Microsoft Visual Studio Solution File, Format Version 9.00 3 # Visual Studio 2005 2 Microsoft Visual Studio Solution File, Format Version 10.00 3 # Visual Studio 2008 4 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4AA1FBC2-DA5C-4204-B152-B5929516DC48}" 5 ProjectSection(SolutionItems) = preProject 6 TODO.txt = TODO.txt 7 EndProjectSection 8 EndProject 4 9 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eraser", "Eraser\Eraser.csproj", "{A9884ABF-46E8-42C1-A30B-9A3DD6C38004}" 5 10 EndProject … … 9 14 EndProject 10 15 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefaultPlugins", "DefaultPlugins\DefaultPlugins.csproj", "{21752123-7BD7-4B44-B512-14A963C55FD8}" 11 EndProject12 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4AA1FBC2-DA5C-4204-B152-B5929516DC48}"13 ProjectSection(SolutionItems) = preProject14 TODO.txt = TODO.txt15 EndProjectSection16 16 EndProject 17 17 Global -
branches/eraser6/Eraser/Eraser.csproj
r432 r468 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion> 8.0.50727</ProductVersion>6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{A9884ABF-46E8-42C1-A30B-9A3DD6C38004}</ProjectGuid> … … 14 14 <FileAlignment>512</FileAlignment> 15 15 <ApplicationIcon>..\Resources\Eraser.ico</ApplicationIcon> 16 <PublishUrl>publish\</PublishUrl> 17 <Install>true</Install> 18 <InstallFrom>Disk</InstallFrom> 19 <UpdateEnabled>false</UpdateEnabled> 20 <UpdateMode>Foreground</UpdateMode> 21 <UpdateInterval>7</UpdateInterval> 22 <UpdateIntervalUnits>Days</UpdateIntervalUnits> 23 <UpdatePeriodically>false</UpdatePeriodically> 24 <UpdateRequired>false</UpdateRequired> 25 <MapFileExtensions>true</MapFileExtensions> 26 <ApplicationRevision>0</ApplicationRevision> 27 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 28 <IsWebBootstrapper>false</IsWebBootstrapper> 29 <UseApplicationTrust>false</UseApplicationTrust> 30 <BootstrapperEnabled>true</BootstrapperEnabled> 16 31 </PropertyGroup> 17 32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 264 279 </ProjectReference> 265 280 </ItemGroup> 281 <ItemGroup> 282 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 283 <Visible>False</Visible> 284 <ProductName>.NET Framework Client Profile</ProductName> 285 <Install>false</Install> 286 </BootstrapperPackage> 287 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> 288 <Visible>False</Visible> 289 <ProductName>.NET Framework 2.0 %28x86%29</ProductName> 290 <Install>false</Install> 291 </BootstrapperPackage> 292 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> 293 <Visible>False</Visible> 294 <ProductName>.NET Framework 3.0 %28x86%29</ProductName> 295 <Install>false</Install> 296 </BootstrapperPackage> 297 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> 298 <Visible>False</Visible> 299 <ProductName>.NET Framework 3.5</ProductName> 300 <Install>false</Install> 301 </BootstrapperPackage> 302 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 303 <Visible>False</Visible> 304 <ProductName>.NET Framework 3.5 SP1</ProductName> 305 <Install>true</Install> 306 </BootstrapperPackage> 307 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 308 <Visible>False</Visible> 309 <ProductName>Windows Installer 3.1</ProductName> 310 <Install>true</Install> 311 </BootstrapperPackage> 312 </ItemGroup> 266 313 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 267 314 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
branches/eraser6/Manager/Manager.csproj
r338 r468 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 2 2 <PropertyGroup> 3 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> -
branches/eraser6/Util/Util.csproj
r436 r468 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 2 2 <PropertyGroup> 3 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Note: See TracChangeset
for help on using the changeset viewer.
