You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

shadowsocks-csharp.csproj 3.8 kB

12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{8C02D2F7-7CDB-4D55-9F25-CD03EF4AA062}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>shadowsocks_csharp</RootNamespace>
  12. <AssemblyName>shadowsocks-csharp</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <StartupObject>
  16. </StartupObject>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Core">
  38. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  39. </Reference>
  40. <Reference Include="System.Xml.Linq">
  41. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  42. </Reference>
  43. <Reference Include="System.Data.DataSetExtensions">
  44. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  45. </Reference>
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Deployment" />
  48. <Reference Include="System.Drawing" />
  49. <Reference Include="System.Windows.Forms" />
  50. <Reference Include="System.Xml" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="Encryptor.cs" />
  54. <Compile Include="Form1.cs">
  55. <SubType>Form</SubType>
  56. </Compile>
  57. <Compile Include="Form1.Designer.cs">
  58. <DependentUpon>Form1.cs</DependentUpon>
  59. </Compile>
  60. <Compile Include="Local.cs" />
  61. <Compile Include="Program.cs" />
  62. <Compile Include="Properties\AssemblyInfo.cs" />
  63. <EmbeddedResource Include="Properties\Resources.resx">
  64. <Generator>ResXFileCodeGenerator</Generator>
  65. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  66. <SubType>Designer</SubType>
  67. </EmbeddedResource>
  68. <Compile Include="Properties\Resources.Designer.cs">
  69. <AutoGen>True</AutoGen>
  70. <DependentUpon>Resources.resx</DependentUpon>
  71. </Compile>
  72. <None Include="Properties\Settings.settings">
  73. <Generator>SettingsSingleFileGenerator</Generator>
  74. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  75. </None>
  76. <Compile Include="Properties\Settings.Designer.cs">
  77. <AutoGen>True</AutoGen>
  78. <DependentUpon>Settings.settings</DependentUpon>
  79. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  80. </Compile>
  81. <Compile Include="Test.cs" />
  82. </ItemGroup>
  83. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  84. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  85. Other similar extension points exist, see Microsoft.Common.targets.
  86. <Target Name="BeforeBuild">
  87. </Target>
  88. <Target Name="AfterBuild">
  89. </Target>
  90. -->
  91. </Project>

No Description

Contributors (1)