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 >{24EBC2B2-ABDB-4486-8444-2539332FCCC8}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <RootNamespace >MochiCryptUnpacker</RootNamespace >
10+ <AssemblyName >MochiCryptUnpacker</AssemblyName >
11+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <Deterministic >true</Deterministic >
14+ <TargetFrameworkProfile />
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <PlatformTarget >AnyCPU</PlatformTarget >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >bin\Debug\</OutputPath >
22+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
25+ <Prefer32Bit >false</Prefer32Bit >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <PlatformTarget >AnyCPU</PlatformTarget >
29+ <DebugType >pdbonly</DebugType >
30+ <Optimize >true</Optimize >
31+ <OutputPath >bin\Release\</OutputPath >
32+ <DefineConstants >TRACE</DefineConstants >
33+ <ErrorReport >prompt</ErrorReport >
34+ <WarningLevel >4</WarningLevel >
35+ <Prefer32Bit >false</Prefer32Bit >
36+ </PropertyGroup >
37+ <ItemGroup >
38+ <Reference Include =" SwfExtractor" >
39+ <HintPath >..\..\Mochi\Lib\SwfExtractor.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" System" />
42+ <Reference Include =" System.Core" />
43+ <Reference Include =" System.Xml.Linq" />
44+ <Reference Include =" System.Data.DataSetExtensions" />
45+ <Reference Include =" System.Data" />
46+ <Reference Include =" System.Deployment" />
47+ <Reference Include =" System.Drawing" />
48+ <Reference Include =" System.Windows.Forms" />
49+ <Reference Include =" System.Xml" />
50+ <Reference Include =" zlib.managed, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL" >
51+ <HintPath >..\packages\zlib.managed.1.1.1\lib\net45\zlib.managed.dll</HintPath >
52+ </Reference >
53+ </ItemGroup >
54+ <ItemGroup >
55+ <Compile Include =" frmAbout.cs" >
56+ <SubType >Form</SubType >
57+ </Compile >
58+ <Compile Include =" frmAbout.Designer.cs" >
59+ <DependentUpon >frmAbout.cs</DependentUpon >
60+ </Compile >
61+ <Compile Include =" frmMain.cs" >
62+ <SubType >Form</SubType >
63+ </Compile >
64+ <Compile Include =" frmMain.Designer.cs" >
65+ <DependentUpon >frmMain.cs</DependentUpon >
66+ </Compile >
67+ <Compile Include =" MochiDecrypt.cs" />
68+ <Compile Include =" Program.cs" />
69+ <Compile Include =" Properties\AssemblyInfo.cs" />
70+ <EmbeddedResource Include =" frmAbout.resx" >
71+ <DependentUpon >frmAbout.cs</DependentUpon >
72+ </EmbeddedResource >
73+ <EmbeddedResource Include =" frmMain.resx" >
74+ <DependentUpon >frmMain.cs</DependentUpon >
75+ </EmbeddedResource >
76+ <EmbeddedResource Include =" Properties\Resources.resx" >
77+ <Generator >ResXFileCodeGenerator</Generator >
78+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
79+ <SubType >Designer</SubType >
80+ </EmbeddedResource >
81+ <Compile Include =" Properties\Resources.Designer.cs" >
82+ <AutoGen >True</AutoGen >
83+ <DependentUpon >Resources.resx</DependentUpon >
84+ <DesignTime >True</DesignTime >
85+ </Compile >
86+ <None Include =" app.config" />
87+ <None Include =" packages.config" />
88+ <None Include =" Properties\Settings.settings" >
89+ <Generator >SettingsSingleFileGenerator</Generator >
90+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
91+ </None >
92+ <Compile Include =" Properties\Settings.Designer.cs" >
93+ <AutoGen >True</AutoGen >
94+ <DependentUpon >Settings.settings</DependentUpon >
95+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
96+ </Compile >
97+ </ItemGroup >
98+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
99+ </Project >
0 commit comments