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 >{AF9C62A1-F8D2-4BE0-B019-0A7873E81EA9}</ProjectGuid >
8- <OutputType >Exe</OutputType >
9- <RootNamespace >GadgetToJScript</RootNamespace >
10- <AssemblyName >GadgetToJScript</AssemblyName >
11- <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
12- <FileAlignment >512</FileAlignment >
13- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14- <Deterministic >true</Deterministic >
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- </PropertyGroup >
26- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27- <PlatformTarget >AnyCPU</PlatformTarget >
28- <DebugType >pdbonly</DebugType >
29- <Optimize >true</Optimize >
30- <OutputPath >bin\Release\</OutputPath >
31- <DefineConstants >TRACE</DefineConstants >
32- <ErrorReport >prompt</ErrorReport >
33- <WarningLevel >4</WarningLevel >
34- </PropertyGroup >
35- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
36- <DebugSymbols >true</DebugSymbols >
37- <OutputPath >bin\x86\Debug\</OutputPath >
38- <DefineConstants >DEBUG;TRACE</DefineConstants >
39- <DebugType >full</DebugType >
40- <PlatformTarget >x86</PlatformTarget >
41- <ErrorReport >prompt</ErrorReport >
42- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
43- <Prefer32Bit >true</Prefer32Bit >
44- </PropertyGroup >
45- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
46- <OutputPath >bin\x86\Release\</OutputPath >
47- <DefineConstants >TRACE</DefineConstants >
48- <Optimize >true</Optimize >
49- <DebugType >pdbonly</DebugType >
50- <PlatformTarget >x86</PlatformTarget >
51- <ErrorReport >prompt</ErrorReport >
52- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
53- <Prefer32Bit >true</Prefer32Bit >
54- </PropertyGroup >
55- <ItemGroup >
56- <Reference Include =" NDesk.Options, Version=0.2.1.0, Culture=neutral, processorArchitecture=MSIL" >
57- <HintPath >..\packages\NDesk.Options.0.2.1\lib\NDesk.Options.dll</HintPath >
58- </Reference >
59- <Reference Include =" System" />
60- <Reference Include =" System.Configuration" />
61- <Reference Include =" System.Core" />
62- <Reference Include =" System.Runtime.Remoting" />
63- <Reference Include =" System.Web" />
64- <Reference Include =" System.Xml.Linq" />
65- <Reference Include =" System.Data.DataSetExtensions" />
66- <Reference Include =" Microsoft.CSharp" />
67- <Reference Include =" System.Data" />
68- <Reference Include =" System.Net.Http" />
69- <Reference Include =" System.Xml" />
70- </ItemGroup >
71- <ItemGroup >
72- <Compile Include =" Program.cs" />
73- <Compile Include =" Properties\AssemblyInfo.cs" />
74- <Compile Include =" TestAssemblyLoader.cs" />
75- <Compile Include =" _ASurrogateGadgetGenerator.cs" />
76- <Compile Include =" _DisableTypeCheckGadgetGenerator.cs" />
77- <Compile Include =" _SurrogateSelector.cs" />
78- </ItemGroup >
79- <ItemGroup >
80- <None Include =" App.Config" >
81- <SubType >Designer</SubType >
82- </None >
83- <None Include =" packages.config" />
84- <EmbeddedResource Include =" templates\htascript.template" />
85- <EmbeddedResource Include =" templates\jscript.template" />
86- <EmbeddedResource Include =" templates\jscript-regfree.template" />
87- <EmbeddedResource Include =" templates\vbscript.template" />
88- </ItemGroup >
89- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
90- </Project >
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 >{AF9C62A1-F8D2-4BE0-B019-0A7873E81EA9}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <RootNamespace >GadgetToJScript</RootNamespace >
10+ <AssemblyName >GadgetToJScript</AssemblyName >
11+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <Deterministic >true</Deterministic >
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+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <PlatformTarget >AnyCPU</PlatformTarget >
28+ <DebugType >pdbonly</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >bin\Release\</OutputPath >
31+ <DefineConstants >TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ </PropertyGroup >
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
36+ <DebugSymbols >true</DebugSymbols >
37+ <OutputPath >bin\x86\Debug\</OutputPath >
38+ <DefineConstants >DEBUG;TRACE</DefineConstants >
39+ <DebugType >full</DebugType >
40+ <PlatformTarget >x86</PlatformTarget >
41+ <ErrorReport >prompt</ErrorReport >
42+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
43+ <Prefer32Bit >true</Prefer32Bit >
44+ </PropertyGroup >
45+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
46+ <OutputPath >bin\x86\Release\</OutputPath >
47+ <DefineConstants >TRACE</DefineConstants >
48+ <Optimize >true</Optimize >
49+ <DebugType >pdbonly</DebugType >
50+ <PlatformTarget >x86</PlatformTarget >
51+ <ErrorReport >prompt</ErrorReport >
52+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
53+ <Prefer32Bit >true</Prefer32Bit >
54+ </PropertyGroup >
55+ <ItemGroup >
56+ <Reference Include =" NDesk.Options, Version=0.2.1.0, Culture=neutral, processorArchitecture=MSIL" >
57+ <HintPath >..\packages\NDesk.Options.0.2.1\lib\NDesk.Options.dll</HintPath >
58+ </Reference >
59+ <Reference Include =" System" />
60+ <Reference Include =" System.Configuration" />
61+ <Reference Include =" System.Core" />
62+ <Reference Include =" System.Runtime.Remoting" />
63+ <Reference Include =" System.Web" />
64+ <Reference Include =" System.Xml.Linq" />
65+ <Reference Include =" System.Data.DataSetExtensions" />
66+ <Reference Include =" Microsoft.CSharp" />
67+ <Reference Include =" System.Data" />
68+ <Reference Include =" System.Net.Http" />
69+ <Reference Include =" System.Xml" />
70+ </ItemGroup >
71+ <ItemGroup >
72+ <Compile Include =" Program.cs" />
73+ <Compile Include =" Properties\AssemblyInfo.cs" />
74+ <Compile Include =" TestAssemblyLoader.cs" />
75+ <Compile Include =" _ASurrogateGadgetGenerator.cs" />
76+ <Compile Include =" _DisableTypeCheckGadgetGenerator.cs" />
77+ <Compile Include =" _SurrogateSelector.cs" />
78+ </ItemGroup >
79+ <ItemGroup >
80+ <None Include =" App.Config" >
81+ <SubType >Designer</SubType >
82+ </None >
83+ <None Include =" packages.config" />
84+ <EmbeddedResource Include =" templates\htascript.template" />
85+ <EmbeddedResource Include =" templates\jscript.template" />
86+ <EmbeddedResource Include =" templates\jscript-regfree.template" />
87+ <EmbeddedResource Include =" templates\vbscript.template" />
88+ <EmbeddedResource Include =" templates\vbascripthex.template" />
89+ <EmbeddedResource Include =" templates\vbascriptb64.template" />
90+ </ItemGroup >
91+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
92+ </Project >
0 commit comments