diff options
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 164 |
1 files changed, 164 insertions, 0 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj new file mode 100644 index 000000000..30c0c8f79 --- /dev/null +++ b/win/C#/HandBrakeCS.csproj @@ -0,0 +1,164 @@ +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>8.0.50727</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{A2923D42-C38B-4B12-8CBA-B8D93D6B13A3}</ProjectGuid>
+ <OutputType>WinExe</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>Handbrake</RootNamespace>
+ <AssemblyName>Handbrake</AssemblyName>
+ <ApplicationIcon>handbrakepineapple.ico</ApplicationIcon>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="System" />
+ <Reference Include="System.Data" />
+ <Reference Include="System.Deployment" />
+ <Reference Include="System.Drawing" />
+ <Reference Include="System.Windows.Forms" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="frmAbout.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="frmAbout.Designer.cs">
+ <DependentUpon>frmAbout.cs</DependentUpon>
+ </Compile>
+ <Compile Include="frmDVDData.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="frmDVDData.Designer.cs">
+ <DependentUpon>frmDVDData.cs</DependentUpon>
+ </Compile>
+ <Compile Include="frmMain.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="frmMain.Designer.cs">
+ <DependentUpon>frmMain.cs</DependentUpon>
+ </Compile>
+ <Compile Include="frmOptions.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="frmOptions.Designer.cs">
+ <DependentUpon>frmOptions.cs</DependentUpon>
+ </Compile>
+ <Compile Include="Program.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ <EmbeddedResource Include="frmAbout.resx">
+ <SubType>Designer</SubType>
+ <DependentUpon>frmAbout.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="frmDVDData.resx">
+ <SubType>Designer</SubType>
+ <DependentUpon>frmDVDData.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="frmMain.resx">
+ <SubType>Designer</SubType>
+ <DependentUpon>frmMain.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="frmOptions.resx">
+ <SubType>Designer</SubType>
+ <DependentUpon>frmOptions.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Properties\Resources.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>Resources.Designer.cs</LastGenOutput>
+ <SubType>Designer</SubType>
+ </EmbeddedResource>
+ <EmbeddedResource Include="frmQueue.resx">
+ <SubType>Designer</SubType>
+ <DependentUpon>frmQueue.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="frmReadDVD.resx">
+ <SubType>Designer</SubType>
+ <DependentUpon>frmReadDVD.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="frmSelectDVD.resx">
+ <SubType>Designer</SubType>
+ <DependentUpon>frmSelectDVD.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="frmSplashScreen.resx">
+ <SubType>Designer</SubType>
+ <DependentUpon>frmSplashScreen.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="frmUpdate.resx">
+ <SubType>Designer</SubType>
+ <DependentUpon>frmUpdate.cs</DependentUpon>
+ </EmbeddedResource>
+ <Compile Include="Properties\Resources.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DependentUpon>Resources.resx</DependentUpon>
+ <DesignTime>True</DesignTime>
+ </Compile>
+ <None Include="app.config" />
+ <None Include="Properties\Settings.settings">
+ <Generator>SettingsSingleFileGenerator</Generator>
+ <LastGenOutput>Settings.Designer.cs</LastGenOutput>
+ </None>
+ <Compile Include="Properties\Settings.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DependentUpon>Settings.settings</DependentUpon>
+ <DesignTimeSharedInput>True</DesignTimeSharedInput>
+ </Compile>
+ <Compile Include="frmQueue.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="frmQueue.Designer.cs">
+ <DependentUpon>frmQueue.cs</DependentUpon>
+ </Compile>
+ <Compile Include="frmReadDVD.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="frmReadDVD.Designer.cs">
+ <DependentUpon>frmReadDVD.cs</DependentUpon>
+ </Compile>
+ <Compile Include="frmSelectDVD.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="frmSelectDVD.Designer.cs">
+ <DependentUpon>frmSelectDVD.cs</DependentUpon>
+ </Compile>
+ <Compile Include="frmSplashScreen.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="frmSplashScreen.Designer.cs">
+ <DependentUpon>frmSplashScreen.cs</DependentUpon>
+ </Compile>
+ <Compile Include="frmUpdate.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="frmUpdate.Designer.cs">
+ <DependentUpon>frmUpdate.cs</DependentUpon>
+ </Compile>
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="handbrakepineapple.ico" />
+ </ItemGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+</Project>
\ No newline at end of file |