OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / HandBrakeCS.csproj
index 1d2a139..55e94b6 100644 (file)
@@ -19,7 +19,7 @@
     <UpgradeBackupLocation>\r
     </UpgradeBackupLocation>\r
     <OldToolsVersion>3.5</OldToolsVersion>\r
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
+    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
     <IsWebBootstrapper>false</IsWebBootstrapper>\r
     <SignManifests>false</SignManifests>\r
     <PublishUrl>publish\</PublishUrl>\r
@@ -36,6 +36,7 @@
     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>\r
     <UseApplicationTrust>false</UseApplicationTrust>\r
     <BootstrapperEnabled>true</BootstrapperEnabled>\r
+    <TargetFrameworkProfile>Client</TargetFrameworkProfile>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
     <DebugSymbols>true</DebugSymbols>\r
     <Compile Include="frmActivityWindow.Designer.cs">\r
       <DependentUpon>frmActivityWindow.cs</DependentUpon>\r
     </Compile>\r
-    <Compile Include="Model\AudioTrack.cs" />\r
     <Compile Include="Model\DriveInformation.cs" />\r
     <Compile Include="Model\SourceType.cs" />\r
-    <Compile Include="Model\Subtitle.cs" />\r
     <Compile Include="Presets\PlistPresetHandler.cs" />\r
     <Compile Include="Presets\Preset.cs" />\r
     <Compile Include="Presets\PresetsHandler.cs" />\r
     <Compile Include="Functions\QueryParser.cs" />\r
     <Compile Include="Program.cs" />\r
+    <Compile Include="ToolWindows\BatchAdd.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="ToolWindows\BatchAdd.Designer.cs">\r
+      <DependentUpon>BatchAdd.cs</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="ToolWindows\PreviewOverlay.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="ToolWindows\PreviewOverlay.Designer.cs">\r
+      <DependentUpon>PreviewOverlay.cs</DependentUpon>\r
+    </Compile>\r
     <Compile Include="ToolWindows\TitleSpecificScan.cs">\r
       <SubType>Form</SubType>\r
     </Compile>\r
       <DependentUpon>Resources.resx</DependentUpon>\r
       <DesignTime>True</DesignTime>\r
     </Compile>\r
+    <EmbeddedResource Include="ToolWindows\BatchAdd.resx">\r
+      <DependentUpon>BatchAdd.cs</DependentUpon>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="ToolWindows\PreviewOverlay.resx">\r
+      <DependentUpon>PreviewOverlay.cs</DependentUpon>\r
+    </EmbeddedResource>\r
     <EmbeddedResource Include="ToolWindows\TitleSpecificScan.resx">\r
       <DependentUpon>TitleSpecificScan.cs</DependentUpon>\r
     </EmbeddedResource>\r
       <Name>HandBrake.Framework</Name>\r
     </ProjectReference>\r
   </ItemGroup>\r
-  <ItemGroup />\r
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
        Other similar extension points exist, see Microsoft.Common.targets.\r
   <Import Project="$(ProgramFiles)\MSBuild\Microsoft\StyleCop\v4.4\Microsoft.StyleCop.targets" />\r
   <PropertyGroup Condition=" '$(Configuration)' == 'Install' ">\r
     <PostBuildEvent>\r
-       cd ../../\r
-       copy Installer\Installer.nsi bin\Install /Y\r
-       copy handbrakepineapple.ico bin\Install /Y\r
-       xcopy doc bin\Install\doc /I /Y\r
-       cd bin\Install\r
        makensis Installer.nsi\r
        </PostBuildEvent>\r
   </PropertyGroup>\r