ANT_NetDll_Demo.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" 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>{9DD3B2F1-DD2F-42EB-AD4F-64FF3096AF84}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ANT_NetDll_Demo</RootNamespace>
  12. <AssemblyName>ANT_NetDll_Demo</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <WarningLevel>4</WarningLevel>
  17. <FileUpgradeFlags>
  18. </FileUpgradeFlags>
  19. <UpgradeBackupLocation>
  20. </UpgradeBackupLocation>
  21. <OldToolsVersion>3.5</OldToolsVersion>
  22. <PublishUrl>publish\</PublishUrl>
  23. <Install>true</Install>
  24. <InstallFrom>Disk</InstallFrom>
  25. <UpdateEnabled>false</UpdateEnabled>
  26. <UpdateMode>Foreground</UpdateMode>
  27. <UpdateInterval>7</UpdateInterval>
  28. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  29. <UpdatePeriodically>false</UpdatePeriodically>
  30. <UpdateRequired>false</UpdateRequired>
  31. <MapFileExtensions>true</MapFileExtensions>
  32. <ApplicationRevision>0</ApplicationRevision>
  33. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  34. <IsWebBootstrapper>false</IsWebBootstrapper>
  35. <UseApplicationTrust>false</UseApplicationTrust>
  36. <BootstrapperEnabled>true</BootstrapperEnabled>
  37. <TargetFrameworkProfile />
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  40. <DebugSymbols>true</DebugSymbols>
  41. <OutputPath>$(SolutionDir)\$(Configuration)</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <DebugType>full</DebugType>
  44. <PlatformTarget>x86</PlatformTarget>
  45. <ErrorReport>prompt</ErrorReport>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  48. <OutputPath>$(SolutionDir)\$(Configuration)</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <Optimize>true</Optimize>
  51. <DebugType>pdbonly</DebugType>
  52. <PlatformTarget>x86</PlatformTarget>
  53. <ErrorReport>prompt</ErrorReport>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="System" />
  57. <Reference Include="System.Core">
  58. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  59. </Reference>
  60. <Reference Include="System.Xaml" />
  61. <Reference Include="System.Xml.Linq">
  62. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  63. </Reference>
  64. <Reference Include="System.Data.DataSetExtensions">
  65. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  66. </Reference>
  67. <Reference Include="System.Data" />
  68. <Reference Include="System.Xml" />
  69. <Reference Include="WindowsBase" />
  70. <Reference Include="PresentationCore" />
  71. <Reference Include="PresentationFramework" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <ApplicationDefinition Include="App.xaml">
  75. <Generator>MSBuild:Compile</Generator>
  76. <SubType>Designer</SubType>
  77. <Generator>MSBuild:Compile</Generator>
  78. <SubType>Designer</SubType>
  79. </ApplicationDefinition>
  80. <Page Include="DemoWindow.xaml">
  81. <Generator>MSBuild:Compile</Generator>
  82. <SubType>Designer</SubType>
  83. <Generator>MSBuild:Compile</Generator>
  84. <SubType>Designer</SubType>
  85. </Page>
  86. <Compile Include="App.xaml.cs">
  87. <DependentUpon>App.xaml</DependentUpon>
  88. <SubType>Code</SubType>
  89. </Compile>
  90. <Compile Include="DemoWindow.xaml.cs">
  91. <DependentUpon>DemoWindow.xaml</DependentUpon>
  92. <SubType>Code</SubType>
  93. </Compile>
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Compile Include="Properties\AssemblyInfo.cs">
  97. <SubType>Code</SubType>
  98. </Compile>
  99. <Compile Include="Properties\Resources.Designer.cs">
  100. <AutoGen>True</AutoGen>
  101. <DesignTime>True</DesignTime>
  102. <DependentUpon>Resources.resx</DependentUpon>
  103. </Compile>
  104. <Compile Include="Properties\Settings.Designer.cs">
  105. <AutoGen>True</AutoGen>
  106. <DependentUpon>Settings.settings</DependentUpon>
  107. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  108. </Compile>
  109. <EmbeddedResource Include="Properties\Resources.resx">
  110. <Generator>ResXFileCodeGenerator</Generator>
  111. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  112. </EmbeddedResource>
  113. <None Include="app.config" />
  114. <None Include="Properties\Settings.settings">
  115. <Generator>SettingsSingleFileGenerator</Generator>
  116. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  117. </None>
  118. <AppDesigner Include="Properties\" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  122. <Visible>False</Visible>
  123. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  124. <Install>false</Install>
  125. </BootstrapperPackage>
  126. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  127. <Visible>False</Visible>
  128. <ProductName>.NET Framework 3.5 SP1</ProductName>
  129. <Install>true</Install>
  130. </BootstrapperPackage>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <ProjectReference Include="..\ANT_Managed_Library\ANT_Managed_Library.csproj">
  134. <Project>{16270052-0db5-41f9-8dd4-d1700e6e7281}</Project>
  135. <Name>ANT_Managed_Library</Name>
  136. </ProjectReference>
  137. </ItemGroup>
  138. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  139. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  140. Other similar extension points exist, see Microsoft.Common.targets.
  141. <Target Name="BeforeBuild">
  142. </Target>
  143. <Target Name="AfterBuild">
  144. </Target>
  145. -->
  146. </Project>