Changeset 667
- Timestamp:
- 2010-06-10 11:43:03 (13 years ago)
- Location:
- 2010/23/vipaerpo
- Files:
-
- 85 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2010/23/vipaerpo/Pong/Pong.csproj
r506 r667 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> 2 3 <PropertyGroup> 3 4 <ProjectGuid>{02B9453B-65F1-4DCD-B02D-FB5C8AF287CA}</ProjectGuid> … … 30 31 <UseApplicationTrust>false</UseApplicationTrust> 31 32 <BootstrapperEnabled>true</BootstrapperEnabled> 33 <FileUpgradeFlags>40</FileUpgradeFlags> 34 <UpgradeBackupLocation>C:\MyTemp\vipaerpo\Pong1\Backup\</UpgradeBackupLocation> 35 <OldToolsVersion>4.0</OldToolsVersion> 32 36 </PropertyGroup> 33 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> -
2010/23/vipaerpo/Pong/Pong.sln
r506 r667 1 1 2 Microsoft Visual Studio Solution File, Format Version 1 0.003 # Visual Studio 20 082 Microsoft Visual Studio Solution File, Format Version 11.00 3 # Visual Studio 2010 4 4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pong", "Pong.csproj", "{02B9453B-65F1-4DCD-B02D-FB5C8AF287CA}" 5 5 EndProject … … 14 14 {02B9453B-65F1-4DCD-B02D-FB5C8AF287CA}.Release|x86.ActiveCfg = Release|x86 15 15 {02B9453B-65F1-4DCD-B02D-FB5C8AF287CA}.Release|x86.Build.0 = Release|x86 16 {FD796CC1-B976-4015-9091-EE4F7E1CDB84}.Debug|x86.ActiveCfg = Debug|x8617 {FD796CC1-B976-4015-9091-EE4F7E1CDB84}.Release|x86.ActiveCfg = Release|x8618 16 EndGlobalSection 19 17 GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset
for help on using the changeset viewer.