CurveControl.csproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{C2A845A6-EF89-4D81-9C77-269BFDC5759F}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Xna.Tools</RootNamespace>
  12. <AssemblyName>CurveControl</AssemblyName>
  13. <FileUpgradeFlags>
  14. </FileUpgradeFlags>
  15. <UpgradeBackupLocation>
  16. </UpgradeBackupLocation>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <IsWebBootstrapper>false</IsWebBootstrapper>
  19. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  20. <PublishUrl>publish\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. <TargetFrameworkProfile>
  35. </TargetFrameworkProfile>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>false</Optimize>
  41. <OutputPath>bin\Debug\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <UseVSHostingProcess>false</UseVSHostingProcess>
  46. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  49. <DebugType>pdbonly</DebugType>
  50. <Optimize>true</Optimize>
  51. <OutputPath>bin\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. <UseVSHostingProcess>false</UseVSHostingProcess>
  56. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  57. </PropertyGroup>
  58. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  59. <DebugSymbols>true</DebugSymbols>
  60. <OutputPath>bin\x86\Debug\</OutputPath>
  61. <DefineConstants>DEBUG;TRACE</DefineConstants>
  62. <DebugType>full</DebugType>
  63. <PlatformTarget>x86</PlatformTarget>
  64. <CodeAnalysisRuleAssemblies>
  65. </CodeAnalysisRuleAssemblies>
  66. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  67. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  68. <UseVSHostingProcess>false</UseVSHostingProcess>
  69. <ErrorReport>prompt</ErrorReport>
  70. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  71. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  72. </PropertyGroup>
  73. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  74. <OutputPath>bin\x86\Release\</OutputPath>
  75. <DefineConstants>TRACE</DefineConstants>
  76. <Optimize>true</Optimize>
  77. <DebugType>pdbonly</DebugType>
  78. <PlatformTarget>x86</PlatformTarget>
  79. <CodeAnalysisRuleAssemblies>
  80. </CodeAnalysisRuleAssemblies>
  81. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  82. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  83. <UseVSHostingProcess>false</UseVSHostingProcess>
  84. <ErrorReport>prompt</ErrorReport>
  85. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  86. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  87. </PropertyGroup>
  88. <ItemGroup>
  89. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  90. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  91. <Reference Include="System" />
  92. <Reference Include="System.Core">
  93. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  94. </Reference>
  95. <Reference Include="System.Data" />
  96. <Reference Include="System.Drawing" />
  97. <Reference Include="System.Windows.Forms" />
  98. <Reference Include="System.Xml" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Compile Include="AppContainer.cs" />
  102. <Compile Include="CommandHistory.cs" />
  103. <Compile Include="CommandCollection.cs" />
  104. <Compile Include="CommonState.cs" />
  105. <Compile Include="CurveControl.cs">
  106. <SubType>UserControl</SubType>
  107. </Compile>
  108. <Compile Include="CurveControl.designer.cs">
  109. <DependentUpon>CurveControl.cs</DependentUpon>
  110. </Compile>
  111. <Compile Include="CurveControlCommands.cs" />
  112. <Compile Include="CurveControlResources.Designer.cs">
  113. <AutoGen>True</AutoGen>
  114. <DesignTime>True</DesignTime>
  115. <DependentUpon>CurveControlResources.resx</DependentUpon>
  116. </Compile>
  117. <Compile Include="EditCurve.cs" />
  118. <Compile Include="EditCurveCollection.cs" />
  119. <Compile Include="EditCurveKey.cs" />
  120. <Compile Include="EditCurveKeyCollection.cs" />
  121. <Compile Include="EditCurveKeySelection.cs" />
  122. <Compile Include="EditCurveState.cs" />
  123. <Compile Include="Enumerations.cs" />
  124. <Compile Include="GridControl.cs">
  125. <SubType>UserControl</SubType>
  126. </Compile>
  127. <Compile Include="GridControl.designer.cs">
  128. <DependentUpon>GridControl.cs</DependentUpon>
  129. </Compile>
  130. <Compile Include="ICommand.cs" />
  131. <Compile Include="NativeMethods.cs" />
  132. <Compile Include="Properties\AssemblyInfo.cs" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <EmbeddedResource Include="CurveControl.resx">
  136. <DependentUpon>CurveControl.cs</DependentUpon>
  137. <SubType>Designer</SubType>
  138. </EmbeddedResource>
  139. <EmbeddedResource Include="CurveControlResources.resx">
  140. <SubType>Designer</SubType>
  141. <Generator>ResXFileCodeGenerator</Generator>
  142. <LastGenOutput>CurveControlResources.Designer.cs</LastGenOutput>
  143. </EmbeddedResource>
  144. <EmbeddedResource Include="GridControl.resx">
  145. <DependentUpon>GridControl.cs</DependentUpon>
  146. <SubType>Designer</SubType>
  147. </EmbeddedResource>
  148. </ItemGroup>
  149. <ItemGroup>
  150. <None Include="Resources\AddCursor.cur" />
  151. </ItemGroup>
  152. <ItemGroup>
  153. <None Include="Resources\AddKeyImage.png" />
  154. </ItemGroup>
  155. <ItemGroup>
  156. <None Include="Resources\MoveImage.png" />
  157. </ItemGroup>
  158. <ItemGroup>
  159. <None Include="Resources\MoveKeyImage.png" />
  160. </ItemGroup>
  161. <ItemGroup>
  162. <None Include="Resources\PanCursor.cur" />
  163. </ItemGroup>
  164. <ItemGroup>
  165. <None Include="Resources\PanImage.png" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <None Include="Resources\SelectCursor.cur" />
  169. </ItemGroup>
  170. <ItemGroup>
  171. <None Include="Resources\ZoomCursor.cur" />
  172. </ItemGroup>
  173. <ItemGroup>
  174. <None Include="Resources\ZoomImage.png" />
  175. </ItemGroup>
  176. <ItemGroup>
  177. <None Include="Resources\SelectImage.png" />
  178. </ItemGroup>
  179. <ItemGroup>
  180. <None Include="Resources\MoveCursor.cur" />
  181. </ItemGroup>
  182. <ItemGroup>
  183. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  184. <Visible>False</Visible>
  185. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  186. <Install>false</Install>
  187. </BootstrapperPackage>
  188. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  189. <Visible>False</Visible>
  190. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  191. <Install>true</Install>
  192. </BootstrapperPackage>
  193. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  194. <Visible>False</Visible>
  195. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  196. <Install>false</Install>
  197. </BootstrapperPackage>
  198. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  199. <Visible>False</Visible>
  200. <ProductName>.NET Framework 3.5</ProductName>
  201. <Install>false</Install>
  202. </BootstrapperPackage>
  203. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  204. <Visible>False</Visible>
  205. <ProductName>.NET Framework 3.5 SP1</ProductName>
  206. <Install>false</Install>
  207. </BootstrapperPackage>
  208. </ItemGroup>
  209. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  210. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  211. Other similar extension points exist, see Microsoft.Common.targets.
  212. <Target Name="BeforeBuild">
  213. </Target>
  214. <Target Name="AfterBuild">
  215. </Target>
  216. -->
  217. </Project>