You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
118 lines
4.6 KiB
118 lines
4.6 KiB
3 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||
|
<ProductVersion>8.0.30703</ProductVersion>
|
||
|
<SchemaVersion>2.0</SchemaVersion>
|
||
|
<ProjectGuid>{7A9CCBC9-CD6C-4521-93D8-BB4D5EEF44E9}</ProjectGuid>
|
||
|
<OutputType>WinExe</OutputType>
|
||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||
|
<RootNamespace>Stone.WinService</RootNamespace>
|
||
|
<AssemblyName>Stone.WinService</AssemblyName>
|
||
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
||
|
<FileAlignment>512</FileAlignment>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||
|
<PlatformTarget>x86</PlatformTarget>
|
||
|
<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|x86' ">
|
||
|
<PlatformTarget>x86</PlatformTarget>
|
||
|
<DebugType>pdbonly</DebugType>
|
||
|
<Optimize>true</Optimize>
|
||
|
<OutputPath>bin\Release\</OutputPath>
|
||
|
<DefineConstants>TRACE</DefineConstants>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<Reference Include="Gm_WMS.DataAccess.DataService">
|
||
|
<HintPath>..\Stone.Common.Dlls\Gm_WMS.DataAccess.DataService.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="Stone.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
|
||
|
<SpecificVersion>False</SpecificVersion>
|
||
|
<HintPath>..\..\..\..\公用组件\Stone.Common.Dlls\Stone.Common.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="Stone.User">
|
||
|
<HintPath>..\Stone.Common.Dlls\Stone.User.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="System" />
|
||
|
<Reference Include="System.Configuration.Install" />
|
||
|
<Reference Include="System.Core" />
|
||
|
<Reference Include="System.Drawing" />
|
||
|
<Reference Include="System.Management" />
|
||
|
<Reference Include="System.Windows.Forms" />
|
||
|
<Reference Include="System.Xml.Linq" />
|
||
|
<Reference Include="System.Data.DataSetExtensions" />
|
||
|
<Reference Include="Microsoft.CSharp" />
|
||
|
<Reference Include="System.Data" />
|
||
|
<Reference Include="System.ServiceProcess" />
|
||
|
<Reference Include="System.Xml" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="frmTest.cs">
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="frmTest.Designer.cs">
|
||
|
<DependentUpon>frmTest.cs</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="Installer1.cs">
|
||
|
<SubType>Component</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="Installer1.Designer.cs">
|
||
|
<DependentUpon>Installer1.cs</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="Service1.cs">
|
||
|
<SubType>Component</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="Service1.Designer.cs">
|
||
|
<DependentUpon>Service1.cs</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="Program.cs" />
|
||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<EmbeddedResource Include="frmTest.resx">
|
||
|
<DependentUpon>frmTest.cs</DependentUpon>
|
||
|
</EmbeddedResource>
|
||
|
<EmbeddedResource Include="Installer1.resx">
|
||
|
<DependentUpon>Installer1.cs</DependentUpon>
|
||
|
</EmbeddedResource>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<None Include="Stone.WinService.Install.exe.config">
|
||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||
|
</None>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Content Include="Stone.WinForm.xml">
|
||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||
|
<SubType>Designer</SubType>
|
||
|
</Content>
|
||
|
<Content Include="Stone.WinService.Install.exe">
|
||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||
|
</Content>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\Stone.WinBiz\Stone.WinBiz.csproj">
|
||
|
<Project>{A4CC88EE-3F2A-43C4-90AB-3CF59F6EE580}</Project>
|
||
|
<Name>Stone.WinBiz</Name>
|
||
|
</ProjectReference>
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(MSBuildToolsPath)\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>
|