MvvmScaffoldFrame48.csproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{06B7CE96-EB5B-4495-9094-7F208D410A51}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>MvvmScaffoldFrame48</RootNamespace>
  10. <AssemblyName>MvvmScaffoldFrame48</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>x64</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  38. <DebugSymbols>true</DebugSymbols>
  39. <OutputPath>bin\x64\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <DebugType>full</DebugType>
  42. <PlatformTarget>x64</PlatformTarget>
  43. <LangVersion>7.3</LangVersion>
  44. <ErrorReport>prompt</ErrorReport>
  45. <Prefer32Bit>true</Prefer32Bit>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  48. <OutputPath>bin\x64\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <Optimize>true</Optimize>
  51. <DebugType>pdbonly</DebugType>
  52. <PlatformTarget>x64</PlatformTarget>
  53. <LangVersion>7.3</LangVersion>
  54. <ErrorReport>prompt</ErrorReport>
  55. <Prefer32Bit>true</Prefer32Bit>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <Reference Include="System" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Xml" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Core" />
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Data.DataSetExtensions" />
  65. <Reference Include="System.Net.Http" />
  66. <Reference Include="System.Xaml">
  67. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  68. </Reference>
  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. </ApplicationDefinition>
  78. <Compile Include="WPFFroms\SuspensionWindow.xaml.cs">
  79. <DependentUpon>SuspensionWindow.xaml</DependentUpon>
  80. </Compile>
  81. <Compile Include="WPFPage\AlarmPage.xaml.cs">
  82. <DependentUpon>AlarmPage.xaml</DependentUpon>
  83. </Compile>
  84. <Compile Include="WPFPage\CustomControlPage.xaml.cs">
  85. <DependentUpon>CustomControlPage.xaml</DependentUpon>
  86. </Compile>
  87. <Compile Include="WPFPage\DeepObjectDetectPage.xaml.cs">
  88. <DependentUpon>DeepObjectDetectPage.xaml</DependentUpon>
  89. </Compile>
  90. <Compile Include="WPFPage\TestPage.xaml.cs">
  91. <DependentUpon>TestPage.xaml</DependentUpon>
  92. </Compile>
  93. <Page Include="WPFFroms\MainWindow.xaml">
  94. <Generator>MSBuild:Compile</Generator>
  95. <SubType>Designer</SubType>
  96. </Page>
  97. <Compile Include="App.xaml.cs">
  98. <DependentUpon>App.xaml</DependentUpon>
  99. <SubType>Code</SubType>
  100. </Compile>
  101. <Compile Include="Controller\MainController.cs" />
  102. <Compile Include="WPFFroms\MainWindow.xaml.cs">
  103. <DependentUpon>MainWindow.xaml</DependentUpon>
  104. <SubType>Code</SubType>
  105. </Compile>
  106. <Page Include="WPFFroms\SuspensionWindow.xaml">
  107. <SubType>Designer</SubType>
  108. <Generator>MSBuild:Compile</Generator>
  109. </Page>
  110. <Page Include="WPFPage\AlarmPage.xaml">
  111. <SubType>Designer</SubType>
  112. <Generator>MSBuild:Compile</Generator>
  113. </Page>
  114. <Page Include="WPFPage\CustomControlPage.xaml">
  115. <SubType>Designer</SubType>
  116. <Generator>MSBuild:Compile</Generator>
  117. </Page>
  118. <Page Include="WPFPage\DeepObjectDetectPage.xaml">
  119. <SubType>Designer</SubType>
  120. <Generator>MSBuild:Compile</Generator>
  121. </Page>
  122. <Page Include="WPFPage\TestPage.xaml">
  123. <SubType>Designer</SubType>
  124. <Generator>MSBuild:Compile</Generator>
  125. </Page>
  126. </ItemGroup>
  127. <ItemGroup>
  128. <Compile Include="Properties\AssemblyInfo.cs">
  129. <SubType>Code</SubType>
  130. </Compile>
  131. <Compile Include="Properties\Resources.Designer.cs">
  132. <AutoGen>True</AutoGen>
  133. <DesignTime>True</DesignTime>
  134. <DependentUpon>Resources.resx</DependentUpon>
  135. </Compile>
  136. <Compile Include="Properties\Settings.Designer.cs">
  137. <AutoGen>True</AutoGen>
  138. <DependentUpon>Settings.settings</DependentUpon>
  139. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  140. </Compile>
  141. <EmbeddedResource Include="Properties\Resources.resx">
  142. <Generator>ResXFileCodeGenerator</Generator>
  143. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  144. </EmbeddedResource>
  145. <None Include="Properties\Settings.settings">
  146. <Generator>SettingsSingleFileGenerator</Generator>
  147. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  148. </None>
  149. <None Include="testfile\model\Detect_20250818T1328175385.bin" />
  150. </ItemGroup>
  151. <ItemGroup>
  152. <None Include="App.config" />
  153. </ItemGroup>
  154. <ItemGroup>
  155. <ProjectReference Include="..\MvvmScaffoldFrame48.MODEL\MvvmScaffoldFrame48.Model.csproj">
  156. <Project>{56156576-9627-4624-9e1d-26aa7714d1c7}</Project>
  157. <Name>MvvmScaffoldFrame48.Model</Name>
  158. </ProjectReference>
  159. <ProjectReference Include="..\MvvmScaffoldFrame48.VIEWMODEL\MvvmScaffoldFrame48.ViewModel.csproj">
  160. <Project>{acd4905a-4124-4a51-b9b1-c38d74b794f0}</Project>
  161. <Name>MvvmScaffoldFrame48.ViewModel</Name>
  162. </ProjectReference>
  163. </ItemGroup>
  164. <ItemGroup>
  165. <Resource Include="FromImage\菜单_白.png" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <Resource Include="testfile\testimage\2025-08-04-13-28-43-744.jpg" />
  169. <Resource Include="testfile\testimage\2025-08-04-13-28-45-807.jpg" />
  170. <Resource Include="testfile\testimage\2025-08-04-13-28-47-882.jpg" />
  171. <Resource Include="testfile\testimage\2025-08-04-13-28-50-415.jpg" />
  172. <Resource Include="testfile\testimage\2025-08-04-13-29-22-652.jpg" />
  173. <Resource Include="testfile\testimage\2025-08-04-13-29-26-523.jpg" />
  174. <Resource Include="testfile\testimage\2025-08-04-13-30-06-446.jpg" />
  175. <Resource Include="testfile\testimage\2025-08-04-13-30-06-693.jpg" />
  176. </ItemGroup>
  177. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  178. </Project>