OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / HandBrakeCS.csproj
index 84e7532..9990bc9 100644 (file)
     <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>\r
     <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>\r
   </PropertyGroup>\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'NightlyBuild|AnyCPU'">\r
+    <OutputPath>bin\NightlyBuild\</OutputPath>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'NightlyBuild|x86'">\r
+    <OutputPath>bin\x86\NightlyBuild\</OutputPath>\r
+  </PropertyGroup>\r
   <ItemGroup>\r
     <Reference Include="Growl.Connector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=980c2339411be384, processorArchitecture=x86">\r
       <SpecificVersion>False</SpecificVersion>\r
       <DesignTime>True</DesignTime>\r
     </Compile>\r
     <None Include="app.config" />\r
+    <None Include="Installer\MakeNightly.nsi" />\r
     <None Include="Installer\Installer.nsi" />\r
     <None Include="Properties\Settings.settings">\r
       <Generator>SettingsSingleFileGenerator</Generator>\r
     <None Include="Resources\Help16.png" />\r
     <None Include="Resources\info16.png" />\r
     <None Include="Resources\folder.png" />\r
+    <None Include="Resources\download.png" />\r
     <Content Include="Resources\Output_Small.png" />\r
     <None Include="Resources\Pause.png" />\r
     <None Include="Resources\Play.png" />\r
   -->\r
   <Import Project="$(ProgramFiles)\MSBuild\Microsoft\StyleCop\v4.3\Microsoft.StyleCop.targets" />\r
   <PropertyGroup Condition=" '$(Configuration)' == 'Install' ">\r
-\r
     <PostBuildEvent>\r
-cd ../../\r
-copy Installer\Installer.nsi bin\Install\r
-cd bin\Install\r
-makensis Installer.nsi\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
+  <PropertyGroup Condition=" '$(Configuration)' == 'NightlyBuild' ">\r
+    <PostBuildEvent>\r
+       cd ../../\r
+       copy Installer\MakeNightly.nsi bin\NightlyBuild /Y\r
+       copy handbrakepineapple.ico bin\NightlyBuild /Y\r
+       xcopy doc bin\NightlyBuild\doc /I /Y\r
+       cd bin\NightlyBuild\r
+       makensis MakeNightly.nsi\r
+       </PostBuildEvent>\r
   </PropertyGroup>\r
 </Project>
\ No newline at end of file