Changeset 906
- Timestamp:
- 10/09/08 08:44:02 (3 months ago)
- Files:
-
- 1 modified
-
trunk/csharp/HelloWorldLAS/HelloWorldLAS.csproj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/csharp/HelloWorldLAS/HelloWorldLAS.csproj
r870 r906 29 29 </PropertyGroup> 30 30 <ItemGroup> 31 <Reference Include="System" /> 32 <Reference Include="System.Data" /> 33 <Reference Include="System.Xml" /> 34 </ItemGroup> 35 <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 36 <Reference Include="dotnetLibLAS, Version=0.2.0.0, Culture=neutral, PublicKeyToken=05e1a48fbbf076e0, processorArchitecture=MSIL"> 37 <SpecificVersion>False</SpecificVersion> 38 <HintPath>..\dotnetLibLAS\bin\Debug\dotnetLibLAS.dll</HintPath> 39 </Reference> 40 </ItemGroup> 41 <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 31 42 <Reference Include="dotnetLibLAS, Version=0.2.0.0, Culture=neutral, PublicKeyToken=05e1a48fbbf076e0, processorArchitecture=MSIL"> 32 43 <SpecificVersion>False</SpecificVersion> 33 44 <HintPath>..\dotnetLibLAS\bin\Release\dotnetLibLAS.dll</HintPath> 34 45 </Reference> 35 <Reference Include="System" />36 <Reference Include="System.Data" />37 <Reference Include="System.Xml" />38 46 </ItemGroup> 39 47 <ItemGroup>
