2016-03-20 05:27:30 +01:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "14.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<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>
<ProjectGuid > {C3F6FE68-5E75-415E-BEA1-1E7C16D6A433}</ProjectGuid>
<OutputType > WinExe</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > ConfigGenerator</RootNamespace>
<AssemblyName > ConfigGenerator</AssemblyName>
2016-06-19 05:57:29 +02:00
<TargetFrameworkVersion > v4.6.1</TargetFrameworkVersion>
2016-03-20 05:27:30 +01:00
<FileAlignment > 512</FileAlignment>
<AutoGenerateBindingRedirects > true</AutoGenerateBindingRedirects>
2016-06-19 05:57:29 +02:00
<TargetFrameworkProfile />
2016-07-03 00:46:16 +02:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2016-03-20 05:27:30 +01:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
2016-08-27 08:40:40 +02:00
<Prefer32Bit > false</Prefer32Bit>
2016-03-20 05:27:30 +01:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugType > none</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants >
</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
2016-03-22 13:02:31 +01:00
<TreatWarningsAsErrors > false</TreatWarningsAsErrors>
2016-08-27 08:40:40 +02:00
<Prefer32Bit > false</Prefer32Bit>
2016-03-20 05:27:30 +01:00
</PropertyGroup>
2016-03-21 03:39:35 +01:00
<PropertyGroup >
2016-08-02 05:11:35 +02:00
<ApplicationIcon > cirno.ico</ApplicationIcon>
2016-03-21 03:39:35 +01:00
</PropertyGroup>
2016-08-27 09:34:08 +02:00
<PropertyGroup >
<RunPostBuildEvent > OnOutputUpdated</RunPostBuildEvent>
</PropertyGroup>
2016-03-20 05:27:30 +01:00
<ItemGroup >
2016-06-01 14:37:50 +02:00
<Reference Include= "Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
2016-10-05 08:53:20 +02:00
<HintPath > ..\packages\Newtonsoft.Json.9.0.2-beta1\lib\net45\Newtonsoft.Json.dll</HintPath>
2016-03-20 05:27:30 +01:00
<Private > True</Private>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Core" />
<Reference Include= "System.Drawing" />
<Reference Include= "System.Windows.Forms" />
</ItemGroup>
<ItemGroup >
2016-06-27 02:07:27 +02:00
<Compile Include= "..\ArchiSteamFarm\SharedInfo.cs" >
<Link > SharedInfo.cs</Link>
</Compile>
2016-03-20 06:41:12 +01:00
<Compile Include= "ASFConfig.cs" />
<Compile Include= "BotConfig.cs" />
2016-03-20 08:29:27 +01:00
<Compile Include= "DialogBox.cs" />
2016-03-20 05:27:30 +01:00
<Compile Include= "EnhancedPropertyGrid.cs" >
<SubType > Component</SubType>
</Compile>
<Compile Include= "Debugging.cs" />
<Compile Include= "GlobalConfig.cs" />
2016-03-20 06:41:12 +01:00
<Compile Include= "ConfigPage.cs" >
2016-03-20 05:27:30 +01:00
<SubType > Component</SubType>
</Compile>
<Compile Include= "Logging.cs" />
<Compile Include= "MainForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "MainForm.Designer.cs" >
<DependentUpon > MainForm.cs</DependentUpon>
</Compile>
<Compile Include= "Program.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
2016-08-12 23:07:19 +02:00
<Compile Include= "RunTime.cs" />
2016-03-20 10:01:04 +01:00
<Compile Include= "Tutorial.cs" />
2016-03-20 06:41:12 +01:00
<EmbeddedResource Include= "ConfigPage.resx" >
<DependentUpon > ConfigPage.cs</DependentUpon>
2016-03-20 05:27:30 +01:00
</EmbeddedResource>
<EmbeddedResource Include= "MainForm.resx" >
<DependentUpon > MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "Properties\Resources.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.Designer.cs</LastGenOutput>
<SubType > Designer</SubType>
</EmbeddedResource>
<Compile Include= "Properties\Resources.Designer.cs" >
<AutoGen > True</AutoGen>
<DependentUpon > Resources.resx</DependentUpon>
2016-05-13 06:32:42 +02:00
<DesignTime > True</DesignTime>
2016-03-20 05:27:30 +01:00
</Compile>
<None Include= "packages.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>
</ItemGroup>
<ItemGroup >
<None Include= "App.config" />
</ItemGroup>
2016-03-21 03:39:35 +01:00
<ItemGroup >
2016-07-03 00:46:16 +02:00
<None Include= "FodyWeavers.xml" />
2016-03-21 03:39:35 +01:00
</ItemGroup>
2016-08-02 05:11:35 +02:00
<ItemGroup >
<Content Include= "cirno.ico" />
</ItemGroup>
2016-03-20 05:27:30 +01:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup >
<PostBuildEvent Condition= " '$(OS)' != 'Unix' AND '$(ConfigurationName)' == 'Release' " >
2016-07-02 23:31:37 +02:00
copy "$(TargetDir)$(TargetName).exe" "$(SolutionDir)out\ASF-ConfigGenerator.exe"
2016-03-20 05:27:30 +01:00
</PostBuildEvent>
<PostBuildEvent Condition= " '$(OS)' == 'Unix' AND '$(ConfigurationName)' == 'Release' " >
2016-09-02 11:40:30 +02:00
if [ -f "$(SolutionDir)mono_envsetup.sh" ]; then
2016-09-02 18:41:40 +02:00
. "$(SolutionDir)mono_envsetup.sh"
2016-08-27 09:34:08 +02:00
fi
2016-09-12 20:52:30 +02:00
mono "$(SolutionDir)tools/ILRepack/ILRepack.exe" /ndebug /internalize /parallel /targetplatform:v4 /wildcards /out:"$(SolutionDir)out/ASF-ConfigGenerator.exe" "$(TargetDir)$(TargetName).exe" "$(TargetDir)*.dll"
2016-07-03 01:19:31 +02:00
rm "$(SolutionDir)out/ASF-ConfigGenerator.exe.config"
2016-03-20 05:27:30 +01:00
</PostBuildEvent>
</PropertyGroup>
2016-07-03 00:46:16 +02: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.1.30.0-beta01\build\dotnet\Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.30.0-beta01\build\dotnet\Fody.targets'))" />
<Error Condition= "!Exists('..\packages\Costura.Fody.2.0.0-beta0018\build\Costura.Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.2.0.0-beta0018\build\Costura.Fody.targets'))" />
</Target>
2016-07-03 01:18:09 +02:00
<Import Project= "..\packages\Fody.1.30.0-beta01\build\dotnet\Fody.targets" Condition= "'$(OS)' != 'Unix' AND '$(ConfigurationName)' == 'Release' AND Exists('..\packages\Fody.1.30.0-beta01\build\dotnet\Fody.targets')" />
<Import Project= "..\packages\Costura.Fody.2.0.0-beta0018\build\Costura.Fody.targets" Condition= "'$(OS)' != 'Unix' AND '$(ConfigurationName)' == 'Release' AND Exists('..\packages\Costura.Fody.2.0.0-beta0018\build\Costura.Fody.targets')" />
2016-03-20 05:27:30 +01:00
<!-- 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>