ServiceManager.csproj 6.0 KB
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{C1EE4B7B-9313-4C5D-B0A8-5A890CDD4B8A}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>ServiceManager</RootNamespace>
    <AssemblyName>Contamination Explorer Server</AssemblyName>
    <SccProjectName>
    </SccProjectName>
    <SccLocalPath>
    </SccLocalPath>
    <SccAuxPath>
    </SccAuxPath>
    <SccProvider>
    </SccProvider>
    <ApplicationIcon>Server.ico</ApplicationIcon>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="IWshRuntimeLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=542ca56ffb3ce59f">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>.\IWshRuntimeLibrary.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.configuration" />
    <Reference Include="System.Configuration.Install" />
    <Reference Include="System.Data" />
    <Reference Include="System.Deployment" />
    <Reference Include="System.Design" />
    <Reference Include="System.DirectoryServices" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Management" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AutoStart.cs" />
    <Compile Include="BrowseForFolderClass.cs" />
    <Compile Include="CreateDBStruct.cs" />
    <Compile Include="FrmAbout.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmAbout.Designer.cs">
      <DependentUpon>FrmAbout.cs</DependentUpon>
    </Compile>
    <Compile Include="FrmBase.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmBase.Designer.cs">
      <DependentUpon>FrmBase.cs</DependentUpon>
    </Compile>
    <Compile Include="FrmOptionSet.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmOptionSet.Designer.cs">
      <DependentUpon>FrmOptionSet.cs</DependentUpon>
    </Compile>
    <Compile Include="FrmServiceManager.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmServiceManager.Designer.cs">
      <DependentUpon>FrmServiceManager.cs</DependentUpon>
    </Compile>
    <Compile Include="IISManager.cs" />
    <Compile Include="Licence.cs" />
    <Compile Include="MachineConfiguration.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <EmbeddedResource Include="FrmAbout.resx">
      <SubType>Designer</SubType>
      <DependentUpon>FrmAbout.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmBase.resx">
      <SubType>Designer</SubType>
      <DependentUpon>FrmBase.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmOptionSet.resx">
      <DependentUpon>FrmOptionSet.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmServiceManager.resx">
      <SubType>Designer</SubType>
      <DependentUpon>FrmServiceManager.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
      <DesignTime>True</DesignTime>
    </Compile>
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
    <Compile Include="ServiceManagerInstaller.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="ServiceManagerInstaller.Designer.cs">
      <DependentUpon>ServiceManagerInstaller.cs</DependentUpon>
    </Compile>
    <Compile Include="WebConfig.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="icon_start32.ico" />
    <None Include="icon_pause32.ico" />
    <None Include="icon_stop32.ico" />
    <None Include="logo_pause64.gif" />
    <None Include="logo_start64.gif" />
    <None Include="logo_stop64.gif" />
    <Content Include="DiskSerialNo.dll">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="Server.ico" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Comm\Comm.csproj">
      <Project>{FBB18F60-7DCB-4A38-9E76-E67DF0DE8D06}</Project>
      <Name>Comm</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>