Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/30/09 15:01:30 (15 years ago)
Author:
svonolfe
Message:

Finished security server (#537)

Location:
trunk/sources/HeuristicLab.Security.Server
Files:
2 added
1 deleted
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Security.Server/3.2/HeuristicLab.Security.Server-3.2.csproj

    r1713 r1724  
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     15    <SignAssembly>true</SignAssembly>
     16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    1517  </PropertyGroup>
    1618  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    5153  </ItemGroup>
    5254  <ItemGroup>
     55    <Compile Include="Properties\AssemblyInfo.cs" />
    5356    <Compile Include="SecurityServer.cs">
    5457      <SubType>Form</SubType>
     
    5861    </Compile>
    5962    <Compile Include="SecurityServerApplication.cs" />
    60     <Compile Include="Properties\AssemblyInfo.cs" />
    6163    <Compile Include="SecurityServerPlugin.cs" />
    6264  </ItemGroup>
     
    7678    </EmbeddedResource>
    7779  </ItemGroup>
     80  <ItemGroup>
     81    <None Include="HeuristicLab.snk" />
     82    <None Include="Properties\AssemblyInfo.frame" />
     83  </ItemGroup>
    7884  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    7985  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
     
    8490  </Target>
    8591  -->
     92  <PropertyGroup>
     93    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     94set ProjectDir=$(ProjectDir)
     95set SolutionDir=$(SolutionDir)
     96set Outdir=$(Outdir)
     97
     98call PreBuildEvent.cmd</PreBuildEvent>
     99  </PropertyGroup>
    86100</Project>
Note: See TracChangeset for help on using the changeset viewer.