Skip to content

Commit

Permalink
ExService and Client Update
Browse files Browse the repository at this point in the history
  • Loading branch information
babaq committed Nov 2, 2009
1 parent 56d0c9c commit 5d08737
Show file tree
Hide file tree
Showing 71 changed files with 6,816 additions and 17,059 deletions.
66 changes: 61 additions & 5 deletions ExClient/ExClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,20 @@
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="app.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Include="Service References\ExService\service.wsdl" />
<None Include="Service References\ExService\service.xsd" />
<None Include="Service References\ExService\service1.xsd" />
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="Service References\ExConsole\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.svcmap</DependentUpon>
</Compile>
<Compile Include="Service References\ExService\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
Expand All @@ -97,16 +98,71 @@
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="Service References\ExConsole\Arrays.xsd" />
<None Include="Service References\ExConsole\Microsoft.Xna.Framework.Graphics.xsd" />
<None Include="Service References\ExConsole\Microsoft.Xna.Framework.xsd" />
<None Include="Service References\ExConsole\service.wsdl" />
<None Include="Service References\ExConsole\service.xsd" />
<None Include="Service References\ExConsole\service1.xsd" />
<None Include="Service References\ExConsole\StiLib.Core.xsd" />
<None Include="Service References\ExConsole\StiLib.Vision.xsd" />
</ItemGroup>
<ItemGroup>
<WCFMetadataStorage Include="Service References\ExConsole\" />
<WCFMetadataStorage Include="Service References\ExService\" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\ExConsole\configuration91.svcinfo" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\ExConsole\configuration.svcinfo" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\ExConsole\ExClient.ExConsole.BarPara.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ExConsole\ExClient.ExConsole.ExDesign.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ExConsole\ExClient.ExConsole.GratingPara.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ExConsole\ExClient.ExConsole.PrimitivePara.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ExConsole\Reference.svcmap">
<Generator>WCF Proxy Generator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
<None Include="Service References\ExService\Arrays.xsd" />
<None Include="Service References\ExService\Microsoft.Xna.Framework.Graphics.xsd" />
<None Include="Service References\ExService\Microsoft.Xna.Framework.xsd" />
<None Include="Service References\ExService\service.wsdl" />
<None Include="Service References\ExService\service.xsd" />
<None Include="Service References\ExService\service1.xsd" />
<None Include="Service References\ExService\StiLib.Core.xsd" />
<None Include="Service References\ExService\StiLib.Vision.xsd" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\ExService\configuration91.svcinfo" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\ExService\configuration.svcinfo" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\ExService\Arrays.xsd" />
<None Include="Service References\ExService\ExClient.ExService.BarPara.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ExService\ExClient.ExService.ExDesign.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ExService\ExClient.ExService.GratingPara.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ExService\ExClient.ExService.PrimitivePara.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ExService\Reference.svcmap">
<Generator>WCF Proxy Generator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
Expand Down
Binary file modified ExClient/ExClient.suo
Binary file not shown.
121 changes: 103 additions & 18 deletions ExClient/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5d08737

Please sign in to comment.