- Timestamp:
- 11/27/08 17:23:27 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/HeuristicLab.Hive.Server.Core.csproj
r845 r846 54 54 <Compile Include="DbTestApp.cs" /> 55 55 <Compile Include="HiveServerCorePlugin.cs" /> 56 <Compile Include="HiveServerMessages.Designer.cs">57 <AutoGen>True</AutoGen>58 <DesignTime>True</DesignTime>59 <DependentUpon>HiveServerMessages.resx</DependentUpon>60 </Compile>61 56 <Compile Include="InternalInterfaces\DataAccess\IClientAdapter.cs" /> 62 57 <Compile Include="InternalInterfaces\DataAccess\IPermissionOwnerAdapter.cs" /> … … 67 62 <Compile Include="ServerConsoleFacade.cs" /> 68 63 <Compile Include="ServiceLocator.cs" /> 69 <Compile Include="Settings.cs" />70 64 <Compile Include="UserRoleManager.cs" /> 71 65 </ItemGroup> 72 66 <ItemGroup> 73 <None Include="app.config" />74 67 <None Include="HeuristicLab.snk" /> 75 68 <None Include="Properties\AssemblyInfo.frame" /> … … 89 82 </ProjectReference> 90 83 </ItemGroup> 91 <ItemGroup>92 <EmbeddedResource Include="HiveServerMessages.resx">93 <Generator>ResXFileCodeGenerator</Generator>94 <LastGenOutput>HiveServerMessages.Designer.cs</LastGenOutput>95 </EmbeddedResource>96 </ItemGroup>97 84 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 98 85 <!-- 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.