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