|
20 | 20 | <AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
|
21 | 21 | </PropertyGroup>
|
22 | 22 | <PropertyGroup>
|
23 |
| - <ApplicationIcon>resources\GenerateFilters.ico</ApplicationIcon> |
| 23 | + <ApplicationIcon>resources\generateFilters.ico</ApplicationIcon> |
24 | 24 | </PropertyGroup>
|
25 | 25 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
26 | 26 | <DebugSymbols>true</DebugSymbols>
|
|
77 | 77 | <WarningLevel>4</WarningLevel>
|
78 | 78 | </PropertyGroup>
|
79 | 79 | <ItemGroup>
|
80 |
| - <Compile Include="source\filter\filter.cs" /> |
81 |
| - <Compile Include="source\filter\work.cs" /> |
82 |
| - <Compile Include="source\package.cs" /> |
| 80 | + <Compile Include="source\source\filter\filter.cs" /> |
| 81 | + <Compile Include="source\source\project\projectData.cs" /> |
| 82 | + <Compile Include="source\source\other\test\test.cs" /> |
| 83 | + <Compile Include="source\source\filter\work.cs" /> |
| 84 | + <Compile Include="source\gui\advanced.cs"> |
| 85 | + <SubType>Form</SubType> |
| 86 | + </Compile> |
| 87 | + <Compile Include="source\gui\advanced.Designer.cs"> |
| 88 | + <DependentUpon>advanced.cs</DependentUpon> |
| 89 | + </Compile> |
| 90 | + <Compile Include="source\gui\question.cs"> |
| 91 | + <SubType>Form</SubType> |
| 92 | + </Compile> |
| 93 | + <Compile Include="source\gui\question.Designer.cs"> |
| 94 | + <DependentUpon>question.cs</DependentUpon> |
| 95 | + </Compile> |
| 96 | + <Compile Include="source\source\package.cs" /> |
83 | 97 | <Compile Include="Properties\AssemblyInfo.cs" />
|
84 |
| - <Compile Include="source\filter\path.cs" /> |
85 |
| - <Compile Include="source\filter\project.cs" /> |
86 |
| - <Compile Include="source\filter\xml.cs" /> |
| 98 | + <Compile Include="source\source\utility\path.cs" /> |
| 99 | + <Compile Include="source\source\project\project.cs" /> |
| 100 | + <Compile Include="source\source\filter\xml.cs" /> |
87 | 101 | </ItemGroup>
|
88 | 102 | <ItemGroup>
|
89 |
| - <Content Include="resources\VCProjectEngine_17.0.dll" /> |
90 | 103 | <None Include="key.snk" />
|
91 |
| - <Content Include="resources\GenerateFiltersPackage.ico" /> |
92 |
| - <Content Include="resources\LICENSE"> |
| 104 | + <Content Include="resources\generateFiltersPackage.ico" /> |
| 105 | + <Content Include="resources\license"> |
93 | 106 | <IncludeInVSIX>true</IncludeInVSIX>
|
94 | 107 | </Content>
|
95 | 108 | <None Include="source.extension.vsixmanifest">
|
|
101 | 114 | <ResourceName>Menus.ctmenu</ResourceName>
|
102 | 115 | <SubType>Designer</SubType>
|
103 | 116 | </VSCTCompile>
|
104 |
| - <Content Include="resources\GenerateFilters.ico"> |
| 117 | + <Content Include="resources\generateFilters.ico"> |
105 | 118 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
106 | 119 | <IncludeInVSIX>true</IncludeInVSIX>
|
107 | 120 | </Content>
|
108 |
| - <Content Include="resources\PreviewImage.png"> |
| 121 | + <Content Include="resources\previewImage.png"> |
109 | 122 | <IncludeInVSIX>true</IncludeInVSIX>
|
110 | 123 | </Content>
|
111 | 124 | </ItemGroup>
|
|
115 | 128 | <ManifestResourceName>VSPackage</ManifestResourceName>
|
116 | 129 | <SubType>Designer</SubType>
|
117 | 130 | </EmbeddedResource>
|
| 131 | + <EmbeddedResource Include="source\gui\advanced.resx"> |
| 132 | + <DependentUpon>advanced.cs</DependentUpon> |
| 133 | + </EmbeddedResource> |
| 134 | + <EmbeddedResource Include="source\gui\question.resx"> |
| 135 | + <DependentUpon>question.cs</DependentUpon> |
| 136 | + </EmbeddedResource> |
118 | 137 | </ItemGroup>
|
119 | 138 | <ItemGroup>
|
120 | 139 | <Reference Include="System" />
|
| 140 | + <Reference Include="System.Data" /> |
| 141 | + <Reference Include="System.Drawing" /> |
| 142 | + <Reference Include="System.Windows.Forms" /> |
121 | 143 | <Reference Include="System.Xml" />
|
122 |
| - <Reference Include="VCProjectEngine_17.0, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
123 |
| - <SpecificVersion>False</SpecificVersion> |
124 |
| - <HintPath>resources\VCProjectEngine_17.0.dll</HintPath> |
125 |
| - <EmbedInteropTypes>True</EmbedInteropTypes> |
126 |
| - </Reference> |
127 | 144 | </ItemGroup>
|
128 | 145 | <ItemGroup>
|
129 | 146 | <PackageReference Include="Microsoft.VisualStudio.SDK">
|
130 | 147 | <Version>17.0.0-previews-4-31709-430</Version>
|
131 | 148 | </PackageReference>
|
| 149 | + <PackageReference Include="Microsoft.VisualStudio.VCProjectEngine"> |
| 150 | + <Version>17.0.31902.203</Version> |
| 151 | + </PackageReference> |
132 | 152 | <PackageReference Include="Microsoft.VSSDK.BuildTools">
|
133 | 153 | <Version>17.0.5322-preview5-g2cf1b9c5</Version>
|
134 | 154 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
0 commit comments