2019-07-21 04:40:54 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2019-07-21 22:47:17 +00:00
<Import Project= "..\packages\Costura.Fody.4.0.0\build\Costura.Fody.props" Condition= "Exists('..\packages\Costura.Fody.4.0.0\build\Costura.Fody.props')" />
2019-07-21 04:40:54 +00:00
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
2019-07-22 22:17:46 +00:00
<ProjectGuid > {33602679-8484-40C7-A10C-774DFF5D8314}</ProjectGuid>
<OutputType > WinExe</OutputType>
2019-07-21 04:40:54 +00:00
<RootNamespace > Wabbajack</RootNamespace>
<AssemblyName > Wabbajack</AssemblyName>
<TargetFrameworkVersion > v4.7.2</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
2019-07-22 22:17:46 +00:00
<ProjectTypeGuids > {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel > 4</WarningLevel>
2019-07-21 04:40:54 +00:00
<AutoGenerateBindingRedirects > true</AutoGenerateBindingRedirects>
<Deterministic > true</Deterministic>
2019-07-21 22:47:17 +00:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2019-07-21 04:40:54 +00:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PlatformTarget > x64</PlatformTarget>
<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' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
2019-07-21 22:47:17 +00:00
<Reference Include= "Costura, Version=4.0.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL" >
<HintPath > ..\packages\Costura.Fody.4.0.0\lib\net40\Costura.dll</HintPath>
</Reference>
<Reference Include= "Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath > ..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
2019-07-21 04:40:54 +00:00
<Reference Include= "System" />
2019-07-22 22:17:46 +00:00
<Reference Include= "System.Data" />
2019-07-24 04:31:08 +00:00
<Reference Include= "System.Web" />
2019-07-22 22:17:46 +00:00
<Reference Include= "System.Xml" />
<Reference Include= "Microsoft.CSharp" />
2019-07-21 04:40:54 +00:00
<Reference Include= "System.Core" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "System.Net.Http" />
2019-07-22 22:17:46 +00:00
<Reference Include= "System.Xaml" >
<RequiredTargetFramework > 4.0</RequiredTargetFramework>
</Reference>
2019-07-23 04:27:26 +00:00
<Reference Include= "websocket-sharp, Version=1.0.4.0, Culture=neutral, PublicKeyToken=5660b08a1845a91e, processorArchitecture=MSIL" >
<HintPath > ..\packages\WebSocketSharpFork.1.0.4.0\lib\net35\websocket-sharp.dll</HintPath>
</Reference>
2019-07-22 22:17:46 +00:00
<Reference Include= "WindowsBase" />
<Reference Include= "PresentationCore" />
<Reference Include= "PresentationFramework" />
2019-07-21 04:40:54 +00:00
</ItemGroup>
<ItemGroup >
2019-07-22 22:17:46 +00:00
<ApplicationDefinition Include= "App.xaml" >
<Generator > MSBuild:Compile</Generator>
<SubType > Designer</SubType>
</ApplicationDefinition>
<Page Include= "MainWindow.xaml" >
<Generator > MSBuild:Compile</Generator>
<SubType > Designer</SubType>
</Page>
<Compile Include= "App.xaml.cs" >
<DependentUpon > App.xaml</DependentUpon>
<SubType > Code</SubType>
</Compile>
<Compile Include= "AppState.cs" />
<Compile Include= "AutoScrollBehavior.cs" />
2019-07-21 04:40:54 +00:00
<Compile Include= "Compiler.cs" />
2019-07-23 04:27:26 +00:00
<Compile Include= "Installer.cs" />
2019-07-22 22:17:46 +00:00
<Compile Include= "MainWindow.xaml.cs" >
<DependentUpon > MainWindow.xaml</DependentUpon>
<SubType > Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup >
2019-07-23 04:27:26 +00:00
<Compile Include= "NexusAPI.cs" />
2019-07-22 22:17:46 +00:00
<Compile Include= "Properties\AssemblyInfo.cs" >
<SubType > Code</SubType>
</Compile>
2019-07-21 22:47:17 +00:00
<Compile Include= "Properties\Resources.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > Resources.resx</DependentUpon>
</Compile>
2019-07-22 22:17:46 +00:00
<Compile Include= "Properties\Settings.Designer.cs" >
<AutoGen > True</AutoGen>
<DependentUpon > Settings.settings</DependentUpon>
<DesignTimeSharedInput > True</DesignTimeSharedInput>
</Compile>
<EmbeddedResource Include= "Properties\Resources.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
2019-07-21 04:40:54 +00:00
<None Include= "packages.config" />
2019-07-22 22:17:46 +00:00
<None Include= "Properties\Settings.settings" >
<Generator > SettingsSingleFileGenerator</Generator>
<LastGenOutput > Settings.Designer.cs</LastGenOutput>
</None>
2019-07-21 04:40:54 +00:00
</ItemGroup>
<ItemGroup >
2019-07-22 22:17:46 +00:00
<None Include= "App.config" />
2019-07-21 04:40:54 +00:00
</ItemGroup>
<ItemGroup >
2019-07-22 22:17:46 +00:00
<ProjectReference Include= "..\BSA.Tools\BSA.Tools.csproj" >
<Project > {b6389807-ea59-4633-b42b-a85f52fec135}</Project>
<Name > BSA.Tools</Name>
</ProjectReference>
2019-07-21 04:40:54 +00:00
<ProjectReference Include= "..\SevenZipExtractor\SevenZipExtractor.csproj" >
<Project > {8aa97f58-5044-4bba-b8d9-a74b6947a660}</Project>
<Name > SevenZipExtractor</Name>
</ProjectReference>
<ProjectReference Include= "..\Wabbajack.Common\Wabbajack.Common.csproj" >
<Project > {b3f3fb6e-b9eb-4f49-9875-d78578bc7ae5}</Project>
<Name > Wabbajack.Common</Name>
</ProjectReference>
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2019-07-22 22:17:46 +00:00
<Import Project= "..\packages\Fody.5.1.1\build\Fody.targets" Condition= "Exists('..\packages\Fody.5.1.1\build\Fody.targets')" />
2019-07-21 22:47:17 +00:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\Fody.5.1.1\build\Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Fody.5.1.1\build\Fody.targets'))" />
2019-07-22 22:17:46 +00:00
<Error Condition= "!Exists('..\packages\Costura.Fody.4.0.0\build\Costura.Fody.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.4.0.0\build\Costura.Fody.props'))" />
2019-07-21 22:47:17 +00:00
</Target>
2019-07-21 04:40:54 +00:00
</Project>