A fork of Eusth's IPA
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.

104 lines
4.8KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{D1390268-F68B-4A55-B50D-EAD25756C8EF}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>QuietLauncher</RootNamespace>
  11. <AssemblyName>Launcher</AssemblyName>
  12. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  36. <HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net35\Mono.Cecil.dll</HintPath>
  37. <Private>True</Private>
  38. </Reference>
  39. <Reference Include="Mono.Cecil.Mdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net35\Mono.Cecil.Mdb.dll</HintPath>
  41. <Private>False</Private>
  42. </Reference>
  43. <Reference Include="Mono.Cecil.Pdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  44. <HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net35\Mono.Cecil.Pdb.dll</HintPath>
  45. <Private>False</Private>
  46. </Reference>
  47. <Reference Include="Mono.Cecil.Rocks, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net35\Mono.Cecil.Rocks.dll</HintPath>
  49. <Private>False</Private>
  50. </Reference>
  51. <Reference Include="System" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Deployment" />
  57. <Reference Include="System.Drawing" />
  58. <Reference Include="System.Windows.Forms" />
  59. <Reference Include="System.Xml" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="Program.cs" />
  63. <Compile Include="Properties\AssemblyInfo.cs" />
  64. <Compile Include="Resources.Designer.cs">
  65. <AutoGen>True</AutoGen>
  66. <DesignTime>True</DesignTime>
  67. <DependentUpon>Resources.resx</DependentUpon>
  68. </Compile>
  69. <EmbeddedResource Include="Properties\Resources.resx">
  70. <Generator>ResXFileCodeGenerator</Generator>
  71. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  72. <SubType>Designer</SubType>
  73. </EmbeddedResource>
  74. <Compile Include="Properties\Resources.Designer.cs">
  75. <AutoGen>True</AutoGen>
  76. <DependentUpon>Resources.resx</DependentUpon>
  77. </Compile>
  78. <EmbeddedResource Include="Resources.resx">
  79. <Generator>ResXFileCodeGenerator</Generator>
  80. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  81. </EmbeddedResource>
  82. <None Include="packages.config" />
  83. <None Include="Properties\Settings.settings">
  84. <Generator>SettingsSingleFileGenerator</Generator>
  85. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  86. </None>
  87. <Compile Include="Properties\Settings.Designer.cs">
  88. <AutoGen>True</AutoGen>
  89. <DependentUpon>Settings.settings</DependentUpon>
  90. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  91. </Compile>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <None Include="Resources\DirectToRift.exe" />
  95. </ItemGroup>
  96. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  97. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  98. Other similar extension points exist, see Microsoft.Common.targets.
  99. <Target Name="BeforeBuild">
  100. </Target>
  101. <Target Name="AfterBuild">
  102. </Target>
  103. -->
  104. </Project>