1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" 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 >{404B42F4-E135-4D2F-8FD0-20A590814930}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >AssistantComputerControl</RootNamespace >
11+ <AssemblyName >AssistantComputerControl</AssemblyName >
12+ <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
15+ <NuGetPackageImportStamp >
16+ </NuGetPackageImportStamp >
17+ <PublishUrl >publish\</PublishUrl >
18+ <Install >true</Install >
19+ <InstallFrom >Disk</InstallFrom >
20+ <UpdateEnabled >false</UpdateEnabled >
21+ <UpdateMode >Foreground</UpdateMode >
22+ <UpdateInterval >7</UpdateInterval >
23+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
24+ <UpdatePeriodically >false</UpdatePeriodically >
25+ <UpdateRequired >false</UpdateRequired >
26+ <MapFileExtensions >true</MapFileExtensions >
27+ <ApplicationRevision >0</ApplicationRevision >
28+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
29+ <IsWebBootstrapper >false</IsWebBootstrapper >
30+ <UseApplicationTrust >false</UseApplicationTrust >
31+ <BootstrapperEnabled >true</BootstrapperEnabled >
32+ </PropertyGroup >
33+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
34+ <PlatformTarget >AnyCPU</PlatformTarget >
35+ <DebugSymbols >true</DebugSymbols >
36+ <DebugType >full</DebugType >
37+ <Optimize >false</Optimize >
38+ <OutputPath >bin\Debug\</OutputPath >
39+ <DefineConstants >DEBUG;TRACE</DefineConstants >
40+ <ErrorReport >prompt</ErrorReport >
41+ <WarningLevel >4</WarningLevel >
42+ <UseVSHostingProcess >false</UseVSHostingProcess >
43+ </PropertyGroup >
44+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
45+ <PlatformTarget >AnyCPU</PlatformTarget >
46+ <DebugType >pdbonly</DebugType >
47+ <Optimize >true</Optimize >
48+ <OutputPath >bin\Release\</OutputPath >
49+ <DefineConstants >TRACE</DefineConstants >
50+ <ErrorReport >prompt</ErrorReport >
51+ <WarningLevel >4</WarningLevel >
52+ </PropertyGroup >
53+ <PropertyGroup >
54+ <StartupObject >AssistantComputerControl.MainProgram</StartupObject >
55+ </PropertyGroup >
56+ <PropertyGroup >
57+ <ApplicationIcon >Resources\ACC_icon.ico</ApplicationIcon >
58+ </PropertyGroup >
59+ <PropertyGroup >
60+ <SignManifests >false</SignManifests >
61+ </PropertyGroup >
62+ <ItemGroup >
63+ <Reference Include =" AudioSwitcher.AudioApi, Version=3.0.0.209, Culture=neutral, PublicKeyToken=fda5729e2db3a64f, processorArchitecture=MSIL" >
64+ <HintPath >..\packages\AudioSwitcher.AudioApi.3.0.0\lib\net40\AudioSwitcher.AudioApi.dll</HintPath >
65+ <Private >True</Private >
66+ </Reference >
67+ <Reference Include =" AudioSwitcher.AudioApi.CoreAudio, Version=3.0.0.209, Culture=neutral, PublicKeyToken=fda5729e2db3a64f, processorArchitecture=MSIL" >
68+ <HintPath >..\packages\AudioSwitcher.AudioApi.CoreAudio.3.0.0.1\lib\net40\AudioSwitcher.AudioApi.CoreAudio.dll</HintPath >
69+ <Private >True</Private >
70+ </Reference >
71+ <Reference Include =" Costura, Version=1.6.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL" >
72+ <HintPath >..\packages\Costura.Fody.1.6.2\lib\dotnet\Costura.dll</HintPath >
73+ <Private >False</Private >
74+ </Reference >
75+ <Reference Include =" PresentationFramework" />
76+ <Reference Include =" System" />
77+ <Reference Include =" System.configuration" />
78+ <Reference Include =" System.Core" />
79+ <Reference Include =" System.Drawing" />
80+ <Reference Include =" System.Web.Extensions" />
81+ <Reference Include =" System.Windows.Forms" />
82+ <Reference Include =" System.Xml.Linq" />
83+ <Reference Include =" System.Data.DataSetExtensions" />
84+ <Reference Include =" Microsoft.CSharp" />
85+ <Reference Include =" System.Data" />
86+ <Reference Include =" System.Net.Http" />
87+ <Reference Include =" System.Xml" />
88+ </ItemGroup >
89+ <ItemGroup >
90+ <Compile Include =" ACC_Updater.cs" />
91+ <Compile Include =" actionChecker.cs" />
92+ <Compile Include =" configValidator.cs" />
93+ <Compile Include =" MainProgram.cs" />
94+ <Compile Include =" Properties\AssemblyInfo.cs" />
95+ <Compile Include =" Properties\Resources.Designer.cs" >
96+ <AutoGen >True</AutoGen >
97+ <DesignTime >True</DesignTime >
98+ <DependentUpon >Resources.resx</DependentUpon >
99+ </Compile >
100+ <Compile Include =" SysTrayIcon.cs" />
101+ </ItemGroup >
102+ <ItemGroup >
103+ <None Include =" App.config" />
104+ </ItemGroup >
105+ <ItemGroup >
106+ <None Include =" FodyWeavers.xml" />
107+ </ItemGroup >
108+ <ItemGroup >
109+ <Content Include =" logo ico.ico" />
110+ <None Include =" Resources\ACC_icon.ico" />
111+ </ItemGroup >
112+ <ItemGroup >
113+ <EmbeddedResource Include =" Properties\Resources.resx" >
114+ <Generator >ResXFileCodeGenerator</Generator >
115+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
116+ </EmbeddedResource >
117+ </ItemGroup >
118+ <ItemGroup >
119+ <BootstrapperPackage Include =" .NETFramework,Version=v4.5.2" >
120+ <Visible >False</Visible >
121+ <ProductName >Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName >
122+ <Install >true</Install >
123+ </BootstrapperPackage >
124+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
125+ <Visible >False</Visible >
126+ <ProductName >.NET Framework 3.5 SP1</ProductName >
127+ <Install >false</Install >
128+ </BootstrapperPackage >
129+ </ItemGroup >
130+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
131+ <Import Project =" ..\packages\Fody.2.0.0\build\dotnet\Fody.targets" Condition =" Exists('..\packages\Fody.2.0.0\build\dotnet\Fody.targets')" />
132+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
133+ <PropertyGroup >
134+ <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 >
135+ </PropertyGroup >
136+ <Error Condition =" !Exists('..\packages\Fody.2.0.0\build\dotnet\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.2.0.0\build\dotnet\Fody.targets'))" />
137+ <Error Condition =" !Exists('..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets'))" />
138+ </Target >
139+ <Import Project =" ..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets" Condition =" Exists('..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets')" />
140+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
141+ Other similar extension points exist, see Microsoft.Common.targets.
142+ <Target Name="BeforeBuild">
143+ </Target>
144+ <Target Name="AfterBuild">
145+ </Target>
146+ -->
147+ </Project >
0 commit comments