Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/08/11 14:39:29 (14 years ago)
Author:
mjesner
Message:

#1196

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UserManagement/HeuristicLab.Services.Authentication.TestClient2/HeuristicLab.Services.Authentication.TestClient2.csproj

    r4983 r5257  
    1414    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
    1515    <FileAlignment>512</FileAlignment>
     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>
    1631  </PropertyGroup>
    1732  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    3853  </PropertyGroup>
    3954  <ItemGroup>
     55    <Reference Include="HeuristicLab.Collections-3.3">
     56      <HintPath>..\HeuristicLab.Collections-3.3.dll</HintPath>
     57    </Reference>
     58    <Reference Include="HeuristicLab.Common-3.3">
     59      <HintPath>..\HeuristicLab.Common-3.3.dll</HintPath>
     60    </Reference>
     61    <Reference Include="HeuristicLab.Core-3.3">
     62      <HintPath>..\HeuristicLab.Core-3.3.dll</HintPath>
     63    </Reference>
    4064    <Reference Include="System" />
    4165    <Reference Include="System.Core" />
     
    5175  </ItemGroup>
    5276  <ItemGroup>
    53     <Compile Include="Form1.cs">
    54       <SubType>Form</SubType>
    55     </Compile>
    56     <Compile Include="Form1.Designer.cs">
    57       <DependentUpon>Form1.cs</DependentUpon>
    58     </Compile>
    5977    <Compile Include="Program.cs" />
    6078    <Compile Include="Properties\AssemblyInfo.cs" />
     79    <Compile Include="Properties\Resources.Designer.cs">
     80      <AutoGen>True</AutoGen>
     81      <DesignTime>True</DesignTime>
     82      <DependentUpon>Resources.resx</DependentUpon>
     83    </Compile>
    6184    <Compile Include="UserManagement.cs">
    6285      <SubType>Form</SubType>
     
    81104  </ItemGroup>
    82105  <ItemGroup>
    83     <EmbeddedResource Include="Form1.resx">
    84       <DependentUpon>Form1.cs</DependentUpon>
     106    <EmbeddedResource Include="Properties\Resources.resx">
     107      <Generator>ResXFileCodeGenerator</Generator>
     108      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    85109    </EmbeddedResource>
    86110    <EmbeddedResource Include="UserManagement.resx">
     
    98122    <WCFMetadata Include="Service References\" />
    99123  </ItemGroup>
     124  <ItemGroup>
     125    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
     126      <Visible>False</Visible>
     127      <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
     128      <Install>true</Install>
     129    </BootstrapperPackage>
     130    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     131      <Visible>False</Visible>
     132      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     133      <Install>false</Install>
     134    </BootstrapperPackage>
     135    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     136      <Visible>False</Visible>
     137      <ProductName>.NET Framework 3.5 SP1</ProductName>
     138      <Install>false</Install>
     139    </BootstrapperPackage>
     140    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     141      <Visible>False</Visible>
     142      <ProductName>Windows Installer 3.1</ProductName>
     143      <Install>true</Install>
     144    </BootstrapperPackage>
     145  </ItemGroup>
    100146  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    101147  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.