/Katmai_August2008_RTM/HelloWorld_CLR/HelloWorldClient/cs/HelloWorldClient/HelloWorldClient.csproj
MSBuild | 68 lines | 68 code | 0 blank | 0 comment | 0 complexity | dfd5534389c206e58a77d89011af07f0 MD5 | raw file
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 <PropertyGroup> 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <ProductVersion>8.0.50727</ProductVersion> 6 <SchemaVersion>2.0</SchemaVersion> 7 <ProjectGuid>{C382C134-4095-4BF4-A875-3CA1576E4117}</ProjectGuid> 8 <OutputType>Exe</OutputType> 9 <RootNamespace>Microsoft.Samples.SqlServer</RootNamespace> 10 <AssemblyName>HelloWorldClient</AssemblyName> 11 <WarningLevel>4</WarningLevel> 12 <SignAssembly>true</SignAssembly> 13 <AssemblyOriginatorKeyFile>..\..\..\..\..\..\SampleKey.snk</AssemblyOriginatorKeyFile> 14 </PropertyGroup> 15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 16 <DebugSymbols>true</DebugSymbols> 17 <DebugType>full</DebugType> 18 <Optimize>false</Optimize> 19 <OutputPath>bin\Debug\</OutputPath> 20 <DefineConstants>DEBUG;TRACE</DefineConstants> 21 </PropertyGroup> 22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 23 <DebugSymbols>false</DebugSymbols> 24 <Optimize>true</Optimize> 25 <OutputPath>.\bin\Release\</OutputPath> 26 <DefineConstants>TRACE</DefineConstants> 27 </PropertyGroup> 28 <ItemGroup> 29 <Reference Include="System" /> 30 <Reference Include="System.Data" /> 31 <Reference Include="System.Xml" /> 32 </ItemGroup> 33 <ItemGroup> 34 <Compile Include="HelloWorldClient.cs" /> 35 <Compile Include="Properties\AssemblyInfo.cs" /> 36 <EmbeddedResource Include="Properties\Resources.resx"> 37 <Generator>ResXFileCodeGenerator</Generator> 38 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 39 </EmbeddedResource> 40 <Compile Include="Properties\Resources.Designer.cs"> 41 <AutoGen>True</AutoGen> 42 <DesignTime>True</DesignTime> 43 <DependentUpon>Resources.resx</DependentUpon> 44 </Compile> 45 <Compile Include="Properties\Settings.Designer.cs"> 46 <AutoGen>True</AutoGen> 47 <DesignTimeSharedInput>True</DesignTimeSharedInput> 48 <DependentUpon>Settings.settings</DependentUpon> 49 </Compile> 50 <None Include="..\..\..\..\..\..\SampleKey.snk"> 51 <Link>SampleKey.snk</Link> 52 </None> 53 <None Include="app.config" /> 54 <None Include="Properties\Settings.settings"> 55 <Generator>SettingsSingleFileGenerator</Generator> 56 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 57 </None> 58 <AppDesigner Include="Properties\" /> 59 </ItemGroup> 60 <ItemGroup> 61 <ProjectReference Include="..\..\..\..\ServiceBrokerInterface\cs\ServiceBrokerInterface\ServiceBrokerInterface.csproj"> 62 <Project>{00683377-A75F-47EB-8934-1484D6480877}</Project> 63 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> 64 <Name>ServiceBrokerInterface</Name> 65 </ProjectReference> 66 </ItemGroup> 67 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> 68</Project>