Changeset 5764 for branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost
- Timestamp:
- 03/19/11 11:10:08 (14 years ago)
- Location:
- branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj
r5763 r5764 80 80 <Compile Include="PluginLib\PluginViewEngine.cs" /> 81 81 <Compile Include="Properties\AssemblyInfo.cs" /> 82 <Compile Include="Service References\OKBAdministrationService\Reference.cs">83 <AutoGen>True</AutoGen>84 <DesignTime>True</DesignTime>85 <DependentUpon>Reference.svcmap</DependentUpon>86 </Compile>87 82 </ItemGroup> 88 83 <ItemGroup> … … 95 90 <Content Include="Global.asax" /> 96 91 <Content Include="Scripts\lbAlgorithmClassOnClick.js" /> 97 <None Include="Service References\OKBAdministrationService\AdministrationService.disco" />98 <None Include="Service References\OKBAdministrationService\configuration91.svcinfo" />99 <None Include="Service References\OKBAdministrationService\configuration.svcinfo" />100 <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.Algorithm.datasource">101 <DependentUpon>Reference.svcmap</DependentUpon>102 </None>103 <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.AlgorithmClass.datasource">104 <DependentUpon>Reference.svcmap</DependentUpon>105 </None>106 <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.Platform.datasource">107 <DependentUpon>Reference.svcmap</DependentUpon>108 </None>109 <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.Problem.datasource">110 <DependentUpon>Reference.svcmap</DependentUpon>111 </None>112 <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.ProblemClass.datasource">113 <DependentUpon>Reference.svcmap</DependentUpon>114 </None>115 <None Include="Service References\OKBAdministrationService\Reference.svcmap">116 <Generator>WCF Proxy Generator</Generator>117 <LastGenOutput>Reference.cs</LastGenOutput>118 </None>119 92 <Content Include="Views\ServicePrototype\Index.aspx" /> 120 93 <Content Include="Web.config"> … … 151 124 <Content Include="Views\Shared\Site.Master" /> 152 125 <Content Include="Views\Web.config" /> 153 <None Include="Service References\OKBAdministrationService\AdministrationService.wsdl" />154 <None Include="Service References\OKBAdministrationService\AdministrationService1.xsd">155 <SubType>Designer</SubType>156 </None>157 <None Include="Service References\OKBAdministrationService\AdministrationService2.xsd">158 <SubType>Designer</SubType>159 </None>160 <None Include="Service References\OKBAdministrationService\AdministrationService3.xsd">161 <SubType>Designer</SubType>162 </None>163 126 </ItemGroup> 164 127 <ItemGroup> … … 168 131 <ItemGroup> 169 132 <WCFMetadata Include="Service References\" /> 170 </ItemGroup>171 <ItemGroup>172 <WCFMetadataStorage Include="Service References\OKBAdministrationService\" />173 </ItemGroup>174 <ItemGroup>175 <None Include="Service References\OKBAdministrationService\AdministrationService.xsd">176 <SubType>Designer</SubType>177 </None>178 133 </ItemGroup> 179 134 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> -
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Web.config
r5763 r5764 124 124 algorithmSuite="Default" /> 125 125 </security> 126 </binding> 126 </binding> 127 127 </wsHttpBinding> 128 128 </bindings> … … 134 134 <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" /> 135 135 </identity> 136 </endpoint> 136 </endpoint> 137 137 </client> 138 138 </system.serviceModel>
Note: See TracChangeset
for help on using the changeset viewer.