<?xml version="1.0" encoding="utf-8" ?>
<ServiceManifest Name="SDNAPI" Version="10.1.8" xmlns="http://schemas.microsoft.com/2011/01/fabric" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Description>Service that exposes REST APIs</Description>
  <ServiceTypes>
    <StatefulServiceType  ServiceTypeName="ApiService" HasPersistedState="true" />
  </ServiceTypes>
  <CodePackage Name="Code" Version="10.1.8">
    <SetupEntryPoint>
      <ExeHost>
        <Program>SDNSetup.exe</Program>
      </ExeHost>
    </SetupEntryPoint>
    <EntryPoint>
      <ExeHost>
        <Program>SDNAPI.exe</Program>
      </ExeHost>
    </EntryPoint>
  </CodePackage>
  <ConfigPackage Name="Config" Version="10.1.8" />
  <Resources>
  </Resources>
</ServiceManifest>
