1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 12.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')" />
1+ <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
2+
43 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
4+ <TargetFramework >netcoreapp3.1</TargetFramework >
75 <ProjectGuid >{59BD9891-3837-438A-958D-ADC7F91F6F7E}</ProjectGuid >
8- <OutputType >Library</OutputType >
96 <AppDesignerFolder >Properties</AppDesignerFolder >
107 <RootNamespace >Wox.Plugin.Caculator</RootNamespace >
118 <AssemblyName >Wox.Plugin.Caculator</AssemblyName >
12- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\</SolutionDir >
15- <TargetFrameworkProfile />
9+ <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
10+ <AppendRuntimeIdentifierToOutputPath >false</AppendRuntimeIdentifierToOutputPath >
1611 </PropertyGroup >
12+
1713 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1814 <DebugSymbols >true</DebugSymbols >
1915 <DebugType >full</DebugType >
2420 <WarningLevel >4</WarningLevel >
2521 <Prefer32Bit >false</Prefer32Bit >
2622 </PropertyGroup >
23+
2724 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2825 <DebugType >pdbonly</DebugType >
2926 <Optimize >true</Optimize >
3330 <WarningLevel >4</WarningLevel >
3431 <Prefer32Bit >false</Prefer32Bit >
3532 </PropertyGroup >
36- <ItemGroup >
37- <Reference Include =" JetBrains.Annotations, Version=10.3.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL" >
38- <HintPath >..\..\packages\JetBrains.Annotations.10.3.0\lib\net\JetBrains.Annotations.dll</HintPath >
39- <Private >True</Private >
40- </Reference >
41- <Reference Include =" Mages.Core, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL" >
42- <HintPath >..\..\packages\Mages.1.5.0\lib\net35\Mages.Core.dll</HintPath >
43- <Private >True</Private >
44- </Reference >
45- <Reference Include =" PresentationCore" />
46- <Reference Include =" PresentationFramework" />
47- <Reference Include =" System" />
48- <Reference Include =" System.Core" />
49- </ItemGroup >
50- <ItemGroup >
51- <Compile Include =" ..\..\SolutionAssemblyInfo.cs" >
52- <Link >Properties\SolutionAssemblyInfo.cs</Link >
53- </Compile >
54- <Compile Include =" NumberTranslator.cs" />
55- <Compile Include =" Main.cs" />
56- <Compile Include =" Properties\AssemblyInfo.cs" />
57- </ItemGroup >
33+
5834 <ItemGroup >
5935 <None Include =" plugin.json" >
6036 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
6137 </None >
6238 </ItemGroup >
39+
6340 <ItemGroup >
64- <ProjectReference Include =" ..\..\Wox.Infrastructure\Wox.Infrastructure.csproj" >
65- <Project >{4FD29318-A8AB-4D8F-AA47-60BC241B8DA3}</Project >
66- <Name >Wox.Infrastructure</Name >
67- </ProjectReference >
68- <ProjectReference Include =" ..\..\Wox.Plugin\Wox.Plugin.csproj" >
69- <Project >{8451ecdd-2ea4-4966-bb0a-7bbc40138e80}</Project >
70- <Name >Wox.Plugin</Name >
71- </ProjectReference >
41+ <ProjectReference Include =" ..\..\Wox.Infrastructure\Wox.Infrastructure.csproj" />
42+ <ProjectReference Include =" ..\..\Wox.Plugin\Wox.Plugin.csproj" />
7243 </ItemGroup >
44+
7345 <ItemGroup >
7446 <None Include =" Images\calculator.png" >
7547 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
7648 </None >
7749 </ItemGroup >
50+
7851 <ItemGroup >
7952 <Content Include =" Languages\en.xaml" >
8053 <Generator >MSBuild:Compile</Generator >
8154 <SubType >Designer</SubType >
8255 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
8356 </Content >
8457 </ItemGroup >
58+
8559 <ItemGroup >
8660 <Content Include =" Languages\zh-cn.xaml" >
8761 <Generator >MSBuild:Compile</Generator >
8862 <SubType >Designer</SubType >
8963 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
9064 </Content >
9165 </ItemGroup >
66+
9267 <ItemGroup >
9368 <Content Include =" Languages\zh-tw.xaml" >
9469 <Generator >MSBuild:Compile</Generator >
9570 <SubType >Designer</SubType >
9671 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
9772 </Content >
9873 </ItemGroup >
74+
9975 <ItemGroup >
10076 <Content Include =" Languages\de.xaml" >
10177 <Generator >MSBuild:Compile</Generator >
10278 <SubType >Designer</SubType >
10379 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
10480 </Content >
10581 </ItemGroup >
82+
10683 <ItemGroup >
10784 <Content Include =" Languages\pl.xaml" >
10885 <Generator >MSBuild:Compile</Generator >
10986 <SubType >Designer</SubType >
11087 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
11188 </Content >
11289 </ItemGroup >
90+
11391 <ItemGroup >
11492 <Content Include =" Languages\tr.xaml" >
11593 <Generator >MSBuild:Compile</Generator >
11694 <SubType >Designer</SubType >
11795 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
11896 </Content >
11997 </ItemGroup >
98+
12099 <ItemGroup >
121- <PackageReference Include =" JetBrains.Annotations" >
122- <Version >10.3.0</Version >
123- </PackageReference >
124- <PackageReference Include =" Mages" >
125- <Version >1.5.0</Version >
126- </PackageReference >
127- <PackageReference Include =" System.Runtime" >
128- <Version >4.0.0</Version >
129- </PackageReference >
100+ <PackageReference Include =" JetBrains.Annotations" Version =" 2019.1.3" />
101+ <PackageReference Include =" Mages" Version =" 1.6.0" />
102+ <PackageReference Include =" System.Runtime" Version =" 4.3.1" />
130103 </ItemGroup >
131- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
132- <PropertyGroup >
133- <PostBuildEvent >
134- </PostBuildEvent >
135- </PropertyGroup >
136- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
137- Other similar extension points exist, see Microsoft.Common.targets.
138- <Target Name="BeforeBuild">
139- </Target>
140- <Target Name="AfterBuild">
141- </Target>
142- -->
104+
105+ <ItemGroup >
106+ <Folder Include =" Properties\" />
107+ </ItemGroup >
108+
143109</Project >
0 commit comments