Misc.csproj 5.4 KB
Newer Older
潘栩锋's avatar
潘栩锋 committed
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
潘栩锋's avatar
潘栩锋 committed
3 4 5 6 7 8 9 10 11 12
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>9.0.21022</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{5EE61AC6-5269-4F0F-B8FA-4334FE4A678F}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Misc</RootNamespace>
    <AssemblyName>MISC</AssemblyName>
13
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
潘栩锋's avatar
潘栩锋 committed
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
    <FileAlignment>512</FileAlignment>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
    <OldToolsVersion>3.5</OldToolsVersion>
    <PublishUrl>publish\</PublishUrl>
    <Install>true</Install>
    <InstallFrom>Disk</InstallFrom>
    <UpdateEnabled>false</UpdateEnabled>
    <UpdateMode>Foreground</UpdateMode>
    <UpdateInterval>7</UpdateInterval>
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    <UpdatePeriodically>false</UpdatePeriodically>
    <UpdateRequired>false</UpdateRequired>
    <MapFileExtensions>true</MapFileExtensions>
    <ApplicationRevision>0</ApplicationRevision>
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    <IsWebBootstrapper>false</IsWebBootstrapper>
    <UseApplicationTrust>false</UseApplicationTrust>
    <BootstrapperEnabled>true</BootstrapperEnabled>
    <TargetFrameworkProfile />
潘栩锋's avatar
潘栩锋 committed
36 37
    <NuGetPackageImportStamp>
    </NuGetPackageImportStamp>
潘栩锋's avatar
潘栩锋 committed
38 39 40 41 42 43 44 45 46 47 48
  </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>
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    <DocumentationFile>bin\Debug\MISC.XML</DocumentationFile>
49
    <Prefer32Bit>false</Prefer32Bit>
潘栩锋's avatar
潘栩锋 committed
50 51 52 53 54 55 56 57 58
  </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>
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59
    <Prefer32Bit>false</Prefer32Bit>
潘栩锋's avatar
潘栩锋 committed
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
  </PropertyGroup>
  <PropertyGroup>
    <StartupObject>
    </StartupObject>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Core">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Data" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="WindowsBase" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="BackupFile.cs" />
    <Compile Include="common.cs" />
    <Compile Include="Conventer.cs" />
    <Compile Include="CRC.cs" />
    <Compile Include="DATARANGE.cs" />
83
    <Compile Include="Enumerable.cs" />
潘栩锋's avatar
1  
潘栩锋 committed
84
    <Compile Include="IgnoreAttribute.cs" />
潘栩锋's avatar
潘栩锋 committed
85
    <Compile Include="ParamDictionary.cs" />
86
    <Compile Include="IPEndPointJsonConverter.cs" />
潘栩锋's avatar
潘栩锋 committed
87
    <Compile Include="IsErrorAttribute.cs" />
潘栩锋's avatar
潘栩锋 committed
88 89 90
    <Compile Include="PropertiesManager.cs" />
    <Compile Include="PropertyBinding.cs" />
    <Compile Include="Range.cs" />
91
    <Compile Include="RangeF.cs" />
潘栩锋's avatar
潘栩锋 committed
92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
    <Compile Include="RList.cs" />
    <Compile Include="SaveToXmlHepler.cs" />
    <Compile Include="StringConverter.cs" />
    <Compile Include="MyBase.cs" />
    <Compile Include="MyMath.cs" />
    <Compile Include="Reverser.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Ver.cs" />
  </ItemGroup>
  <ItemGroup>
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
      <Visible>False</Visible>
      <ProductName>Windows Installer 3.1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
  </ItemGroup>
  <ItemGroup>
    <None Include="..\版本说明.txt" />
潘栩锋's avatar
潘栩锋 committed
120 121 122 123 124
  </ItemGroup>
  <ItemGroup>
    <Content Include="FodyWeavers.xml">
      <SubType>Designer</SubType>
    </Content>
潘栩锋's avatar
潘栩锋 committed
125
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
126
  <ItemGroup>
潘栩锋's avatar
潘栩锋 committed
127

潘栩锋's avatar
潘栩锋 committed
128
    <PackageReference Include="Newtonsoft.Json">
潘栩锋's avatar
潘栩锋 committed
129
      <Version>12.0.3</Version>
潘栩锋's avatar
潘栩锋 committed
130 131
    </PackageReference>
    <PackageReference Include="PropertyChanged.Fody">
潘栩锋's avatar
潘栩锋 committed
132
      <Version>3.2.5</Version>
潘栩锋's avatar
潘栩锋 committed
133 134
    </PackageReference>
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
135

潘栩锋's avatar
潘栩锋 committed
136 137 138 139 140 141 142 143 144
  <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>